Skip to content

Tywaves crashes with SRAMInterface of 0 number of ports #44

@rameloni

Description

@rameloni

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 workinginternals-circtThe issue is related to the internals of CIRCT

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions