Altera_Forum
Honored Contributor
12 years agoIs there any document describing Altera Jtag components?
I find the component **_jtag in the library of Quartus, but cann't find detailed information about it.
The component is as below: component cyclone_jtag generic ( lpm_hint : string := "UNUSED"; lpm_type : string := "cyclone_jtag" ); port( clkdruser : out std_logic; ntrst : in std_logic := '0'; runidleuser : out std_logic; shiftuser : out std_logic; tck : in std_logic := '0'; tckutap : out std_logic; tdi : in std_logic := '0'; tdiutap : out std_logic; tdo : out std_logic; tdouser : in std_logic := '0'; tdoutap : in std_logic := '0'; tms : in std_logic := '0'; tmsutap : out std_logic; updateuser : out std_logic; usr1user : out std_logic ); end component;