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
circuitNoName :
public moduleNoName :
inputi : UInt<32>outputo : UInt<32>wireio : { flip i : UInt<32>, o : UInt<32> }
connect io.i, i
connect o, io.o
nodetests = add(io.i, io.i) @[/home/sequencer/projects/zaozi/zaozinew/tests/src/Smoke.scala 16]connect io.o, tests @[/home/sequencer/projects/zaozi/zaozinew/tests/src/Smoke.scala 16]nodetests = add(io.i, io.i) @[/home/sequencer/projects/zaozi/zaozinew/tests/src/Smoke.scala 16]connect io.o, tests @[/home/sequencer/projects/zaozi/zaozinew/tests/src/Smoke.scala 16]
Since the attribute names of %7 and %12 are same, node name will collide.
The X-Problem is: in the eDSL designing, managing namespace is not a useful anymore when it can directly refer to the SSA via C-API, I removed the namespace management in zaozi and hit this bug.
The text was updated successfully, but these errors were encountered:
sequencer
changed the title
FIRRTLExporter name collides when operations having same name attr
[FIRRTL] FIRRTLExporter name collides when operations having same name attr
Jan 4, 2025
See this mlirblock, it has a valid ssa:
When export firrtl:
Since the attribute names of
%7
and%12
are same, node name will collide.The X-Problem is: in the eDSL designing, managing namespace is not a useful anymore when it can directly refer to the SSA via C-API, I removed the namespace management in zaozi and hit this bug.
The text was updated successfully, but these errors were encountered: