-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: call
hierarchy
for abstract modules automatically.
Whenever there are abstract modules in the netlist and the pass does not declare that it supports them, call `hierarchy -auto-top` or `hierarchy` (depending on whether there is a module marked `top`) to instantiate them first. This makes several CLI workflows much more usable, including one as basic as: $ yosys file.v -o file.il
- Loading branch information
1 parent
1c8e58a
commit d2f3d07
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters