3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 19:21:23 +00:00

xilinx: Mark IOBUFDS.IOB as external pad

This commit is contained in:
Marcin Kościelnicki 2020-03-20 14:36:00 +01:00 committed by Marcelina Kościelnicka
parent f828cb5132
commit 9b982e929c
2 changed files with 2 additions and 1 deletions

View file

@ -7072,6 +7072,7 @@ module IOBUFDS (...);
output O;
(* iopad_external_pin *)
inout IO;
(* iopad_external_pin *)
inout IOB;
input I;
input T;