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 git clone and checkout chipyard v1.11.0 and gemmini v0.7.2, successfully configuring chipyard by running "./build-setup.sh riscv-tools" as chipyard docs. Then I tried to set up gemmini as readme.md.
I successfully built and run verilator. Further, when following readme running "if you want a simulator that can generate waveforms, run this: ./scripts/build-verilator.sh --debug
I git clone and checkout chipyard v1.11.0 and gemmini v0.7.2, successfully configuring chipyard by running "./build-setup.sh riscv-tools" as chipyard docs. Then I tried to set up gemmini as readme.md.
I successfully built and run verilator. Further, when following readme running "if you want a simulator that can generate waveforms, run this:
./scripts/build-verilator.sh --debug
An error occurred:
I think there may be a missing object so I modified it to this like other lines of this file:
tracep->declQuad(c+70308,0,"channel",-1, VerilatedTraceSigDirection::NONE, VerilatedTraceSigKind::VAR, VerilatedTraceSigType::LOGIC, false,-1, 63,0);
However, this file was auto-generated, my changes lost when running
./scripts/build-verilator.sh --debug
again so that this error still occurred.detailed log is attached here:
build-debugbak.log
The text was updated successfully, but these errors were encountered: