arithmetic-logic-unit
There are 50 repositories under arithmetic-logic-unit topic.
cyber-anubis/The-HACK-General-Purpose-Computer
Using HDL, from Boolean algebra and elementary logic gates to building a Central Processing Unit, a memory system, and a hardware platform, leading up to a 16-bit general-purpose computer. Then, implementing the modern software hierarchy designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform; Including Virtual machine,Compiler and Operating system.
hoangsonww/Digital-Design-Labs
🖥️ A collection of SystemVerilog modules and Assembly programs. This repo includes examples of decoders, encoders, binary adders, and interactive games such as Guessing Game implemented in hardware description and assembly languages, illustrating practical applications in digital systems and microprocessor interfacing.
agicy/buptLab-organization
北京邮电大学 2023-2024 春季学期《计算机组成原理》课程实验集合
arasgungore/NandGame
Solutions for The Nand Game, a game that teaches the fundamentals of computing by building a computer from scratch.
komed3/8-bit-alu
Project to build an 8-bit arithmetic logic unit (ALU) consisting only of transistors.
AkhilRai28/ALUBuilder
A Verilog project for designing an Arithmetic Logic Unit (ALU) using pre-existing logic blocks. This ALU performs fundamental operations such as addition, subtraction, and logical shifts in a CPU architecture.
Ishkhanants/verilog-alu-sqrt
Verilog description, a driver program for arithmetic logic unit for square root operation.
Anonto050/CSE-306-Computer_Architecture
Contains codes and designs of computer architecture assignments
anupbhowmik/Computer-Architecture-CSE-306
This is a repository containing all the simulations and reports of CSE-306 Computer Architecture Sessional.
BRAINIAC2677/CSE-306-Computer-Architecture
Contains the project resources of the course CSE306. These were group projects.
mnmhdanas/Booths-multiplier
booth's multiplier defined by datapath and control path , where controller generates different control signals which are used by different modules to generate product
rakshitharnayak/RISC--V-Processor
RISC V PROCESSOR DESIGN IN VERILOG
cerus/arithmetic-logic-unit
ALU representation in Rust
COSys-Research/Fixed-Posit
Repository accompanying the paper "Fixed-Posit: A Floating-Point Representation for Error-Resilient Applications" published in IEEE Transactions on Circuits and Systems II
fardinanam/CSE-306-Computer-Architecture-Sessional
Assignments done in CSE306 course offered by CSE, BUET
JacemHaggui/Building-a-Computer-from-Scratch
My work on the project-based course NAND2TETRIS.
JinBean/16bitALU
Building a 16 bit Arithmetic Logic Unit using the Mojo v3 FPGA and Lucid
patel-soham/16-bit-microprocessor-verilog
A final year undergraduate major project. (Dec 2019 - Mar 2020)
ammarmalik17/8BitMicroFPGA
This repository contains all the necessary Verilog code and supporting files to synthesize the 8-bit soft-core processor on an FPGA. The code is well-commented, following best practices in digital design to ensure clarity and maintainability.
BUR4KBEY/digital-design-4-bit-alu
This project implements a 4-bit ALU with six operations using Verilog on the Tang Nano 9K FPGA. It includes a detailed circuit simulation, real-life construction, and comprehensive documentation for open-source use.
dmittrj/ALU-jet
Software simulation of computer operation
jamestiotio/ehp
SUTD ISTD 2020 Computation Structures Electronic Hardware 1D Project
mrtaz77/Computer-Architecture
Computer Architecture Projects
paul-sanjoy/ALU_VHDL
Arithmetic Logic Unit in VHDL
ryanlemes/ALU
ALU created in VHDL
serpest/ALU
Simple arithmetic logic unit
sithulaka/8-bit-ALU-Implementation
This repository demonstrates an 8-bit Arithmetic Logic Unit (ALU) built using IoT components like a Raspberry Pi Pico, seven-segment displays, and SN74LS83N Adder ICs to perform binary addition.
srgx/Miscellaneous
Various small programs: barnsley fern, game of life, christmas tree, langton's ant, bean machine, etc.
tristan-oa/ALU-in-VHDL
Building an ALU using VHDL
zyx7k/ngspice-4-Bit-ALU
Implementing a 4-Bit ALU in Ngspice
ayeshathoi/CSE-306
Computer Architecture Hardware Sessional
barannmeisterr/32-Bit-ALU-Design
This project is a 32-bit Arithmetic Logic Unit (ALU) designed in SystemVerilog as part of a MIPS microprocessor simulation. The ALU supports various arithmetic and logical operations and includes a custom-built 32-bit full adder, one 2-to-1 MUX, one 4-to-1 MUX, one AND gate , one OR gate and the Zero Extend Logic
shahriar-raj/CSE_306-Computer-Architecture-Sessional
This repository contains all home and lab assignments for the CSE 306 : Computer Architecture Sessional course, part of our Term-1, Level-3 curriculum. It applies theories from CSE 305 to implement different components of computer architecture..
zyx7k/Magic-Layout-4-Bit-ALU
Designing & Implementing a 4-Bit ALU in MAGIC Layout