You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIRRTL version 4.0.0circuitFoo:
public moduleFoo:
memmemory:
depth => 8
reader => r
read-latency => 0
write-latency => 1
read-under-write => undefineddata-type => UInt<8>
Which presently crashes. Moving data-type to the first (above depth => 8), and this works. In the current code is must occur before a port (e.g., reader).
If not supported, this should be rejected / checked.
The text was updated successfully, but these errors were encountered:
Consider:
Which presently crashes. Moving
data-type
to the first (abovedepth => 8
), and this works. In the current code is must occur before a port (e.g.,reader
).If not supported, this should be rejected / checked.
The text was updated successfully, but these errors were encountered: