-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinginternals-circtThe issue is related to the internals of CIRCTThe issue is related to the internals of CIRCT
Description
This issue continues the conversation in #42.
Tywaves fails when generating debug information with some Chisel default constructs. This is a failing example that @bathtub-01 discovered here (#42). Firtool raises a stack dump error while using an SRAMInterface.
val io = IO(new SRAMInterface(64, UInt(4.W), 0, 0, 2))
io :<>= SRAM(64, UInt(4.W), 0, 0, 2)Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginternals-circtThe issue is related to the internals of CIRCTThe issue is related to the internals of CIRCT