diff options
author | Claire Xenia Wolf <claire@clairexen.net> | 2021-03-15 23:27:55 +0100 |
---|---|---|
committer | Claire Xenia Wolf <claire@clairexen.net> | 2021-04-20 12:46:21 +0200 |
commit | 8aee80040de0b0812f2aec7ba4059c14407a0567 (patch) | |
tree | 3828dd76be66396e43585a2681ea6d4478360edc /tests/arch/run-test.sh | |
parent | dce037a62c5bda9a8256d271d39b06be366120e8 (diff) | |
download | yosys-8aee80040de0b0812f2aec7ba4059c14407a0567.tar.gz yosys-8aee80040de0b0812f2aec7ba4059c14407a0567.tar.bz2 yosys-8aee80040de0b0812f2aec7ba4059c14407a0567.zip |
Add default assignments to SB_LUT4
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
Diffstat (limited to 'tests/arch/run-test.sh')
-rwxr-xr-x | tests/arch/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arch/run-test.sh b/tests/arch/run-test.sh index 170078a7f..5d923db56 100755 --- a/tests/arch/run-test.sh +++ b/tests/arch/run-test.sh @@ -11,7 +11,7 @@ for arch in ../../techlibs/*; do if [ "${defines[$arch_name]}" ]; then for def in ${defines[$arch_name]}; do echo -n "Test $path -D$def ->" - iverilog -t null -I$arch -D$def $path + iverilog -t null -I$arch -D$def -DNO_ICE40_DEFAULT_ASSIGNMENTS $path echo " ok" done else |