mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-01 15:50:42 +00:00
Add examples/osu035
This commit is contained in:
parent
664ba4d80e
commit
dca3b3cd5f
4 changed files with 30 additions and 0 deletions
13
examples/osu035/Makefile
Normal file
13
examples/osu035/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
example.edif: example.ys example.v osu035_stdcells.lib
|
||||
yosys -l example.yslog -q example.ys
|
||||
|
||||
osu035_stdcells.lib:
|
||||
rm -f osu035_stdcells.lib.part osu035_stdcells.lib
|
||||
wget -O osu035_stdcells.lib.part https://vlsiarch.ecen.okstate.edu/flows/MOSIS_SCMOS/latest/cadence/lib/ami035/signalstorm/osu035_stdcells.lib
|
||||
mv osu035_stdcells.lib.part osu035_stdcells.lib
|
||||
|
||||
clean:
|
||||
rm -f osu035_stdcells.lib
|
||||
rm -f example.yslog example.edif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue