mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15: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
|
@ -1724,6 +1724,7 @@ namespace {
|
|||
param(ID(FORMAT));
|
||||
param_bool(ID::TRG_ENABLE);
|
||||
param(ID::TRG_POLARITY);
|
||||
param(ID::PRIORITY);
|
||||
port(ID::EN, 1);
|
||||
port(ID::TRG, param(ID::TRG_WIDTH));
|
||||
port(ID::ARGS, param(ID::ARGS_WIDTH));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue