mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-05 06:29:42 +02:00
c6312cd313
- moved all examples to examples/ - README: updated and corrected example invocation git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5748 99fdad57-331a-0410-800a-d7fa5415bdb3
17 lines
189 B
Plaintext
17 lines
189 B
Plaintext
/*
|
|
* row selection example
|
|
*/
|
|
|
|
part "tab"
|
|
|
|
table
|
|
{ x, x2 }
|
|
{ 1mm, 1 }
|
|
{ 2mm, 4 }
|
|
{ 3mm, 9 }
|
|
vec @(x, 0mm)
|
|
circ @ .
|
|
c: vec @(x-1mm, -4mm)
|
|
vec c(0.5mm, 0.5mm)
|
|
pad "$x2" c .
|