lib.fifo: adjust properties to have consistent naming.

This commit is contained in:
whitequark 2019-09-12 19:51:01 +00:00
parent 9ea3ff7ae2
commit da4b810fe1
3 changed files with 189 additions and 150 deletions

View file

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