Processes | |
PROCESS_8 | ( read , address ) |
| |
Types | |
mem | array ( 0 to 15 ) of std_logic_vector ( 7 downto 0 ) |
Signals | |
rom | mem |
PROCESS_8 | ( read , | |
address ) |
This program works as follow: Load 5 to AC (memory content of 9) Output 5 (content of AC) Add 7 (memory content of 10) to 5 (AC content) Output 12 (content of AC) Add 3 (memory content of 11) to 12 (AC content) Subtract 4 (memory content of 12) from 15 (AC content) Output 11 (content of AC)