Hello, i am new to RoSE. I’ve encountered a few issues with the config_build_recipes_local.yaml file in the RoSE project, particularly with the bitstreams that have the pattern "-with-airsim". It seems there are some missing or mismatched classes.
-
For building the bitstream firesim-rocket-singlecore-fp32gemmini-with-airsim-fast-no-nic-l2-llc4mb-ddr3:
- Update
chipyard.AirSimIOTLFPGemminiRocketConfig to chipyard.config.RoseTLRocketConfig in config_build_recipes_local.yaml.
- Add the key
PLATFORM: xilinx_alveo_u200.
- Update
PLATFORM_CONFIG to BaseXilinxAlveoU200Config.
- Add
platform_config_args with:
fpga_frequency: 45
build_strategy: TIMING
-
Adjust buildbitstreams.sh to keep only firesim-rocket-singlecore-fp32gemmini-with-airsim-fast-no-nic-l2-llc4mb-ddr3 and comment out others.
Thanks for your time! Hope for your reply.
Hello, i am new to RoSE. I’ve encountered a few issues with the
config_build_recipes_local.yamlfile in the RoSE project, particularly with the bitstreams that have the pattern "-with-airsim". It seems there are some missing or mismatched classes.For building the bitstream
firesim-rocket-singlecore-fp32gemmini-with-airsim-fast-no-nic-l2-llc4mb-ddr3:chipyard.AirSimIOTLFPGemminiRocketConfigtochipyard.config.RoseTLRocketConfiginconfig_build_recipes_local.yaml.PLATFORM: xilinx_alveo_u200.PLATFORM_CONFIGtoBaseXilinxAlveoU200Config.platform_config_argswith:Adjust
buildbitstreams.shto keep onlyfiresim-rocket-singlecore-fp32gemmini-with-airsim-fast-no-nic-l2-llc4mb-ddr3and comment out others.Thanks for your time! Hope for your reply.