Skip to content

Commit 1ed6757

Browse files
committed
syntax fix
1 parent 5cefc14 commit 1ed6757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rtl/axis_gmii_rx.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ assign error_bad_frame_next_out = error_bad_frame_next;
170170
assign error_bad_fcs_reg_out = error_bad_fcs_reg;
171171
assign error_bad_fcs_next_out = error_bad_fcs_next;
172172

173-
assign [PTP_TS_WIDTH-1:0] ptp_ts_reg_out = ptp_ts_reg;
173+
assign ptp_ts_reg_out = ptp_ts_reg;
174174

175-
assign [31:0] crc_state_out = crc_state;
176-
assign [31:0] crc_next_out = crc_next;
175+
assign crc_state_out = crc_state;
176+
assign crc_next_out = crc_next;
177177

178178

179179
// bus width assertions

0 commit comments

Comments
 (0)