Altera_Forum
Honored Contributor
16 years agoopen-drain/open collector type of output
Hi All,
This might have been discussed before, but I didn't see a definite answer. I have one IO pins which I wanna assign it to be a open-drain type. I tried to add the following attribute to the VHDL: ATTRIBUTE altera_io_opendrain : boolean; ATTRIBUTE altera_io_opendrain OF timeout: signal is true; Quartus II 9.0 Web gives me a "Warning (10335): Unrecognized synthesis attribute "altera_io_opendrain" at WATCHDOG/WDT.vhd(24)" Anyone knows why? More, anyone knows a way to configure an IO pin as open drain type directly? Thanks