漢諾塔!!!
Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation
eg. if n = 2 A→B A→C B→C
if n = 3 A→C A→B C→B A→C B→A B→C A→C
Abstract七段顯示器在DE2可當成Verilog的console,做為16進位的輸出結果。Introduction使用環境:Quartus II 7.2 SP1 + DE2(Cyclone II EP2C35F627C6)簡單的使用switch當成2進位輸入,并用8位數的七段顯示器顯示16進位的結果。