diff --git a/test/test_fifosyncmacro.py b/test/test_fifosyncmacro.py index 948102ed2..4cb5d8c61 100644 --- a/test/test_fifosyncmacro.py +++ b/test/test_fifosyncmacro.py @@ -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))