test: FifoSyncMacro: Use F4PGA instead of deprecated Symbiflow

This commit is contained in:
Robert Szczepanski 2022-06-01 11:49:50 +02:00
parent 839ca545a4
commit cbd873a33e
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class TestFIFOSyncMacro(unittest.TestCase):
dut = FIFOSyncMacro("18Kb", data_width=32, almost_empty_offset=128,
almost_full_offset=128, toolchain="symbiflow")
almost_full_offset=128, toolchain="f4pga")
run_simulation(dut, generator(dut))
@ -161,6 +161,6 @@ class TestFIFOSyncMacro(unittest.TestCase):
dut = FIFOSyncMacro("18Kb", data_width=32, almost_empty_offset=128,
almost_full_offset=128, toolchain="symbiflow")
almost_full_offset=128, toolchain="f4pga")
run_simulation(dut, generator(dut))