Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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