Try this for gcc-4.8?

This commit is contained in:
Eddie Hung
2019-08-15 16:20:54 -07:00
parent 453a9429b6
commit 0b9ee4fbbf
+1 -1
View File
@@ -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 {};