mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Verific build fixes
This commit is contained in:
parent
c2f30e0de4
commit
61512b6f41
5 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ VERIFIC_DIR = /usr/local/src/verific_lib_eval
|
|||
2.) Install the necessary multilib packages
|
||||
|
||||
Hint: On debian/ubuntu the multilib packages have names such as
|
||||
libreadline-dev:amd64 or lib32readline6-dev, depending on the
|
||||
libreadline-dev:i386 or lib32readline6-dev, depending on the
|
||||
exact version of debian/ubuntu you are working with.
|
||||
|
||||
|
||||
|
|
|
@ -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