Generating English Breakfast Binaries for CW305
Build instructions to generate English Breakfast binaries for the CW305 in the Getting Started don't seem to work with recent OpenTitan releases. I've tried using both the OpenTitan docker image and a fresh install of Ubuntu 20.04.06LTS following OT instructions for an FPGA build environment using earlgrey_es_sival and various other branches & commits unsuccessfully.
For the most recent commit for earlgrey_es_sival, the build fails at Step 4 (bitstream generation):
ERROR: Conflicting requirements: Requirements: 'lowrisc_systems_chip_englishbreakfast_cw305 == 0.1-0' <- 'lowrisc_systems_ast >= 0-0' <- 'lowrisc_systems_clkmgr_pkg >= 0-0' +lowrisc_systems_ast-0.1-0 was ignored because it depends on missing packages Requirements: 'lowrisc_systems_chip_englishbreakfast_cw305 == 0.1-0' <- 'lowrisc_systems_ast >= 0-0' lowrisc_systems_chip_englishbreakfast_cw305-0.1-0 requires (+lowrisc_systems_ast-0.1-0) Requirements: 'lowrisc_systems_chip_englishbreakfast_cw305 == 0.1-0' Install command rule (+lowrisc_systems_chip_englishbreakfast_cw305-0.1-0)
Failed to resolve dependencies for lowrisc:systems:chip_englishbreakfast_cw305:0.1
I've verified this isn't an issue with an incorrect fusesoc version that's mentioned in some previous issues.
Is there a known good OpenTitan commit / version that should work with the ot-sca instructions as written for building Englishbreakfast for the CW305 target?
For what it's worth, the bash script:
**ci/scripts/build-bitstream-vivado.sh top_englishbreakfast cw305**
successfully runs, and after running this, I'm now able to successfully proceed with Step 4 from the Getting Started documentation, so something is happening in the CI script that's not currently in the instructions?