Copy all bitstreams into distribution
We provide a "release" distribution of all build artifacts, which we
didn't update to include the CW310 bitstream. Add it as well to help
users who are looking for a bitstream from CI.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/util/make_distribution.sh b/util/make_distribution.sh
index 86c335b..4282c5d 100755
--- a/util/make_distribution.sh
+++ b/util/make_distribution.sh
@@ -27,7 +27,7 @@
'sw/otbn/*.elf'
'sw/host/spiflash/spiflash'
'hw/top_earlgrey/Vchip_earlgrey_verilator'
- 'hw/top_earlgrey/lowrisc_systems_chip_earlgrey_nexysvideo_0.1.bit'
+ 'hw/top_earlgrey/lowrisc_systems_chip_earlgrey_*.bit'
)
DIST_DIR="$OBJ_DIR/$OT_VERSION"