We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cefc14 commit 1ed6757Copy full SHA for 1ed6757
rtl/axis_gmii_rx.v
@@ -170,10 +170,10 @@ assign error_bad_frame_next_out = error_bad_frame_next;
170
assign error_bad_fcs_reg_out = error_bad_fcs_reg;
171
assign error_bad_fcs_next_out = error_bad_fcs_next;
172
173
-assign [PTP_TS_WIDTH-1:0] ptp_ts_reg_out = ptp_ts_reg;
+assign ptp_ts_reg_out = ptp_ts_reg;
174
175
-assign [31:0] crc_state_out = crc_state;
176
-assign [31:0] crc_next_out = crc_next;
+assign crc_state_out = crc_state;
+assign crc_next_out = crc_next;
177
178
179
// bus width assertions
0 commit comments