ucb-bar / chipyard

An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
https://chipyard.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
1.56k stars 618 forks source link

make CONFIG=SmallBoomConfig #1673

Open aoliaoICer opened 9 months ago

aoliaoICer commented 9 months ago

Background Work

Chipyard Version and Hash

Release: 1.8.0 Hash: a6a6a6

OS Setup

Ex: Output of uname -a + lsb_release -a + printenv + conda list

Other Setup

Ex: Prior steps taken / Documentation Followed / etc...

Current Behavior

An error is reported when make CONFIG=SmallBoomConfig is reported in chipyard [error] Picked up JAVA_TOOL_OPTIONS: -Xmx8G -Xss8M -Djava.io.tmpdir=/home/odin/chipyard2/chipyard/.java_tmp [error] Exception in thread "main" firrtl.FirrtlInternalException: Internal Error! Please file an issue at github.com/ucb-bar/firr [error] at firrtl.Utils$.error(Utils.scala:471) [error] at firrtl.Utils$.throwInternalError(Utils.scala:175) [error] at firrtl.stage.phases.CatchExceptions.transform(CatchExceptions.scala:31) ...59more [error] Nonzero exit code returned from runner: 1 [error] (Compile / runMain) Nonzero exit code returned from runner: 1 [error] Total time: 107 s (01:47), completed Nov 29, 2023, 2:27:54 PM make: *** [/home/odin/chipyard2/chipyard/common.mk:137: firrtl_temp] Error 1

Expected Behavior

To resolve this bug, configure the boom environment

Other Information

No response

jerryz123 commented 8 months ago

This is unusual. Can you try with the latest Chipyard?

waseem-10xe commented 4 weeks ago

When running the make CONFIG=SmallBoomConfig ,I am getting this error. image

waseem-10xe commented 3 weeks ago

make CONFIG=SmallBoomV3Config kindly use the above commands errors are resolved.Thanks