-
Notifications
You must be signed in to change notification settings - Fork 0
Lab 10
An-Ting Hsu edited this page Apr 23, 2015
·
1 revision
- Due Date: 2015.05.29 Fri.
- Implement the electronic organ with different sound tones.
- Fundamentals of logic gates.
- Keypad control
- Frequency design of different tones
- Logic modeling in Verilog HDL.
- Play the 16 sounds repeatedly based on the sound table. Every sound is played for one second.
- Electronic Organ
- Integrate the keypad as the keyboard of the electronic organ. Keys A, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, B, C, D, E, F represent the sounds from low to high frequencies.
- Display your playing sound (Do, Re, Mi, Fa, So, La, Si) in the 14-segment LED
- (Bonus) Playback double tones by separate left and right channels. If you turn one DIP switch off, the electronic organ playback single tone when you press keyboard (as in Prob. 2). If you torn DIP switch on, left (right) channels play Do(Mi), Re(Fa),Mi(So),Fa(La), So(Si) when you press the keyboard.
[Home Page] (https://github.com/andyhsu10/LogicDesignLab/wiki)
- [Introduction to Verilog HDL] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-1)
- [FPGA Emulation] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-2)
- [Counters] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-3)
- [Shift Registers] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-4)
- [Stop Watches] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-5)
- [Simple Calculator] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-6)
- [Electronic Clock I(Time Display)] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-7)
- [Electronic Clock II(Multi-functions)] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-8)
- [Speaker] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-9)
- [Electronic Organ] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-10)
- [LCD Display (1)] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-11)
- [LCD Display (2)] (https://github.com/andyhsu10/LogicDesignLab/wiki/Lab-12)