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