yosys/frontends/ast
Zachary Snow 640b9927fa sv: allow globals in one file to depend on globals in another
This defers the simplification of globals so that globals in one file
may depend on globals in other files. Adds a simplify() call downstream
because globals are appended at the end.
2021-03-12 11:22:41 -05:00
..
Makefile.inc Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) 2014-08-21 12:43:51 +02:00
ast.cc sv: allow globals in one file to depend on globals in another 2021-03-12 11:22:41 -05:00
ast.h verilog: Use proc memory writes in the frontend. 2021-03-08 20:16:29 +01:00
dpicall.cc dpi: Support for chandle type 2021-01-23 22:24:31 +00:00
genrtlil.cc verilog: Use proc memory writes in the frontend. 2021-03-08 20:16:29 +01:00
simplify.cc sv: allow globals in one file to depend on globals in another 2021-03-12 11:22:41 -05:00