mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 20:03:39 +00:00
Added module->avail_parameters (for advanced techmap features)
This commit is contained in:
parent
4011d47646
commit
8dafecd34d
3 changed files with 14 additions and 3 deletions
|
@ -257,6 +257,7 @@ struct RTLIL::Design {
|
|||
|
||||
struct RTLIL::Module {
|
||||
RTLIL::IdString name;
|
||||
std::set<RTLIL::IdString> avail_parameters;
|
||||
std::map<RTLIL::IdString, RTLIL::Wire*> wires;
|
||||
std::map<RTLIL::IdString, RTLIL::Memory*> memories;
|
||||
std::map<RTLIL::IdString, RTLIL::Cell*> cells;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue