Fix incorrect bit-order in packed struct output of external registers. #111
This commit is contained in:
@@ -29,6 +29,9 @@ class Questa(Simulator):
|
||||
|
||||
# Ignore noisy warning about vopt-time checking of always_comb/always_latch
|
||||
"-suppress", "2583",
|
||||
|
||||
# Suppress "error" about use of the `line directive
|
||||
"-suppress", "13465",
|
||||
]
|
||||
|
||||
# Add source files
|
||||
|
||||
Reference in New Issue
Block a user