Re:
cpu030/cpld-files/SYSCTL.pld
"* If someone can clue me in on how to use the Open_collector property
- on a per-pin basis, that would be s00000p3r!
*/"
Should just be:
PROPERTY ATMEL { open_collector=IACK,CI };
Confirm by looking at the .fit output from the fitter and make sure you see it acknowlged. Should see something like:
Open_collector = IACK,CI,
Then later in the .fit file you should see:
SO Pin Options Field = Summary of Allocations.
||
||_OpenCol [o,-] == o = Open Collector enabled, - CMOS drive.
|
|__Slew [s,f] == Output Slew/Drive rate, s = slow/low, f = fast/hi drive.
The last letter of the last column for a given macrocell should be have an 'o' instead of the usual '-'
Cool project.
Cheers