FPGA/OrCAD (=VHDL)
VHDL 예제들
ElectricShock
2017. 12. 5. 14:54
The first correct button selected from btn(2:0)
will be the switch setting sw(7:6) where valid settings are "00","01","10" corresponding to btn(0), btn(1), and btn(2) respectively.
The second correct button selected from btn(2:0) will be the switch setting sw(5:4).
The third correct button selected from btn(2:0) will be the switch setting sw(3:2).
The fourth correct button selected from btn(2:0) will be the switch setting sw(1:0).
FPGA ADC
http://www.pyroelectro.com/tutorials/cpld_fpga_adc_interface/