hdl.mem: tie rdport.en high for asynchronous or transparent ports.
This commit is contained in:
parent
8d58cbf230
commit
a061bfaa6c
3 changed files with 12 additions and 12 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue