Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 510 Bytes

WARPV-TSMC

This Project supports warp-V to be converted into netlist using Open source Yosys tool.

Clone the repository to your local system.

  1. Convert TLV to RTL - On terminal write = ./TLV_to_RTL.sh

  2. To simulate the Warp-V code by iverilog and generate .vcd file On terminal write = cd RTL then = ./../script_simulation.sh

  3. TO synthesize to get a netlist using YOSYS. On terminal write = cd RTL then = yosys then = tcl ./../script_synthesis.tcl