summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-02-27 09:32:19 +0100
committerClifford Wolf <clifford@clifford.at>2013-02-27 09:32:19 +0100
commita321a5c412090d04dfaea4b4876c4901c42cfe44 (patch)
treeb08d286e0aea76be9aab7a543df0b51e76b6ede4 /frontends
parent4f0c2862a0d7e1ca247e0a4d54301c7f8cc92fd8 (diff)
Moved stand-alone libs to libs/ directory and added libs/subcircuit
Diffstat (limited to 'frontends')
-rw-r--r--frontends/ast/ast.cc2
-rw-r--r--frontends/ast/genrtlil.cc2
-rw-r--r--frontends/ast/simplify.cc2
-rw-r--r--frontends/verilog/verilog_frontend.cc2
4 files changed, 4 insertions, 4 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc
index e5db5a94..4e61b33a 100644
--- a/frontends/ast/ast.cc
+++ b/frontends/ast/ast.cc
@@ -27,7 +27,7 @@
*/
#include "kernel/log.h"
-#include "kernel/sha1.h"
+#include "libs/sha1/sha1.h"
#include "ast.h"
#include <sstream>
diff --git a/frontends/ast/genrtlil.cc b/frontends/ast/genrtlil.cc
index 9f1acb61..b12573e6 100644
--- a/frontends/ast/genrtlil.cc
+++ b/frontends/ast/genrtlil.cc
@@ -27,7 +27,7 @@
*/
#include "kernel/log.h"
-#include "kernel/sha1.h"
+#include "libs/sha1/sha1.h"
#include "ast.h"
#include <sstream>
diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc
index 33776d65..feb81067 100644
--- a/frontends/ast/simplify.cc
+++ b/frontends/ast/simplify.cc
@@ -27,7 +27,7 @@
*/
#include "kernel/log.h"
-#include "kernel/sha1.h"
+#include "libs/sha1/sha1.h"
#include "ast.h"
#include <sstream>
diff --git a/frontends/verilog/verilog_frontend.cc b/frontends/verilog/verilog_frontend.cc
index c1823379..e8af1388 100644
--- a/frontends/verilog/verilog_frontend.cc
+++ b/frontends/verilog/verilog_frontend.cc
@@ -29,7 +29,7 @@
#include "verilog_frontend.h"
#include "kernel/register.h"
#include "kernel/log.h"
-#include "kernel/sha1.h"
+#include "libs/sha1/sha1.h"
#include <sstream>
#include <stdarg.h>
#include <assert.h>