abrarrhine / Digital-Logic-Design

Logic design homework using AND, OR, XOR for Computer Organization class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital-Logic-Design

Digital Logic design homework for my Computer Organization I class at Virginia Tech

!!! Click on the link below to see detailed instructions and description !!!

https://github.com/abrarr18/Digital-Logic-Design/blob/main/DL1/Combinational.pdf



LowOne:

A simple circuit that returns the position of the lowest-order set bit (1) in a given nybble.




Absolute Value Circuit for int8_t:

A circuit that computes the absolute value of signed 8-bit integers, represented in 2's complement form.




XNOR Gate via Transistors:

An XNOR gate by using transistors, pull resistors, and any other elements in Logisim's Wiring library.




XNOR Gate via AND, NOT and OR gate:

A simple XNOR gate by using AND, NOT and OR gate.


About

Logic design homework using AND, OR, XOR for Computer Organization class.