Open oharboe opened 5 months ago
bterms are top level terminals where the signal leaves or enters the block. iterms are terminals on instances. I didn't invent these but I would guess bterm = BlockTERMinal and iterm = InstanceTERMinal. There are many synonyms for these two but the ideas are core to netlist representation. The terminology does match odb.
The particular net you selected is internal to the block and has no bterms.
We could do something to indicate a driver though there are a few corner cases that need resolving
Description
What is an ITerm and BTerm, can this be spelled out in the GUI?
ChatGPT says Internal Terminator and Boundary Terminator.
Why a net only has Internal termainls and not boundary terminals is a bit mystical to me.... Pick one?
In this net there is no clear indication of what is input to(driving) the net and what are outputs(reading).
I happen to know that the last ITerm here is what is driving the net. If this is always true for the net can a visual clue be added to that effect?
Suggested Solution
Some small changes will make it easier to learn what is happening in the GUI here.
Additional Context
No response