You must login before you can post a comment.
Author: Ibrahim Sagir
Project access type: Public
Description:
Implement (on circuitverse.org) a CPU supporting a tiny ISA (see below) including:
Here is a python simulator for this subset of instructions: https://replit.com/@raowenjing/myTinyISA-sim#main.py
Main components of your system:
Top-level System IO:
Instruction list :
Example program:
Initialize a ROM module with the above example code, such that after 15 cycles we'll see (R0 - R4) = (1, 4, 6, 0)
Created: Nov 07, 2023
Updated: Nov 07, 2023
Comments