diff options
author | William D. Jones <thor0505@comcast.net> | 2020-11-17 13:01:57 -0500 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-02-23 17:39:58 +0100 |
commit | 9cb0bae1b27928202fa9ce6d494f7f6aaa36563a (patch) | |
tree | 7f03bdd48acdaa972827bcc7fe69ab047e91cb84 /tests/arch/machxo2/run-test.sh | |
parent | b87f6a09069eb2b1dce3ff197691e5f2e76dff38 (diff) | |
download | yosys-9cb0bae1b27928202fa9ce6d494f7f6aaa36563a.tar.gz yosys-9cb0bae1b27928202fa9ce6d494f7f6aaa36563a.tar.bz2 yosys-9cb0bae1b27928202fa9ce6d494f7f6aaa36563a.zip |
machxo2: Add test/arch/machxo2 directory (test does not pass).
Diffstat (limited to 'tests/arch/machxo2/run-test.sh')
-rw-r--r-- | tests/arch/machxo2/run-test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/arch/machxo2/run-test.sh b/tests/arch/machxo2/run-test.sh new file mode 100644 index 000000000..4be4b70ae --- /dev/null +++ b/tests/arch/machxo2/run-test.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -eu +source ../../gen-tests-makefile.sh +run_tests --yosys-scripts --bash --yosys-args "-w 'Yosys has only limited support for tri-state logic at the moment.'" |