Hi, I'm a beginner of RoSE, and i am trying to build rose on my local servers. however, i'm encountering issues when trying to build the bitstream firesim-rocket-singlecore-fp32gemmini-with-airsim-fast-no-nic-l2-llc4mb-ddr3. It seems like there are some missing or incorrect configurations in the config_build_recipes_local.yaml file.
-
In the TARGET_CONFIG key of config_build_recipes_local.yaml:
- Classes
chipyard.AirSimIOTLFPGemminiLargeBoomConfig, chipyard.AirSimIOTLFPGemminiLargeDualBoomConfig, and chipyard.AirSimIOTLFPGemminiRocketConfig are missing.
- However, classes like
chipyard.config.RoseTLRocketConfig, chipyard.config.RoseTLBOOMConfig, and chipyard.config.RoseTLBOOMGemminiConfig exist in RoSEConfigs.scala and seem related.
-
In the PLATFORM_CONFIG key:
- Classes
F30MHz and F45MHz are missing.
BaseVitisConfig exists in firesim.configs and may be relevant.
-
Missing keys:
platform_config_args and subkeys fpga_frequency and build_strategy are required by class BuildConfig.
PLATFORM key is missing, and its value should be xilinx_alveo_u250 as per the README.
thanks for your time. hope to your reply.
Hi, I'm a beginner of RoSE, and i am trying to build rose on my local servers. however, i'm encountering issues when trying to build the bitstream
firesim-rocket-singlecore-fp32gemmini-with-airsim-fast-no-nic-l2-llc4mb-ddr3. It seems like there are some missing or incorrect configurations in theconfig_build_recipes_local.yamlfile.In the
TARGET_CONFIGkey ofconfig_build_recipes_local.yaml:chipyard.AirSimIOTLFPGemminiLargeBoomConfig,chipyard.AirSimIOTLFPGemminiLargeDualBoomConfig, andchipyard.AirSimIOTLFPGemminiRocketConfigare missing.chipyard.config.RoseTLRocketConfig,chipyard.config.RoseTLBOOMConfig, andchipyard.config.RoseTLBOOMGemminiConfigexist inRoSEConfigs.scalaand seem related.In the
PLATFORM_CONFIGkey:F30MHzandF45MHzare missing.BaseVitisConfigexists in firesim.configs and may be relevant.Missing keys:
platform_config_argsand subkeysfpga_frequencyandbuild_strategyare required by class BuildConfig.PLATFORMkey is missing, and its value should bexilinx_alveo_u250as per the README.thanks for your time. hope to your reply.