mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Try this for gcc-4.8?
This commit is contained in:
parent
453a9429b6
commit
0b9ee4fbbf
1 changed files with 1 additions and 1 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue