File tree Expand file tree Collapse file tree 5 files changed +44
-0
lines changed Expand file tree Collapse file tree 5 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,26 @@ echo "CC: $CC"
88echo " CXX: $CXX "
99
1010./smoke-tests/icestorm.sh
11+
12+ for t in \
13+ icebox_asc2hlc \
14+ icebox_chipdb \
15+ icebox_colbuf \
16+ icebox_diff \
17+ icebox_explain \
18+ icebox_hlc2asc \
19+ icebox_html \
20+ icebox_maps \
21+ icebox_stat \
22+ icebox_vlog \
23+ icebram \
24+ icemulti \
25+ icepack \
26+ icepll \
27+ icetime \
28+ iceunpack
29+ do
30+ which $t
31+ $t -h | head -n 5
32+ echo -e " $? \n\n\n"
33+ done
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ echo "CC: $CC"
88echo " CXX: $CXX "
99
1010./smoke-tests/nextpnr-ecp5.sh
11+
12+ nextpnr-ecp5 --version
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ echo "CC: $CC"
88echo " CXX: $CXX "
99
1010./smoke-tests/nextpnr-ice40.sh
11+
12+ nextpnr-ice40 --version
Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ echo "CC: $CC"
88echo " CXX: $CXX "
99
1010./smoke-tests/nextpnr.sh
11+
12+ nextpnr-ecp5 --version
13+ nextpnr-ice40 --version
Original file line number Diff line number Diff line change @@ -8,3 +8,17 @@ echo "CC: $CC"
88echo " CXX: $CXX "
99
1010./smoke-tests/prjtrellis.sh
11+
12+ for t in \
13+ ecpbram \
14+ ecpmulti \
15+ ecppack \
16+ ecppll \
17+ ecpunpack
18+ do
19+ which $t
20+ $t -h | head -n 5
21+ echo -e " $? \n\n\n"
22+ done
23+
24+ ecppack --version
You can’t perform that action at this time.
0 commit comments