Comparator-數位邏輯技術
Comparator-數位邏輯技術
Introduction to Comparator
Main Idea of the Implementation of Comparator
By doing subtraction and making use of common status flag, which is known as OVERFLOW, ZEOR, NEGATIVE and CARRY. We can simply achieve the goal of comparison by doing so.
Reference (Intel Instruction Set)
Comparator VHDL Implemnetation
- In order to successfully implement comparator, PLZ CHECK OUT MY POST ABOUT ADDER and SUBTRACTOR FIRST! link
1 | library ieee; |
- Title: Comparator-數位邏輯技術
- Author: Shih Jiun Lin
- Created at : 2023-11-12 22:00:00
- Updated at : 2023-11-12 23:35:08
- Link: https://shih-jiun-lin.github.io/2023/11/12/Comparator-數位邏輯技術/
- License: This work is licensed under CC BY-NC-SA 4.0.