From cbd873a33e998cbd861e4b8ab6bc2ba338db5889 Mon Sep 17 00:00:00 2001 From: Robert Szczepanski Date: Wed, 1 Jun 2022 11:49:50 +0200 Subject: [PATCH] test: FifoSyncMacro: Use F4PGA instead of deprecated Symbiflow --- test/test_fifosyncmacro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))