aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-15 16:20:54 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-15 16:20:54 -0700
commit0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f (patch)
tree7901d0acb464cd486bebac037d8f475df7226cbb
parent453a9429b67551f94f8c714c24f12929e472052c (diff)
downloadyosys-0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f.tar.gz
yosys-0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f.tar.bz2
yosys-0b9ee4fbbf3a5fc818e5ae39a013cdd9e17f641f.zip
Try this for gcc-4.8?
-rw-r--r--kernel/yosys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h
index 0cf230722..895286a53 100644
--- a/kernel/yosys.h
+++ b/kernel/yosys.h
@@ -225,7 +225,7 @@ using RTLIL::Wire;
using RTLIL::Cell;
using RTLIL::Module;
using RTLIL::Design;
-namespace ID = RTLIL::ID;
+namespace ID = ::YOSYS_NAMESPACE::RTLIL::ID;
namespace hashlib {
template<> struct hash_ops<RTLIL::Wire*> : hash_obj_ops {};