3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

New pmgen requires explicit accept

This commit is contained in:
Eddie Hung 2019-08-30 11:02:10 -07:00
parent 295c18bd6b
commit 4e782f1509

View file

@ -176,4 +176,6 @@ code ffP clock
clock = c;
}
accept;
endcode