mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-17 20:01:36 +02:00
eeshow/DEMO: add c4puter/motherboard as another example
This commit is contained in:
parent
f893e17ed9
commit
18fc781b01
11
eeshow/DEMO
11
eeshow/DEMO
@ -29,3 +29,14 @@ qiv -t diff.png old.png new.png
|
|||||||
# Interactively view the schematics
|
# Interactively view the schematics
|
||||||
|
|
||||||
eda-tools/eeshow/eeshow -r $LIBS neo900.sch
|
eda-tools/eeshow/eeshow -r $LIBS neo900.sch
|
||||||
|
|
||||||
|
|
||||||
|
# Other projects: c4puter
|
||||||
|
|
||||||
|
mkdir c4puter
|
||||||
|
cd c4puter
|
||||||
|
git clone https://github.com/c4puter/motherboard.git
|
||||||
|
cd motherboard
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
eeshow -r schlib/library/*.lib *.lib motherboard.sch
|
||||||
|
Loading…
Reference in New Issue
Block a user