blob: b495458f6cf1c28b3b1b35fac4cc86b1cc84e5c9 (
plain)
1
2
3
4
5
6
7
8
9
|
# sfdtopfa.pe
#
# This script generates a PFA file from the master SFD using pfaedit.
#
# The argument is the name of the SFD without extension;
# the PFA file is created in the current directory.
Open($1:r + ".sfd");
Generate(($1:t):r + ".pfa");
|