rdaly525 / coreir

BSD 3-Clause "New" or "Revised" License
98 stars 24 forks source link

Bugs in verilog output #672

Open jeffsetter opened 5 years ago

jeffsetter commented 5 years ago

The following generated verilog has two bugs in generation: 1) VTop does not have a clk signal (line 568 of uncorrected) 2) Invalid verilog syntax (line 48 of uncorrected) [uncorrected is "assign out = 1b'value;" ]

CoreIR json: conv_1_2_design_top.txt Uncorrected generated verilog: conv_1_2_top_uncorrected.txt Corrected verilog: conv_1_2_top.txt

rdaly525 commented 5 years ago

Number 2 is fixed.