Skip to content

Commit

Permalink
test: Enable stream_arbiter tests gated by const strs
Browse files Browse the repository at this point in the history
Fixes #161.
  • Loading branch information
fabianschuiki committed Sep 4, 2020
1 parent 43174e5 commit 168353c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/svlog/common_cells.sv
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module foo;
shift_reg #(.Depth(4)) i35();
spill_register i36();
sram #(.NUM_WORDS(16)) i37();
// stream_arbiter_flushable #(.N_INP(4)) i38();
// stream_arbiter #(.N_INP(4)) i39();
stream_arbiter_flushable #(.N_INP(4)) i38();
stream_arbiter #(.N_INP(4)) i39();
stream_delay i40();
stream_demux #(.N_OUP(4)) i41();
stream_fifo i42();
Expand Down

0 comments on commit 168353c

Please sign in to comment.