3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 10:50:25 +00:00

Added examples/anlogic/

This commit is contained in:
Kali Prasad 2019-03-04 23:26:56 +05:30
parent 107d884804
commit 32a901ddf2
7 changed files with 55 additions and 0 deletions

3
examples/anlogic/demo.ys Normal file
View file

@ -0,0 +1,3 @@
read_verilog demo.v
synth_anlogic -top demo
write_verilog full.v