We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phillips@ubuntu:~/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator$ make CONFIG=Sodor1StageConfig run-binary BINARY=${BMARKS}/towers.riscv Running with RISCV=/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/riscv-tools-install (set -o pipefail && /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/simulator-chipyard-Sodor1StageConfig +permissive +dramsim +dramsim_ini_dir=/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/generators/testchipip/src/main/resources/dramsim2_ini +max-cycles=10000000 +verbose +permissive-off /towers.riscv </dev/null 2> >(spike-dasm > /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/output/chipyard.TestHarness.Sodor1StageConfig/towers.out) | tee /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/output/chipyard.TestHarness.Sodor1StageConfig/towers.log) [UART] UART0 is here (stdin/stdout). make: *** [/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/common.mk:162: run-binary] Error 255
The text was updated successfully, but these errors were encountered:
I solved the error above by export the ${BMARKS} However after a long time of execution the result goes like this:
phillips@ubuntu:/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator$ make CONFIG=Sodor1StageConfig run-binary BINARY=/COMPUTER_ORGANIZATION/chipyard_root/chipyard/riscv-tools-install/riscv64-unknown-elf/share/riscv-tests/benchmarks/towers.riscv Running with RISCV=/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/riscv-tools-install (set -o pipefail && /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/simulator-chipyard-Sodor1StageConfig +permissive +dramsim +dramsim_ini_dir=/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/generators/testchipip/src/main/resources/dramsim2_ini +max-cycles=10000000 +verbose +permissive-off /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/riscv-tools-install/riscv64-unknown-elf/share/riscv-tests/benchmarks/towers.riscv </dev/null 2> >(spike-dasm > /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/output/chipyard.TestHarness.Sodor1StageConfig/towers.out) | tee /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/output/chipyard.TestHarness.Sodor1StageConfig/towers.log) [UART] UART0 is here (stdin/stdout). make: *** [/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/common.mk:162: run-binary] Error 2
How can I check the exact information of Error
Sorry, something went wrong.
The output files are in sims/verilator/output/...
No branches or pull requests
phillips@ubuntu:~/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator$ make CONFIG=Sodor1StageConfig run-binary BINARY=${BMARKS}/towers.riscv
Running with RISCV=/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/riscv-tools-install
(set -o pipefail && /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/simulator-chipyard-Sodor1StageConfig +permissive +dramsim +dramsim_ini_dir=/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/generators/testchipip/src/main/resources/dramsim2_ini +max-cycles=10000000 +verbose +permissive-off /towers.riscv </dev/null 2> >(spike-dasm > /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/output/chipyard.TestHarness.Sodor1StageConfig/towers.out) | tee /home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/sims/verilator/output/chipyard.TestHarness.Sodor1StageConfig/towers.log)
[UART] UART0 is here (stdin/stdout).
make: *** [/home/phillips/COMPUTER_ORGANIZATION/chipyard_root/chipyard/common.mk:162: run-binary] Error 255
The text was updated successfully, but these errors were encountered: