2fisc
Publicdoctorwkt/2fisc
Loading…
Imported from GitHub: DoctorWkt/2FISC · commit 0089988 · license GPL-3.0
Description
FISC2: A TTL CPU with Some 16-bit Capabilities
README
FISC2: A TTL CPU with Some 16-bit Capabilities
FISC2 is a microseqenced CPU built from discrete TTL-level components. It provides
- recursive Functions,
- Indexed addressing,
- Stack operations, and
- some instructions on 16-bit data values
as well as the usual load/store and arithmetic operations, comparisons, branches and jumps.
The design uses 29 chips and has 8K of ROM, 336K of available RAM and a UART.

Documentation
The overall design of the CPU is covered in Docs/arch_overview.md, and some details of the hardware implementation are in Docs/fisc2_implementation.md.
Implementation
At present, I have:
- a Perl CPU simulator, csim
- an assembler, cas
- a simple compiler, clc
- example assembly and higher-level programs in Examples
- a Verilog design in Verilog
- a final schematic in Kicad/schematic.pdf
Status of the CPU
early-July, 2020: Both the Perl simulator and the Verilog model work well. I am happy with the design and I've ordered the PCBs and components.
For more detail on progress, you can read my journal.
No comments yet. Be the first to ask about this board.