Skip to content

Commit

Permalink
Update spmd_testbench.v
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Feb 2, 2022
1 parent d348fac commit b06a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbenches/common/v/spmd_testbench.v
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module spmd_testbench

parameter wh_flit_width_p = vcache_dma_data_width_p;
parameter wh_ruche_factor_p = 2;
parameter wh_cid_width_p = `BSG_SAFE_CLOG2(2*wh_ruche_factor_p+1); // no concentration in this testbench; cid is ignored.
parameter wh_cid_width_p = `BSG_SAFE_CLOG2(2*2*wh_ruche_factor_p); // no concentration in this testbench; cid is ignored.
parameter wh_len_width_p = `BSG_SAFE_CLOG2(1+(vcache_block_size_in_words_p*vcache_data_width_p/vcache_dma_data_width_p)); // header + addr + data
parameter wh_cord_width_p = x_cord_width_p;

Expand Down

0 comments on commit b06a4da

Please sign in to comment.