Skip to content

Commit 1d5ebe0

Browse files
add begin/end to initial assert
1 parent 37ccd4b commit 1d5ebe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rtl/redmule_streamer.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,9 @@ hwpe_stream_assign i_ystream_assign ( .push_i( out_stream[YsourceStreamId] ) ,
432432
`ifndef SYNTHESIS
433433
`ifndef VERILATOR
434434
`ifndef VCS
435-
initial
435+
initial begin
436436
tcdm_size_check_dw : assert(`HCI_SIZE_PARAM(tcdm).DW == ((MisalignedAccessSupport == 1) ? (DataW + 32) : DataW));
437+
end
437438
`endif
438439
`endif
439440
`endif

0 commit comments

Comments
 (0)