File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
ip_templates/racl_ctrl/dv
top_darjeeling/ip_autogen/racl_ctrl/dv Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ module tb;
1616 `include "uvm_macros.svh"
1717 `include "dv_macros.svh"
1818
19- // NOTE: These values come from the top-level instantiation. For now, we're fixing them to
20- // something reasonable, but we don't intend the testing to have an opinion about their values
21- //
22- // *These* values get passed through to the environment through the config db.
23- localparam int unsigned NumSubscribingIps = 5;
24- localparam int unsigned NumExternalSubscribingIps = 5;
19+ localparam int unsigned NumSubscribingIps = ${ nr_subscribing_ips} ;
20+ localparam int unsigned NumExternalSubscribingIps = ${ nr_external_subscribing_ips} ;
2521
2622 wire clk, rst_n, rst_shadowed_n;
2723 wire intr_racl_error;
Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ module tb;
1616 `include " uvm_macros.svh"
1717 `include " dv_macros.svh"
1818
19- // NOTE: These values come from the top-level instantiation. For now, we're fixing them to
20- // something reasonable, but we don't intend the testing to have an opinion about their values
21- //
22- // *These* values get passed through to the environment through the config db.
23- localparam int unsigned NumSubscribingIps = 5 ;
24- localparam int unsigned NumExternalSubscribingIps = 5 ;
19+ localparam int unsigned NumSubscribingIps = 11 ;
20+ localparam int unsigned NumExternalSubscribingIps = 1 ;
2521
2622 wire clk, rst_n, rst_shadowed_n;
2723 wire intr_racl_error;
You can’t perform that action at this time.
0 commit comments