mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
test: FifoSyncMacro: Use F4PGA instead of deprecated Symbiflow
This commit is contained in:
parent
839ca545a4
commit
cbd873a33e
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue