diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-12-29 14:30:33 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-12-29 14:30:33 +0100 |
commit | 0bb6b24c117fa685dce34abf82cb0f9ef73a7661 (patch) | |
tree | eac781200c0eb5e4ff52debcac488cb6d621027e /frontends/ast | |
parent | ecd64182c5a3689ef293bccf032e1d7eecada91a (diff) | |
download | yosys-0bb6b24c117fa685dce34abf82cb0f9ef73a7661.tar.gz yosys-0bb6b24c117fa685dce34abf82cb0f9ef73a7661.tar.bz2 yosys-0bb6b24c117fa685dce34abf82cb0f9ef73a7661.zip |
Added global yosys_celltypes
Diffstat (limited to 'frontends/ast')
-rw-r--r-- | frontends/ast/ast.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index fbb726922..68b3327f9 100644 --- a/frontends/ast/ast.cc +++ b/frontends/ast/ast.cc @@ -26,7 +26,7 @@ * */ -#include "kernel/log.h" +#include "kernel/yosys.h" #include "libs/sha1/sha1.h" #include "ast.h" |