observerw's picture
download
raw
10 kB
# STDOUT
-.--ns INFO gpi ..mbed/gpi_embed.cpp:93 in _embed_init_python Using Python 3.12.4 interpreter at /root/.cache/uv/builds-v0/.tmpbrWYny/bin/python
-.--ns INFO gpi ../gpi/GpiCommon.cpp:79 in gpi_print_registered_impl VPI registered
0.00ns INFO cocotb Running on Icarus Verilog version 11.0 (stable)
0.00ns WARNING gpi vpi_iterate returned NULL for type vpiInstance for object NULL
0.00ns INFO cocotb Seeding Python random module with 1774180230
0.00ns INFO cocotb Initialized cocotb v2.0.1 from /root/.cache/uv/archive-v0/7ljJ749VhU0HQW67aQOg9/lib/python3.12/site-packages/cocotb
0.00ns INFO cocotb.regression pytest not found, install it to enable better AssertionError messages
0.00ns INFO cocotb Running tests
0.00ns INFO cocotb.regression running tb.test_reset_and_control_signals (1/5)
Test reset behavior and control signal passthrough.
0.00ns WARNING ..s.test_reset_and_control_signals Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
Traceback (most recent call last):
File "/root/autodl-tmp/distill/distill-dataset/items/lcm-dataset-final-compile-only-v1/chip__ADV7513-Example__Verilog___pattern_vg___5940205a5d/testbench/tb.py", line 35, in test_reset_and_control_signals
clock = Clock(dut.clk_in, 10, unit="ns")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.cache/uv/archive-v0/7ljJ749VhU0HQW67aQOg9/lib/python3.12/site-packages/cocotb/clock.py", line 185, in __init__
raise ValueError(f"Bad `period`: {e}") from None
ValueError: Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
0.00ns WARNING cocotb.regression tb.test_reset_and_control_signals failed
0.00ns INFO cocotb.regression running tb.test_pattern_0_no_pattern (2/5)
Test pattern 0: no pattern (passthrough).
1000000000.00ns WARNING ..attern.test_pattern_0_no_pattern Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
Traceback (most recent call last):
File "/root/autodl-tmp/distill/distill-dataset/items/lcm-dataset-final-compile-only-v1/chip__ADV7513-Example__Verilog___pattern_vg___5940205a5d/testbench/tb.py", line 63, in test_pattern_0_no_pattern
clock = Clock(dut.clk_in, 10, unit="ns")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.cache/uv/archive-v0/7ljJ749VhU0HQW67aQOg9/lib/python3.12/site-packages/cocotb/clock.py", line 185, in __init__
raise ValueError(f"Bad `period`: {e}") from None
ValueError: Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
1000000000.00ns WARNING cocotb.regression tb.test_pattern_0_no_pattern failed
1000000000.00ns INFO cocotb.regression running tb.test_pattern_1_border (3/5)
Test pattern 1: border pattern.
2000000000.00ns WARNING ..n_1_border.test_pattern_1_border Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
Traceback (most recent call last):
File "/root/autodl-tmp/distill/distill-dataset/items/lcm-dataset-final-compile-only-v1/chip__ADV7513-Example__Verilog___pattern_vg___5940205a5d/testbench/tb.py", line 94, in test_pattern_1_border
clock = Clock(dut.clk_in, 10, unit="ns")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.cache/uv/archive-v0/7ljJ749VhU0HQW67aQOg9/lib/python3.12/site-packages/cocotb/clock.py", line 185, in __init__
raise ValueError(f"Bad `period`: {e}") from None
ValueError: Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
2000000000.00ns WARNING cocotb.regression tb.test_pattern_1_border failed
2000000000.00ns INFO cocotb.regression running tb.test_pattern_2_moirex (4/5)
Test pattern 2: moireX pattern.
3000000000.00ns WARNING ..n_2_moirex.test_pattern_2_moirex Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
Traceback (most recent call last):
File "/root/autodl-tmp/distill/distill-dataset/items/lcm-dataset-final-compile-only-v1/chip__ADV7513-Example__Verilog___pattern_vg___5940205a5d/testbench/tb.py", line 150, in test_pattern_2_moirex
clock = Clock(dut.clk_in, 10, unit="ns")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.cache/uv/archive-v0/7ljJ749VhU0HQW67aQOg9/lib/python3.12/site-packages/cocotb/clock.py", line 185, in __init__
raise ValueError(f"Bad `period`: {e}") from None
ValueError: Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
3000000000.00ns WARNING cocotb.regression tb.test_pattern_2_moirex failed
3000000000.00ns INFO cocotb.regression running tb.test_pattern_4_ramp (5/5)
Test pattern 4: ramp pattern.
4000000000.00ns WARNING ..ttern_4_ramp.test_pattern_4_ramp Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
Traceback (most recent call last):
File "/root/autodl-tmp/distill/distill-dataset/items/lcm-dataset-final-compile-only-v1/chip__ADV7513-Example__Verilog___pattern_vg___5940205a5d/testbench/tb.py", line 187, in test_pattern_4_ramp
clock = Clock(dut.clk_in, 10, unit="ns")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.cache/uv/archive-v0/7ljJ749VhU0HQW67aQOg9/lib/python3.12/site-packages/cocotb/clock.py", line 185, in __init__
raise ValueError(f"Bad `period`: {e}") from None
ValueError: Bad `period`: Unable to accurately represent 10(ns) with the simulator precision of 1e0
4000000000.00ns WARNING cocotb.regression tb.test_pattern_4_ramp failed
4000000000.00ns INFO cocotb.regression *******************************************************************************************
** TEST STATUS SIM TIME (ns) REAL TIME (s) RATIO (ns/s) **
*******************************************************************************************
** tb.test_reset_and_control_signals FAIL 0.00 0.00 0.00 **
** tb.test_pattern_0_no_pattern FAIL 0.00 0.00 0.00 **
** tb.test_pattern_1_border FAIL 0.00 0.00 0.00 **
** tb.test_pattern_2_moirex FAIL 0.00 0.00 0.00 **
** tb.test_pattern_4_ramp FAIL 0.00 0.00 0.00 **
*******************************************************************************************
** TESTS=5 PASS=0 FAIL=5 SKIP=0 4000000000.00 0.01 309097903386.27 **
*******************************************************************************************
# STDERR

Xet Storage Details

Size:
10 kB
·
Xet hash:
e1d8819e1d09a947958c2564f6428c3581ef84685782d38001f5fb050783799f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.