Getting Compilation error while doing make verilog #3681
Replies: 1 comment
-
|
For generating RTL of rocket-chip components, see Chipyard (chipyard.readthedocs.io). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying out to generate the RTL core using Rocket chip for the first time. I followed all the steps and installed all the dependencies(not sure all are installed or not).
I was able to succesfully use Scala CLI to compile and run an example program.
But while running the make verilog inside rocket-chip, I am getting the below compilation error
/rocket-chip/dependencies/chisel/build.sc:34: trait Firrtl is abstract; cannot be instantiated
object firrtl extends CrossFirrtl
Is there anything I am missing here? Or should I use any other git branch?
Regards,
Yadu
Beta Was this translation helpful? Give feedback.
All reactions