3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

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

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 {};