mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Commentary
This commit is contained in:
parent
3572bd2f1a
commit
85909f02b3
@ -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()
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user