Altera_Forum
Honored Contributor
9 years ago[2 Questions] How to use keyboard as input means for Cyclone II DE1 Board? and more
Greetings Altera Forum! I've got some problems that's been bugging me for quite some time now. I can't find the answer (or I lack googling skills).
Question 1: How can I use a keyboard as a mean to input something for the FPGA Board? Also, how many bits is the input and how is the input represented? I'm guessing it is an 8-bit ASCII. Question 2: How to use TCL file for VHDL?I only used a TCL file for synthesizing Verilog codes using set_location_assignment PIN_### -to NAME[arrayIndex]. It works flawlessly, but now I tried it using a VHDL file replacing the square bracket [] with circular () and it does not return any error. However, it also does not work. I tried using a simple LEDG <= "10101010" but the result is was, not a single LED lights up. My next attempt is to import the QSF file so that all pins are ready to use, but I still haven't tested that yet if it will work (because the FPGA board is only available on school days). Any help will be appreciated, thanks.