You must login before you can post a comment.
Author: Simone Battaglia
Forked from: BrianRushka/ProgramCounter
Project access type: Public
Description:
16-bit program counter increments on rising-edge of CLK when COUNT=1. result: PC <-- PC + 1
Loads TARGET (from bus) when JUMP=1. result: PC <-- TARGET
CLR for system reset. result: PC <-- 0
C_OUT to support extension from 16-bit to 32-bit
Created: Sep 18, 2024
Updated: Sep 18, 2024
Comments