Lowering from CHIRRTL dialect (original) (raw)
Hello everyone!
Recently I’ve tried a project called RISC-V Mini. I got the ‘.fir’ file and while lowering to LoFIRRTL
from CHIRRTL
dialect I got the following error:loc(".../tile.fir":892:5): error: 'firrtl.strictconnect' op failed to verify that operands must be structurally equivalent
I’m not sure, maybe there is something wrong in the project RISC-V Mini.
tile.txt (269.3 KB)
uenoku July 16, 2024, 12:16pm 2
The latest firtool (1.77.0) seems to compile the attached fir file without any problem. Do you mind if you share the commit version and command you ran?
Ivan95 July 16, 2024, 12:27pm 3
Thank you for your reply.
I was using firtool 1.74.0. Ok, I see, I will update my firtool. Sorry for bothering you.