mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
zircon: Fix testbench
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -355,8 +355,8 @@ def process_f_files(files):
|
|||||||
return list(lst.values())
|
return list(lst.values())
|
||||||
|
|
||||||
|
|
||||||
def test_zircon_ip_rx_parse(request):
|
def test_zircon_ip_tx_deparse(request):
|
||||||
dut = "zircon_ip_rx_parse"
|
dut = "zircon_ip_tx_deparse"
|
||||||
module = os.path.splitext(os.path.basename(__file__))[0]
|
module = os.path.splitext(os.path.basename(__file__))[0]
|
||||||
toplevel = module
|
toplevel = module
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user