19 lines
689 B
YAML
19 lines
689 B
YAML
# Build-time bitbuilder design configuration for the FireSim Simulation Manager
|
|
# See https://docs.fires.im/en/stable/Advanced-Usage/Manager/Manager-Configuration-Files.html for documentation of all of these params.
|
|
|
|
###########
|
|
# Schema:
|
|
###########
|
|
# # Class name of the bitbuilder type.
|
|
# # This can be determined from `deploy/buildtools/bitbuilder.py`).
|
|
# bitbuilder_type: <TYPE NAME>
|
|
# args:
|
|
# # Bitbuilder arguments that are passed to the `BitBuilder`
|
|
# # object. Determined by looking at `_parse_args` function of class.
|
|
# <K/V pairs of args>
|
|
|
|
bit_builder_type: VitisBitBuilder
|
|
args:
|
|
# REQUIRED: vitis fpga platform
|
|
device: xilinx_u250_gen3x16_xdma_4_1_202210_1
|