A 32-bit ALU using combinational logic written in Verilog.
-
Updated
Oct 18, 2019 - C
A 32-bit ALU using combinational logic written in Verilog.
Lightweight Microcontroller Simulator
This is Amirkabir University Logic Circuit Design final project 2022
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…
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
homebrew computer with a (almost) 16 bit architecture
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."