B
Brannon King
Guest
This line in EDIF works to change the IOSTANDARD:
(property IOSTANDARD (string "LVCMOS25"))
It seems to work whether on the pad instance or the buffer instance. What I
can't figure out is how to set the PULLUP/PULLDOWN stuff in EDIF. I end up
running the FPGA editor and turning it on manually after every build. I've
tried
(property PULLUP (string "TRUE"))
and
(property PULLUP (string "YES"))
on both the pad and the buffer but it seems that the tools entirely ignore
it. Any ideas?
--
Prepend a 'b' to email me. Thanks.
(property IOSTANDARD (string "LVCMOS25"))
It seems to work whether on the pad instance or the buffer instance. What I
can't figure out is how to set the PULLUP/PULLDOWN stuff in EDIF. I end up
running the FPGA editor and turning it on manually after every build. I've
tried
(property PULLUP (string "TRUE"))
and
(property PULLUP (string "YES"))
on both the pad and the buffer but it seems that the tools entirely ignore
it. Any ideas?
--
Prepend a 'b' to email me. Thanks.