Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr0a3/hardwarelib
A libary to create asics in short time
https://github.com/cr0a3/hardwarelib
asic hardware verilog
Last synced: about 2 months ago
JSON representation
A libary to create asics in short time
- Host: GitHub
- URL: https://github.com/cr0a3/hardwarelib
- Owner: Cr0a3
- License: gpl-2.0
- Created: 2023-03-19T16:22:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T12:44:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T08:15:33.125Z (3 months ago)
- Topics: asic, hardware, verilog
- Language: Verilog
- Homepage: https://toni-graphics.github.io/HardWareLib/
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HardWare Design Lib
> A libary to design asics.
### How to use
- Install Icarus verilog
https://bleyer.org/icarus/iverilog-v12-20220611-x64_setup.exe- Then clone this responsentory
`git clone https://github.com/Toni-Graphics/HardWareLib`- Read the documentation
https://github.com/Toni-Graphics/HardWareLib/wiki- Write in `src/main.vl` your code
- Compile and simulate it with:
- Windows Powershell: `./build.sh`
- other: `sh build.sh`
> (i) Special thanks to aklim. To write an open source fpu.
> https://github.com/akilm/FPU-IEEE-754