The Design of Hex to 7-seg Decoder-數位邏輯技術
The Design of Hex to 7-seg Decoder-數位邏輯技術
Introduction to hex to 7-seg decoder
References
The truth table of hex to 7-seg decoder
- The truth table above is based on positive logic, but the 7-seg display I'm using which is preset on the DE-10 lite board is using negative logic, so the result of abcdefg should be inverted.
The VHDL code of hex to 7-seg decoder
Hex to 7-seg Decoder with inverted logic
1 | library ieee; |
Source Code
- Title: The Design of Hex to 7-seg Decoder-數位邏輯技術
- Author: Shih Jiun Lin
- Created at : 2023-10-04 22:00:00
- Updated at : 2023-10-04 22:37:23
- Link: https://shih-jiun-lin.github.io/2023/10/04/The Design of Hex to 7-seg Decoder-數位邏輯技術/
- License: This work is licensed under CC BY-NC-SA 4.0.