Fixed mine test case for subcircuit library

This commit is contained in:
Clifford Wolf 2013-03-06 09:44:29 +01:00
parent 594dbc4c93
commit 9f2c7d0936
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -37,5 +37,5 @@ swapgroup mul A B
swapgroup add A B
mine 2 10 2
expect 5
expect 6