mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed typo
This commit is contained in:
parent
720739a192
commit
917a69723f
|
|
@ -137,7 +137,7 @@ class functional(simulation):
|
|||
if port in self.readwrite_ports:
|
||||
op = random.choice(rw_ops)
|
||||
elif port in self.write_ports:
|
||||
op = rcandom.choice(w_ops)
|
||||
op = random.choice(w_ops)
|
||||
else:
|
||||
op = random.choice(r_ops)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue