1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

We can now generate part families.

- README: added build prerequisites
- "part name" is now more correctly called "package name"
- changed keyword "part" to "package"
- removed inst_debug and struct inst_ops.debug functions - never really used 
  them anyway
- we can now generate multiple packages from a single file



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5478 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-17 20:42:51 +00:00
parent 9e1631df30
commit de044ca61f
18 changed files with 378 additions and 221 deletions

27
README
View File

@@ -13,6 +13,14 @@ that can be performed through the GUI.
Building
--------
Prerequisites:
- flex
- bison
- fig2dev
- ImageMagick
- Gtk+ 2.x development package (libgtk2.0-dev or similar)
Check out the repository:
svn co http://svn.openmoko.org/trunk/eda/fped
@@ -79,7 +87,7 @@ The file has the following structure:
frame definitions
...
part name
package name
objects
...
@@ -234,18 +242,21 @@ b: vec @(1mm, 1mm)
meas a b 0.2 mm
Part name
- - - - -
Package name
- - - - - -
The part name is a string of alphanumerical characters. Underscores are
allowed in the part name as well.
The package name is a string of printable ASCII characters, including
spaces.
part "<name>"
package "<name>"
Examples:
part "SSOP_48"
part "0603"
package "48-SSOP"
package "0603"
Like in pad names, variables are expanded in package names. This allows
the generation of multiple packages from a single definition.
Frames