Skip to content

Open Collector on per-pin basis [not an issue, passing along a message] #1

@peterzieba

Description

@peterzieba

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions