observerw's picture
download
raw
10.1 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/.tmpELopFm/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 1774178551
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_sequence (1/5)
Test that reset properly initializes the module.
0.00ns WARNING ..set_sequence.test_reset_sequence Bad `period`: Unable to accurately represent 33(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__Archive__Hermes_V2.1___Apollo___24d00a2e86/testbench/tb.py", line 26, in test_reset_sequence
cocotb.start_soon(Clock(clock, 33, unit="ns").start())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 33(ns) with the simulator precision of 1e0
0.00ns WARNING cocotb.regression tb.test_reset_sequence failed
0.00ns INFO cocotb.regression running tb.test_frequency_change (2/5)
Test that frequency changes trigger SPI transmission.
1000000000.00ns WARNING ..ncy_change.test_frequency_change Bad `period`: Unable to accurately represent 33(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__Archive__Hermes_V2.1___Apollo___24d00a2e86/testbench/tb.py", line 56, in test_frequency_change
cocotb.start_soon(Clock(clock, 33, unit="ns").start())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 33(ns) with the simulator precision of 1e0
1000000000.00ns WARNING cocotb.regression tb.test_frequency_change failed
1000000000.00ns INFO cocotb.regression running tb.test_ptt_control (3/5)
Test PTT enable/disable functionality.
2000000000.00ns WARNING ..est_ptt_control.test_ptt_control Bad `period`: Unable to accurately represent 33(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__Archive__Hermes_V2.1___Apollo___24d00a2e86/testbench/tb.py", line 91, in test_ptt_control
cocotb.start_soon(Clock(clock, 33, unit="ns").start())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 33(ns) with the simulator precision of 1e0
2000000000.00ns WARNING cocotb.regression tb.test_ptt_control failed
2000000000.00ns INFO cocotb.regression running tb.test_filter_select_alex_mode (4/5)
Test that FilterSelect high puts module in Alex mode.
3000000000.00ns WARNING ..ode.test_filter_select_alex_mode Bad `period`: Unable to accurately represent 33(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__Archive__Hermes_V2.1___Apollo___24d00a2e86/testbench/tb.py", line 124, in test_filter_select_alex_mode
cocotb.start_soon(Clock(clock, 33, unit="ns").start())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 33(ns) with the simulator precision of 1e0
3000000000.00ns WARNING cocotb.regression tb.test_filter_select_alex_mode failed
3000000000.00ns INFO cocotb.regression running tb.test_status_available_signal (5/5)
Test that statusAvailable signal behaves correctly.
4000000000.00ns WARNING ..nal.test_status_available_signal Bad `period`: Unable to accurately represent 33(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__Archive__Hermes_V2.1___Apollo___24d00a2e86/testbench/tb.py", line 153, in test_status_available_signal
cocotb.start_soon(Clock(clock, 33, unit="ns").start())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 33(ns) with the simulator precision of 1e0
4000000000.00ns WARNING cocotb.regression tb.test_status_available_signal failed
4000000000.00ns INFO cocotb.regression *****************************************************************************************
** TEST STATUS SIM TIME (ns) REAL TIME (s) RATIO (ns/s) **
*****************************************************************************************
** tb.test_reset_sequence FAIL 0.00 0.00 0.00 **
** tb.test_frequency_change FAIL 0.00 0.00 0.00 **
** tb.test_ptt_control FAIL 0.00 0.00 0.00 **
** tb.test_filter_select_alex_mode FAIL 0.00 0.00 0.00 **
** tb.test_status_available_signal FAIL 0.00 0.00 0.00 **
*****************************************************************************************
** TESTS=5 PASS=0 FAIL=5 SKIP=0 4000000000.00 0.01 364952165495.64 **
*****************************************************************************************
# STDERR

Xet Storage Details

Size:
10.1 kB
·
Xet hash:
6791748a16ff3278d05dde0f01d00b3b61f94df320d6535acda7a640191ca189

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