mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 15:03:21 -04:00
Added missed pins of ATF1502 to CUPL generator.
This commit is contained in:
parent
5f6eb2566e
commit
59c0780f9c
@ -29,7 +29,9 @@ public class ATF1502CuplExporter extends Gal16v8CuplExporter {
|
||||
*/
|
||||
public ATF1502CuplExporter(String username, Date date) {
|
||||
super(username, date, "f1502plcc44", new PinMap()
|
||||
.setAvailBidirectional(4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28));
|
||||
.setAvailBidirectional(4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17,
|
||||
18, 19, 20, 21, 24, 25, 26, 27, 28,
|
||||
29, 31, 32, 33, 34, 36, 37, 38, 39, 40));
|
||||
setClockPin(43);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user