The Designer software does not directly support the A1020 device type and this part can not be selected via the GUI's menus. However, the device is supported by the software after the device type is properly set. Improperly setting the device type will result in improper timing simulations and possible problems during in circuit probing (some models have inverted outputs).
The device type can be set in Designer by running a script, as shown below.
File: ToA1020.dsf
main()
{
set_device("1020","pga84");
}
Home
Last Revised: January 09, 2002
Digital Engineering Institute
Web Grunt: Richard Katz