mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
ast: add PRIORITY
to $print
cells
This commit is contained in:
parent
4ffdee65e0
commit
f9d38253c5
4 changed files with 12 additions and 2 deletions
|
@ -1805,6 +1805,7 @@ module \$print (EN, TRG, ARGS);
|
|||
|
||||
parameter FORMAT = "";
|
||||
parameter ARGS_WIDTH = 0;
|
||||
parameter PRIORITY = 0;
|
||||
parameter TRG_ENABLE = 1;
|
||||
|
||||
parameter TRG_WIDTH = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue