Update bender.yml to match new project structure
Created by: andreaskuster
In order to simply the synthesis process, I updated the Bender.yml
configuration to match the new structure.
TODO:
-
there are still a few sources with a ?
, which either do not exist anymore or have to be double-checked if they are converted correctly- Is there a better option to switch between the 32bit and 64bit version /
XLEN
incva6_config_pkg
i.e.cv32a6_imac_sv0_config_pkg.sv
vscv64a6_imacfd_sv39_config_pkg.sv
? Right now, the 32bit version is simply commented out. - Did you combine
core/mmu_sv39/mult.sv
andcore/mmu_sv32/cva6_mult_sv32.sv
incore/mult.sv
? -
src/synopsys_sram.sv
does not seem to exist anymore, but at least the synthesis workswithout it -
common/local/util/instruction_tracer_defines.svh
does not seem to exist anymore, but at least the synthesis workswithout it -
common/submodules/common_cells/src/sync.sv
is required, but not in the list so far. I added this
- Is there a better option to switch between the 32bit and 64bit version /
-
The Synopsis flow does not run through for me yet. I will keep it WIP
until this works -> has been fixed with the additional commits: Thetcl
script generated withbender script synopsys
works for me@niwis
You might want to have a look at the?`` @micprog
Should we change the include files to path/git bender dependencies