Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVHDL-Code with Avalon Bus Interface-/ and VHDL-Video-System-Interface-Ports
Hello I provided the following ENTITY. Can I actually provide a IP, which some haven connectivity with the Avalon bus, as well as haven as down descriptive for the VHDL_Detector, which is not c...
Altera_Forum
Honored Contributor
16 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..... :)