alu
There are 205 repositories under alu topic.
zslwyuan/Basic-SIMD-Processor-Verilog-Tutorial
Implementation of a simple SIMD processor in Verilog, core of which is a 16-bit SIMD ALU. 2's compliment calculations are implemented in this ALU. The ALU operation will take two clocks. The first clock cycle will be used to load values into the registers. The second will be for performing the operations. 6-bit opcodes are used to select the functions. The instruction code, including the opcode, will be 18-bit.
bharathgs/NALU
Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units paper by trask et.al
DoctorWkt/CSCvon8
A crazy small 8-bit CPU built with only seventeen 7400-series chips.
ghaiklor/nand-2-tetris
Computer built from the ground up on top of own CPU, while compiler and assembler for it implemented in Rust language
paranoiaproject/payuclient
Payu ALU service client
DoctorWkt/CSCv2
Version 2 of my Crazy Small CPU
Johnlon/spam-1
Home Brew 8 Bit CPU Hardware Implementation including a Verilog simulation, an assembler, a "C" Compiler and this repo also contains my research and learning. See also the Hackaday.IO project. https://hackaday.io/project/166922-spam-1-8-bit-cpu
edson-acordi/4bit-microcomputer
MikroLeo project files (schematic, PCB, assembler, emulator/debugger, circuit simulation file, documentation, example of programs etc). MikroLeo is a 4-bit microcomputer developed mainly for educational purposes and distributed for free under open-source licenses.
RomeoMe5/DDLM
Исходные коды к главам книги "Цифровой синтез: практический курс" (под ред. А.Ю. Романова и Ю.В. Панчула)
smangul1/rop
The Read Origin Protocol (ROP) is a computational protocol that aims to discover the source of all reads, including those originating from repeat sequences, recombinant B and T cell receptors, and microbial communities.
timlg07/NandGame-Solutions
Solutions for all levels of the NandGame.
princeofpython/Computer-Architecture
Detailed and step by step implementation of RISC-V CPU from scratch using Verilog. This work is part of my academic course EE2003, Introduction to Computer Organisation in IIT Madras.
goupaz/lowlevel
Design your own CPU, Operating system, and Compiler (Maintainer: Emin Ghuliev)
clemgoub/TypeTE
Genotyping of segregating mobile elements insertions
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.
mihir8181/VLSI-Design-Digital-System
This is this VLSI designing Project. This Project is created in Cadence Virtuoso. See the PDF for Pre-Post layout results and other details
Elidevin/nandgame.com-solutions
Solutions for NandGame.com
AlexIII/R200
R200 Relay Computer
brilacasck/micro-acc-systemc
simulating connection of micro processor and accelerator on a bus context with systemc language
dominiksalvet/risc63
Custom 64-bit pipelined RISC processor
OpenBanboo/High-Performance-ALU
RTL Design and Implementation of High Performance Algorithm Logic Units
FaisalAhmedBijoy/SAP-1-Computer-Design-Logisim
Simple As Possible (SAP) 1 Computer Design in Logisim
muhammadaldacher/Layout-Design-for-an-8-bit-Microprocessor
Our project involves the design of an 8-bit microprocessor data-path including 8-byte dual port memory, ALU and barrel shifter using CMOS VLSI technology on Tanner EDA toolchain.
bananahell/OAC-RiscV
Trabalho de Organização e Arquitetura de Computadores, UnB - 2020/2
dominiksalvet/limen-alpha
Dual-core 16-bit RISC processor
Robin-WZQ/32bit-ALU
32位ALU加法器(verilog),支持加法并行方式和真串行方式,6种运算(算术运算和逻辑运算),能够输出结果和4个标志位。
luk3Sky/Building-A-Processor---Project
Design of a simulated 8-bit single-cycle processor using Verilog HDL, which includes an ALU, a register file and other control logic
SravanChittupalli/8-bit-ALU-in-verilog
8-bit ALU in Verilog.
varkenvarken/robin
SoC design targeted at the IceBreaker board
bioinfo-ut/AluMine
Scripts for discovery and genotyping polymorphic Alu element insertions in human genomes
elbekka/Programacion-De-Hardware-VHDL
4 bits ALU with 2 entries of selection using structural vhdl
FaisalAhmedBijoy/Digital-Logic-and-System-Design
Digital Logic and System Design Using Logisim
itachi9604/4-bit-alu
4 Bit ALU with logisim for Digital Electronics Projects
RomaricKc1/16-bit_computer
16-bit machine on Logisim
zarif98sjs/CSE-306-Computer-Architecture
CSE-306-Computer-Architecture Offline / Assignment on ALU, Floating Point Adder and 8 bit MIPS Datapath along with pipelining
EmanOthman21/PDP-11
A simulation to PDP-11 microprocessor with modelsim, The design is a micro-programmed based with an average of 9 clock cycles per instruction.