3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 13:10:51 +00:00

fix generated blackboxes for ecp5

This commit is contained in:
Miodrag Milanovic 2023-08-28 16:26:26 +02:00
parent 2f82e8eaed
commit b168ff99d0
2 changed files with 2 additions and 2 deletions

View file

@ -1580,7 +1580,6 @@ module EXTREFB (...);
(* iopad_external_pin *)
input REFCLKN;
output REFCLKO;
output ;
endmodule
(* blackbox *) (* keep *)
@ -2172,6 +2171,5 @@ module DCUA (...);
output D_COUT19;
input D_REFCLKI;
output D_FFS_PLOL;
output ;
endmodule