Archived
1
0
This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
iceberg/gates
2022-03-02 00:32:50 +01:00
..
2022-03-01 23:35:40 +01:00
2022-03-01 23:35:17 +01:00
2022-03-02 00:32:46 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 00:36:52 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-02 00:32:46 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00
2022-03-02 00:32:50 +01:00
2022-03-01 23:35:17 +01:00
2022-03-01 23:35:17 +01:00

Gates

Logic gates are the lowest level from which this project will be implemented. There are different gates, most of which also have a 16-bit version and eventually a n-way version (even in 16-bit). All the logic gates are written in Verilog

Predefined gates

The predefined gates are by default implemented on Verilog/Systemverilog. Thus they are not strictly needed for building more advanced gates or chipset, but I still decided to add them as reference and learning purposes.

Testbenches

Testbenches are a way to test the implementation of a particular gate using a Verilog compiler