Skip to content

Commit

Permalink
fall_through_register: Remove superfluous $size call (#162)
Browse files Browse the repository at this point in the history
... to allow the use of union types in DCnxt 2022.03
  • Loading branch information
thommythomaso authored Dec 6, 2022
1 parent 02dc52b commit 354e4e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fall_through_register.sv
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module fall_through_register #(

fifo_v3 #(
.FALL_THROUGH (1'b1),
.DATA_WIDTH ($size(T)),
.DEPTH (1),
.dtype (T)
) i_fifo (
Expand Down

0 comments on commit 354e4e0

Please sign in to comment.