We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0103c17 + a157237 commit 4d1e169Copy full SHA for 4d1e169
core/comp/app/app_uvm/env/sequence.sv
@@ -43,8 +43,8 @@ class sequence_main#(
43
protected logic [ETH_STREAMS-1:0] event_eth_rx_end;
44
protected logic [DMA_STREAMS-1:0] event_dma_rx_end;
45
rand time time_start;
46
- logic [128-1:0] conf_ipv6[];
47
- logic [32-1:0] conf_ipv4[];
+ bit [128-1:0] conf_ipv6[];
+ bit [32-1:0] conf_ipv4[];
48
int unsigned min_random_count;
49
int unsigned max_random_count;
50
int unsigned pkt_size_min;
0 commit comments