You must login before you can post a comment.
Author: Andrei A Buo
Forked from: Gaël Thomas/CSC4536-v2
Project access type: Public
Description:
A complete 8-bit CPU starting from a nand for the students of Telecom SudParis/Institut Polytechnique de Paris. You can find the lab (in french, sorry:)) here: https://www-inf.telecom-sudparis.eu/cours/CSC4536/web/?page=TPs/logic/logic&soluce=true.
The processor consists in:
In details, we build the circuits one after the other, and as soon as we have implemented them, we reuse the ones provided by circuitverse. For the basic circuits, we have
For the CPU, we have:
The CPU executes the code "char x; while(true) x++;" where x is located at address 0xff. In details, the CPU executes this code, which is located in ROM:
Created: Dec 25, 2023
Updated: Dec 25, 2023
Comments