mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added $initstate cell type and vlog function
This commit is contained in:
parent
d7763634b6
commit
5c166e76e5
7 changed files with 54 additions and 4 deletions
|
@ -1024,6 +1024,12 @@ namespace {
|
|||
return;
|
||||
}
|
||||
|
||||
if (cell->type == "$initstate") {
|
||||
port("\\Y", 1);
|
||||
check_expected();
|
||||
return;
|
||||
}
|
||||
|
||||
if (cell->type == "$equiv") {
|
||||
port("\\A", 1);
|
||||
port("\\B", 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue