Fixed typo

This commit is contained in:
jsowash 2019-07-17 12:26:05 -07:00
parent 720739a192
commit 917a69723f
1 changed files with 1 additions and 1 deletions

View File

@ -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)