From: Clifford Wolf Date: Wed, 6 Mar 2013 08:44:29 +0000 (+0100) Subject: Fixed mine test case for subcircuit library X-Git-Tag: yosys-0.2.0~741 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f2c7d093687555e12bc5b7b598d3bf9257582a7;p=yosys.git Fixed mine test case for subcircuit library --- diff --git a/Makefile b/Makefile index 392d50f6b..b7cb2cbbe 100644 --- a/Makefile +++ b/Makefile @@ -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