lib/HDLRuby/std/memory.rb in HDLRuby-2.3.4 vs lib/HDLRuby/std/memory.rb in HDLRuby-2.3.5

- old
+ new

@@ -566,10 +566,10 @@ # Defines the read procedure at address +addr+ # using +target+ as target of access result. writer do |blk,target| # On reset the read trigger is 0. - rst = send(rst_name) + rst = send(rst_name) top_block.unshift do # Initialize the address so that the next access is at address 0. hif(rst == 1) { abus_w <= -1 } # Reset so switch of the access trigger. trig_w <= 0