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
Hmm i'm not exactly sure of your actual setup. can you share the modifications ?
Also, if i understand well, the error pop up in Line 313 at FpuPlugin.scala, while you didn't modified that file right ?
I modified this part of the code.
Line 128 is the original code. The commented code above is the part I want to modify. I want to instead line 128 with commented code.
I understand this is the code used to pass signals in the CPU pipeline. But I don't know much about the specific design of the FPU unit, so it's not clear to me why this variable won't be instantiated as a register.
Hello, I would like to initialize the pipeline registers in the code shown below. I used the method below, but when I use FPU, I get this error.
the origin code: (Line 124 at pipeline.scala)
my code:
the code where the error occurred: (Line 313 at FpuPlugin.scala)
the error:
How can I initialize the registers correctly? Thank you!
The text was updated successfully, but these errors were encountered: