Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOn the Morphic II the default reset seems to be a positive logic reset, I have to invert it as the logic I am importing my code from, an EZC1USB module, was a negative logic reset.
-- nRESET: in std_logic; -- FPGA reset, negative on-board reset, EZC1USB HW_RESET: in std_logic; -- FPGA reset, positive on-board reset, Morphic II begin nRESET <= not HW_RESET; So indeed I can ignore it if I choose - never thought of that - though I do use it extensively to reset things before they run. How are your further thoughts on using the USB Blaster for data I/O coming on ?