Forum Discussion
Altera_Forum
Honored Contributor
15 years ago>> -- VHDL_Detector Clock interface
>> iVGA_CLK : in std_logic; >> iRST_N : in std_logic; >> -- VHDL_Detector of In-haven >> iVGA_R : in std_logic_vector (9 downto 0); >> iVGA_VS : in std_logic; >> >> This haven are connected with the video system. or can I declare this ports as conduit-ports and make a connection from the SopC-Symbol to the Video-System-Symbol? The goal to make this connectivity, is to send a xy-cordinate from a object-detection to a steppmotor controller via SPI in SopC. Thanks for any answer..... :)