yosys/frontends/ast
Zachary Snow 8de2e863af verilog: support recursive functions using ternary expressions
This adds a mechanism for marking certain portions of elaboration as
occurring within unevaluated ternary branches. To enable elaboration of
the overall ternary, this also adds width detection for these
unelaborated function calls.
2021-02-12 14:43:42 -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 ast: fix dump_vlog display of casex/casez 2021-01-29 16:28:15 +01:00
ast.h verilog: support recursive functions using ternary expressions 2021-02-12 14:43:42 -05:00
dpicall.cc dpi: Support for chandle type 2021-01-23 22:24:31 +00:00
genrtlil.cc verilog: support recursive functions using ternary expressions 2021-02-12 14:43:42 -05:00
simplify.cc verilog: support recursive functions using ternary expressions 2021-02-12 14:43:42 -05:00