mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Improvements in BLIF front-end
This commit is contained in:
parent
313f570fcc
commit
08a4af3cde
2 changed files with 51 additions and 4 deletions
|
@ -440,6 +440,7 @@ struct BlifBackend : public Backend {
|
|||
|
||||
std::vector<RTLIL::Module*> mod_list;
|
||||
|
||||
design->sort();
|
||||
for (auto module_it : design->modules_)
|
||||
{
|
||||
RTLIL::Module *module = module_it.second;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue