mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 18:30:25 +00:00
More cleanups related to RTLIL::IdString usage
This commit is contained in:
parent
14412e6c95
commit
b9bd22b8c8
33 changed files with 237 additions and 261 deletions
|
@ -108,7 +108,7 @@ struct EdifBackend : public Backend {
|
|||
log_header("Executing EDIF backend.\n");
|
||||
|
||||
std::string top_module_name;
|
||||
std::map<std::string, std::set<std::string>> lib_cell_ports;
|
||||
std::map<RTLIL::IdString, std::set<RTLIL::IdString>> lib_cell_ports;
|
||||
CellTypes ct(design);
|
||||
EdifNames edif_names;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue