mirror of https://github.com/VLSIDA/OpenRAM.git
Remove partial Verilog output
This commit is contained in:
parent
baae28194b
commit
02c1fac3b8
|
|
@ -220,9 +220,6 @@ class verilog:
|
|||
self.vf.write(" dout{0} <= #(DELAY) mem[addr{0}_reg];\n".format(port))
|
||||
self.vf.write(" end\n")
|
||||
|
||||
self.vf.write(" always @(csb{0})\n".format(port))
|
||||
self.vf.write(" dout{0} = 0)\n".format(port))
|
||||
|
||||
def add_address_check(self, wport, rport):
|
||||
""" Output a warning if the two addresses match """
|
||||
# If the rport is actually reading... and addresses match.
|
||||
|
|
|
|||
Loading…
Reference in New Issue