diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-02-27 09:32:19 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-02-27 09:32:19 +0100 |
commit | a321a5c412090d04dfaea4b4876c4901c42cfe44 (patch) | |
tree | b08d286e0aea76be9aab7a543df0b51e76b6ede4 /kernel/calc.cc | |
parent | 4f0c2862a0d7e1ca247e0a4d54301c7f8cc92fd8 (diff) | |
download | yosys-a321a5c412090d04dfaea4b4876c4901c42cfe44.tar.gz yosys-a321a5c412090d04dfaea4b4876c4901c42cfe44.tar.bz2 yosys-a321a5c412090d04dfaea4b4876c4901c42cfe44.zip |
Moved stand-alone libs to libs/ directory and added libs/subcircuit
Diffstat (limited to 'kernel/calc.cc')
-rw-r--r-- | kernel/calc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/calc.cc b/kernel/calc.cc index f31fed7d0..8afdab3f6 100644 --- a/kernel/calc.cc +++ b/kernel/calc.cc @@ -18,7 +18,7 @@ */ #include "kernel/rtlil.h" -#include "bigint/BigIntegerLibrary.hh" +#include "libs/bigint/BigIntegerLibrary.hh" #include <assert.h> static BigInteger const2big(const RTLIL::Const &val, bool as_signed, int &undef_bit_pos) |