Commit 304c8785 authored by CI's avatar CI

signal_agent function added to fix the invalid hierarchical access in riviera pro

parent e26a8c8b
Pipeline #3525 canceled with stage
......@@ -91,8 +91,8 @@ module main;
// observe the link LEDs on both sides, and tell us when the link is ready.
wire link_up_a = SPEC_A.cmp_xwrc_board_spec.led_link_o;
wire link_up_b = SPEC_B.cmp_xwrc_board_spec.led_link_o;
wire link_up_a = $signal_agent("SPEC_A.cmp_xwrc_board_spec.led_link_o","led_link_o",1);
wire link_up_b = $signal_agent("SPEC_B.cmp_xwrc_board_spec.led_link_o","lend_link_o",1);
initial begin
// wait until both SPECs see the Ethernet link. Otherwise the packet we're going
......
$INCLUDE = "$VSIMSALIBRARYCFG"
work = "./work/work.lib" 1649846817509
vsim -L unisim work.main -voptargs="+acc" -sv_seed random
vsim -L unisim work.main +access +r -voptargs="+acc" -sv_seed random
set StdArithNoWarnings 1
set NumericStdNoWarnings 1
do wave_ci.do
run 10us
run 20us
wave zoomfull
radix -hex
quit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment