mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-20 22:25:49 +00:00
WIP
This commit is contained in:
parent
1a8a95b472
commit
d13dfc21f4
32 changed files with 1348 additions and 769 deletions
|
|
@ -512,7 +512,7 @@ static void dfflibmap(RTLIL::Design *design, RTLIL::Module *module)
|
|||
for (auto cell : cell_list)
|
||||
{
|
||||
auto cell_type = cell->type;
|
||||
auto cell_name = cell->name;
|
||||
RTLIL::IdString cell_name(cell->name);
|
||||
auto cell_connections = cell->connections();
|
||||
std::string src = cell->get_src_attribute();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue