mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Fixes
This commit is contained in:
parent
1017b19405
commit
9f9bacc029
2 changed files with 17 additions and 17 deletions
|
@ -362,10 +362,10 @@ RTLIL::IdString new_id_suffix(std::string file, int line, std::string func, std:
|
|||
module->uniquify(cell->name.str())
|
||||
#define NEW_ID2_SUFFIX(suffix) \
|
||||
module->uniquify(cell->name.str() + "_" + suffix)
|
||||
#define NEW_ID2_SUFFIX2(suffix) \
|
||||
#define NEW_ID3 \
|
||||
module->uniquify(cell_name.str())
|
||||
#define NEW_ID3_SUFFIX(suffix) \
|
||||
module->uniquify(cell_name.str() + "_" + suffix)
|
||||
#define NEW_ABC_ID \
|
||||
module->uniquify(IdString("\\boolopt"))
|
||||
#define NEW_MEM_ID_SUFFIX(suffix) \
|
||||
mem.mem ? module->uniquify(mem.mem->name.str() + "_" + suffix) : module->uniquify(string("\\mem_") + suffix)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue