aboutsummaryrefslogtreecommitdiffstats
path: root/src/verilog/PrintVerilog.mli
Commit message (Collapse)AuthorAgeFilesLines
* Separate HTL instantiations from Verilog onesMichalis Pardalos2020-11-201-2/+0
| | | | | | | | | | | In HTL, they reference their data arguments, destination, and finished control signal. Meanwhile, in Verilog, they just contain an unstructured list of parameters. This is done because when modules are generated in the HTL stage we do not have access to any of the instantiating module's control signals (they are declared after the entirety of the module has been translated). Also, I believe, these signals are not part of the HTL semantics.
* Print instantiations in HTL outputMichalis Pardalos2020-11-201-0/+2
|
* More renames to get it to compileYann Herklotz2020-07-241-2/+2
|
* Change name to VericertYann Herklotz2020-07-141-1/+1
|
* Add htl pretty printingYann Herklotz2020-06-301-0/+2
|
* Add print for debug always block in moduleYann Herklotz2020-06-221-1/+1
|
* Fix printing of Verilog with new datatypesYann Herklotz2020-06-121-1/+1
|
* Improve printing of resultsYann Herklotz2020-04-221-1/+3
|
* Fix printing with new Verilog ASTYann Herklotz2020-04-171-0/+2
|
* Update compilationYann Herklotz2020-04-011-1/+1
|
* Fix Verilog printingYann Herklotz2020-03-311-1/+1
|
* Rename Verilog AST filesYann Herklotz2020-03-291-0/+19