Commentary

This commit is contained in:
Wilson Snyder 2024-10-03 20:38:52 -04:00
parent 3572bd2f1a
commit 85909f02b3
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@ test.scenarios('simulator')
test.compile(verilator_flags2=["--timing"])
test.execute(fails=test.vlt_all) # Issue #5380
test.execute(fails=test.vlt_all) # Issue #5381
test.passes()

View File

@ -4,7 +4,7 @@
// any use, without warranty, 2003 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
// Issue #5380
// Issue #5381
typedef struct packed {
logic field0;