Skip to content

Commit a6f3d95

Browse files
committed
assert returned back
1 parent b444982 commit a6f3d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_rs232_tb.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ begin
212212
// 2.5 ASSERT on first byte
213213
if (counter > 2 * 23 * RS232_BIT_TICKS&& counter < 2 * 25 * RS232_BIT_TICKS)
214214
begin
215-
//`ASSERT(rx_err, 1'b0)
215+
`ASSERT(rx_err, 1'b0)
216216
end
217217
if (counter == 2 * 26 * RS232_BIT_TICKS)
218218
begin

0 commit comments

Comments
 (0)