Skip to content

Commit 5ae1a81

Browse files
committed
Added Diamond into regress.sh
1 parent d866f8b commit 5ae1a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/projects/regress.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44

55
declare -A TOOLS
66

7+
TOOLS["diamond"]="brevia2"
78
TOOLS["ise"]="s6micro nexys3"
89
TOOLS["libero"]="maker"
910
TOOLS["openflow"]="icestick edu-ciaa orangecrab ecp5evn"
@@ -19,7 +20,7 @@ for TOOL in "${!TOOLS[@]}"; do
1920
if [[ "$TOOL" == "ise" && "$SOURCE" == "slog" ]]; then
2021
continue
2122
fi
22-
if [[ "$TOOL" == "openflow" && "$SOURCE" != "vlog" ]]; then
23+
if [[ "$TOOL" == "openflow" && "$SOURCE" == "vhdl" ]]; then
2324
continue
2425
fi
2526
echo "> $TOOL - $BOARD - $SOURCE"

0 commit comments

Comments
 (0)