Hi guys
I'm trying to design my latest 65C02 designs glue logic in WinCUPL. It's destined to end up in an Atmel ATF1504AS CPLD.
At this point I have to admit to being a bit rusty with WinCUPL as I've only just got into 65C02 project design (and electronics itself) after a long period doing other things.
Now, the issue I'm running into is simply the header. Is the follow correct for the above device?
Code:
Name Test;
Partno Test;
Date 12/1/2018;
Rev 01;
Designer Test;
Company Test;
Assembly None;
Location None;
Device f1504plcc44;
I've tried compiling the following (as a test) and WinCUPL crashes and I can't see why. My old 65C02GBPD GAL code compiles just fine and I've tried changing the pin and the lavel it's being set to, chnaged the location of the project, copied it into notepad and back out (gets rid of hidden characters), unselected the Simulator - but it makes no different: I get a "PLD/FPGA Language Compiler has stopped working" crash. Argh.
Code:
Name Test;
Partno Test;
Date 12/1/2018;
Rev 01;
Designer Test;
Company Test;
Assembly None;
Location None;
Device f1504plcc44;
pin 7 = test;