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
I get the same error when trying to generate the bitstream from the command line. Furthermore, to open the design in Vivado, I don't know which files to include. Command: make CONFIG=rocket64b2 BOARD=nexys-video vivado-gui Result:
java -Xmx12G -Xss8M -cp realpath target/scala-*/system.jar firrtl.stage.FirrtlMain -i workspace/rocket64b2/system-nexys-video/RocketSystem.fir -o RocketSystem.v --compiler verilog
--annotation-file workspace/rocket64b2/system-nexys-video/RocketSystem.anno.json
--custom-transforms firrtl.passes.InlineInstances
--target:fpga
Exception in thread "main" firrtl.passes.PassExceptions:
firrtl.passes.CheckHighFormLike$ResetInputException: @[rocket-chip/src/main/scala/devices/debug/Periphery.scala 122:19]: [module RocketSystem] Abstract Reset not allowed as top-level input: debug.reset
firrtl.passes.CheckHighFormLike$ResetInputException: @[rocket-chip/src/main/scala/devices/debug/Periphery.scala 122:19]: [module RocketSystem] Abstract Reset not allowed as top-level input: debug.clockeddmi.dmiReset
firrtl.passes.PassException: 2 errors detected!
make: *** [Makefile:266: workspace/rocket64b2/system-nexys-video.v] Error 1
The text was updated successfully, but these errors were encountered:
I mean I downloaded the repository by going to the upper right part of the repo, clicking on the code option, and downloading the git repo in a zip file. This command git clone https://github.com/eugene-tarassov/vivado-risc-v.git doesn't work for me since it fails downloading the entire repo. Also, when I download the repo in a zip file, some files are empty as those files reference other git repos, so I download them seperately by clicking on them and going to their page. However, linux-stable leads to a 404 page. So, I downloaded the linux kernel from the official repo and put it in the file. I tried the --recursive but that also doesn't work.
I get the same error when trying to generate the bitstream from the command line. Furthermore, to open the design in Vivado, I don't know which files to include.
Command: make CONFIG=rocket64b2 BOARD=nexys-video vivado-gui
Result:
java -Xmx12G -Xss8M -cp
realpath target/scala-*/system.jar
firrtl.stage.FirrtlMain -i workspace/rocket64b2/system-nexys-video/RocketSystem.fir -o RocketSystem.v --compiler verilog--annotation-file workspace/rocket64b2/system-nexys-video/RocketSystem.anno.json
--custom-transforms firrtl.passes.InlineInstances
--target:fpga
Exception in thread "main" firrtl.passes.PassExceptions:
firrtl.passes.CheckHighFormLike$ResetInputException: @[rocket-chip/src/main/scala/devices/debug/Periphery.scala 122:19]: [module RocketSystem] Abstract Reset not allowed as top-level input: debug.reset
firrtl.passes.CheckHighFormLike$ResetInputException: @[rocket-chip/src/main/scala/devices/debug/Periphery.scala 122:19]: [module RocketSystem] Abstract Reset not allowed as top-level input: debug.clockeddmi.dmiReset
firrtl.passes.PassException: 2 errors detected!
make: *** [Makefile:266: workspace/rocket64b2/system-nexys-video.v] Error 1
The text was updated successfully, but these errors were encountered: