You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @markram1729 yes, this behavior is expected. The pre-trained version of ChiGen generates about 40% of invalid Verilog programs. That's by design: often these invalid programs force crashes into EDA tools. Currently, we cannot control the proportion of valid/invalid designs, except by training ChiGen with a different set of benchmarks.
My input verilog file
generated json file
exa_jan.json
generated verilog file using
Chimera exa_jan.json 1 > exprog.v
Generated verilog file fails lint check
verilator link output
is this expected behaviour?
The text was updated successfully, but these errors were encountered: