Skip to content

A Tiny RISC Calculator implemented on the DE-10 Lite using Quartus Prime

Notifications You must be signed in to change notification settings

Debinb/8-Bit-TRISC-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8-Bit-TRISC-Calculator

A Tiny RISC Calculator implemented on the DE-10 Lite using Quartus Prime.

This verilog based 8-bit calculator performs addition and subtraction on signed numbers.

Key Features

  • I/O: Input via a pushbutton keypad and output is displayed on a 7-segment display.
  • Signed Numbers: Handles signed numbers within the range of -127 to 128.
  • BCD Conversion: The output is converted into BCD format to display on the 7-segment display.
  • Finite State Machine: This calculator uses four states to manage its operations.

Demonstration

alt-text

About

A Tiny RISC Calculator implemented on the DE-10 Lite using Quartus Prime

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages