Skip to content

masc-ucsc/pyrope_artifacts

Repository files navigation

pyrope

Pyrope, a modern HDL with a live flow

Directory structure

  • parser ; Pyrope parser and parsing tools
  • simlib ; C++ library to use in Pyrope generated code
  • prpsrc ; Pyrope compiler library source code
  • python ; Python interface
  • prplib ; Pyrope Standard Library to use in projects
  • pbuild ; Interactive Pyrope Build
  • docs ; Documentation
  • subs ; Subprojects
  • test ; Unit test for the whole project. Each block like parser/simlib/prplib may have their own local tests