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 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ using RTLIL::Wire;
using RTLIL::Cell; using RTLIL::Cell;
using RTLIL::Module; using RTLIL::Module;
using RTLIL::Design; using RTLIL::Design;
namespace ID = RTLIL::ID; namespace ID = ::YOSYS_NAMESPACE::RTLIL::ID;
namespace hashlib { namespace hashlib {
template<> struct hash_ops<RTLIL::Wire*> : hash_obj_ops {}; template<> struct hash_ops<RTLIL::Wire*> : hash_obj_ops {};