CommonEvaluationPlatform / CEP

The Common Evaluation Platform (CEP), based on UCB's Chipyard Framework, is an SoC design that contains only license-unencumbered, freely available components.
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

Quest for the Unified Bootrom #8

Open bchetwynd opened 1 year ago

bchetwynd commented 1 year ago

Goal is to have a single BootROM for all CEP builds... FPGA, Cosim ASIC, CoSIM not-ASIC

While the FPGA bootrom is using the same sd.c code as the CEP Cosim bootrom, direct usage does not work.

Probably an issue with the linker scripts.... and the FPGA having much bigger memory. Need to investigate further.