PROGRAMMABLE TECHNOLOGIES WEB SITE

A scientific study of the problems of digital engineering for space flight systems,
with a view to their practical solution.


MAPLUG

Setting Designer To A1020 Device Type

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