3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 23:56:38 +00:00
yosys/frontends/ast
Eddie Hung 61c3ad6791 read_verilog: allow width detect to fail for unreachable ternary branch
Cannot skip width detection entirely as unreachable branch (if it is
a legal expression) may still be used to determine width of result
2020-01-22 09:08:33 -08:00
..
ast.cc Use "(id)" instead of "id" for types as temporary hack 2019-10-14 05:24:31 +02:00
ast.h read_verilog: allow width detect to fail for unreachable ternary branch 2020-01-22 09:08:33 -08:00
dpicall.cc Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
genrtlil.cc read_verilog: allow width detect to fail for unreachable ternary branch 2020-01-22 09:08:33 -08:00
Makefile.inc Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) 2014-08-21 12:43:51 +02:00
simplify.cc read_verilog: allow width detect to fail for unreachable ternary branch 2020-01-22 09:08:33 -08:00