lib.fifo: adjust properties to have consistent naming.
This commit is contained in:
parent
9ea3ff7ae2
commit
da4b810fe1
3 changed files with 189 additions and 150 deletions
|
|
@ -12,4 +12,5 @@ class SimCase:
|
|||
verilog.convert(self.tb)
|
||||
|
||||
def run_with(self, generator):
|
||||
run_simulation(self.tb, generator)
|
||||
with _ignore_deprecated():
|
||||
run_simulation(self.tb, generator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue