mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-23 16:04:37 +00:00
Added examples/anlogic/
This commit is contained in:
parent
107d884804
commit
32a901ddf2
7 changed files with 55 additions and 0 deletions
11
examples/anlogic/build.tcl
Normal file
11
examples/anlogic/build.tcl
Normal file
|
@ -0,0 +1,11 @@
|
|||
import_device eagle_s20.db -package BG256
|
||||
read_verilog full.v -top demo
|
||||
read_adc demo.adc
|
||||
optimize_rtl
|
||||
map_macro
|
||||
map
|
||||
pack
|
||||
place
|
||||
route
|
||||
report_area -io_info -file demo_phy.area
|
||||
bitgen -bit demo.bit -version 0X00 -g ucode:00000000000000000000000000000000
|
Loading…
Add table
Add a link
Reference in a new issue