3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-13 01:16:16 +00:00

Removed $aconst cell type

This commit is contained in:
Clifford Wolf 2016-08-30 19:09:56 +02:00
parent a8124c137e
commit 6f41e5277d
7 changed files with 8 additions and 21 deletions

View file

@ -1030,7 +1030,7 @@ namespace {
return;
}
if (cell->type.in("$aconst", "$anyconst")) {
if (cell->type == "$anyconst") {
port("\\Y", param("\\WIDTH"));
check_expected();
return;