hdl.mem: tie rdport.en high for asynchronous or transparent ports.

This commit is contained in:
whitequark 2018-12-21 04:22:16 +00:00
parent 8d58cbf230
commit a061bfaa6c
3 changed files with 12 additions and 12 deletions

View file

@ -27,11 +27,9 @@ proc_init
proc_arst
proc_dff
proc_clean
design -save orig
memory_collect
write_verilog
# Make sure there are no undriven wires in generated RTLIL.
design -load orig
proc
select -assert-none w:* i:* %a %d o:* %a %ci* %d c:* %co* %a %d n:$* %d
""".format(il_text))