mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-26 22:03:36 +00:00
add POLARITY parameter to $priority cell
This commit is contained in:
parent
e166dd4475
commit
7e664834b3
8 changed files with 38 additions and 17 deletions
|
|
@ -2656,6 +2656,7 @@ namespace {
|
|||
}
|
||||
if (cell->type.in(ID($priority))) {
|
||||
param(ID::WIDTH);
|
||||
param(ID::POLARITY);
|
||||
port(ID::A, param(ID::WIDTH));
|
||||
port(ID::Y, param(ID::WIDTH));
|
||||
check_expected();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue