diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-03-06 09:44:29 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-06 09:44:29 +0100 |
commit | 9f2c7d093687555e12bc5b7b598d3bf9257582a7 (patch) | |
tree | b7ce43ea205cc7436082517be05b0fb0ea40de29 | |
parent | 594dbc4c93e4370ee07ef85a6c28339be8c8d55a (diff) | |
download | yosys-9f2c7d093687555e12bc5b7b598d3bf9257582a7.tar.gz yosys-9f2c7d093687555e12bc5b7b598d3bf9257582a7.tar.bz2 yosys-9f2c7d093687555e12bc5b7b598d3bf9257582a7.zip |
Fixed mine test case for subcircuit library
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | libs/subcircuit/test_mine.txt | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -CONFIG := clang-debug +# CONFIG := clang-debug # CONFIG := gcc-debug -# CONFIG := release +CONFIG := release OBJS = kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/select.o kernel/show.o diff --git a/libs/subcircuit/test_mine.txt b/libs/subcircuit/test_mine.txt index b200e47d9..7ba272ea1 100644 --- a/libs/subcircuit/test_mine.txt +++ b/libs/subcircuit/test_mine.txt @@ -37,5 +37,5 @@ swapgroup mul A B swapgroup add A B mine 2 10 2 -expect 5 +expect 6 |