-
Notifications
You must be signed in to change notification settings - Fork 0
Lab 2
An-Ting Hsu edited this page Apr 23, 2015
·
2 revisions
- Due Date: 2015.03.20 Fri.
- Introduce Xilinx demo board emulation flow.
- Fundamentals of logic gates.
- Verilog HDL representation of Logic components.
- Emulate exp1 in lab1 (a full adder
s+cout=x+y+cin) with the following parameters.- x : T1
- y : P2
- cin : P1
- s : H5
- cout : H6
- Derive a BCD (
i[3:0]) to 14-segment display decoder (D_ssd[14:0]), and also use four LEDs (d[3:0]) to monitor the 4-bit BCD number. (Other values of i outside the range will show F).
[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)