mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 08:42:16 +00:00
Verific build fixes
This commit is contained in:
parent
c2f30e0de4
commit
61512b6f41
5 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@ static void msg_func(msg_type_t msg_type, const char *message_id, linefile_type
|
|||
log("\n");
|
||||
}
|
||||
|
||||
static void import_attributes(std::map<RTLIL::IdString, RTLIL::Const> &attributes, DesignObj *obj)
|
||||
static void import_attributes(dict<RTLIL::IdString, RTLIL::Const> &attributes, DesignObj *obj)
|
||||
{
|
||||
MapIter mi;
|
||||
Att *attr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue