Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 443 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 443 Bytes

Iyokan-L1

Build

Dependency

please install below package

dotnet

Build

Build Iyokan-L1 and convert yosys result json to original format.

dotnet run vsp-core.json vsp-core-converted.json
dotnet run <intputFileName> <outputFileName>

if you want to convert RAM json generated by yosys

dotnet run path/to/ram.json /path/to/converted-ram.json genRAM

Changelog

  • v0.0.1 2019/12/04 - PoC Implementation