Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWell I don't really speak french so maybe you can use google to translate this or something:
1 - You are using the schematic method for creating your design. This is okay. Most people use HDL code (like Verilog or VHDL) to create a design. 2 - What you need to do is connect the pins from your SOPC block to physical pins on your FPGA. You do this by adding pins to your schematic. You can right-click and insert a symbol. Or click on the "symbol" tool button on the left side of the schematic editor. Then browse down to the Altera libraries and under the "primitives" folder you will see a "pin" folder. This "pin" folder contains symbols for "bidir","input", and "output" pins. Add them to your schematic. Then you have to assign the pins to specific pins on your FPGA. I hope this gets you started. Sorry I don't speak french. Jake