mirror of https://github.com/YosysHQ/yosys.git
Try this for gcc-4.8?
This commit is contained in:
parent
453a9429b6
commit
0b9ee4fbbf
|
@ -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 {};
|
||||||
|
|
Loading…
Reference in New Issue