We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d866f8b commit 5ae1a81Copy full SHA for 5ae1a81
examples/projects/regress.sh
@@ -4,6 +4,7 @@ set -e
4
5
declare -A TOOLS
6
7
+TOOLS["diamond"]="brevia2"
8
TOOLS["ise"]="s6micro nexys3"
9
TOOLS["libero"]="maker"
10
TOOLS["openflow"]="icestick edu-ciaa orangecrab ecp5evn"
@@ -19,7 +20,7 @@ for TOOL in "${!TOOLS[@]}"; do
19
20
if [[ "$TOOL" == "ise" && "$SOURCE" == "slog" ]]; then
21
continue
22
fi
- if [[ "$TOOL" == "openflow" && "$SOURCE" != "vlog" ]]; then
23
+ if [[ "$TOOL" == "openflow" && "$SOURCE" == "vhdl" ]]; then
24
25
26
echo "> $TOOL - $BOARD - $SOURCE"
0 commit comments