Skip to content

Commit

Permalink
Make passthrough SIPO truly passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko authored Mar 1, 2022
1 parent 3b44ff0 commit 63a7c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsg_dataflow/bsg_serial_in_parallel_out_passthrough.v
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module bsg_serial_in_parallel_out_passthrough
for (genvar i = 0; i < els_p-1; i++)
begin: rof
wire my_turn = v_i & count_r[i];
bsg_dff_en #(.width_p(width_p)) dff
bsg_dff_en_bypass #(.width_p(width_p)) dff
(.clk_i
,.data_i
,.en_i (my_turn)
Expand Down

0 comments on commit 63a7c42

Please sign in to comment.