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
This error occurred while compiling Sail specification for Arm LDR-Register instruction to SystemVerilog. The code compiles successfully when compiled to C
The text was updated successfully, but these errors were encountered:
Looking at the screenshot above, it would be useful if the SV-backend would give an indication what source lines are causing the problem. @Alasdair is there a command line option that enables that behaviour? I know that the Sail compiler is good at tracking code provenance.
The line number 1606 in the screen shot is the definition of TMState but it's not clear if the error is triggered by translation of a constructor or destructor for TMState, or when an instance of that type is used.
Instruction: LDR(Register)
Sail Compiler: 0.18
This error occurred while compiling Sail specification for Arm LDR-Register instruction to SystemVerilog. The code compiles successfully when compiled to C
The text was updated successfully, but these errors were encountered: