Lightweight Microcontroller Simulator
-
Updated
Jul 4, 2020 - C
Lightweight Microcontroller Simulator
A 32-bit ALU using combinational logic written in Verilog.
In the repository I have implemented a ALU with Finite State machine with VHDL and Xilinx ISE 14.7 application. Also a BCD to seven segment have been implemented for input and output digits.
Computer Systems Organization
Arbitrary-precision arithmetic, also called bignum arithmetic, multiple precision arithmetic, or sometimes infinite-precision arithmetic, indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system. This contrasts with the faster fixed-precision arithmetic found in mo…
homebrew computer with a (almost) 16 bit architecture
This is Amirkabir University Logic Circuit Design final project 2022
Add a description, image, and links to the alu topic page so that developers can more easily learn about it.
To associate your repository with the alu topic, visit your repo's landing page and select "manage topics."