jsl/symbols/pin-refs¶
Package name: jsl/symbols/pin-refs
Pin Reference Helper Functions
This package contains functions to help with the construction
of the Ref
names for symbol pins.
Summary¶
General Definitions¶
Function | Description |
---|---|
get-signed-refs | Produce signed Ref names - usually for symbol pins. |
Definitions¶
General Definitions¶
get-signed-refs¶
Produce signed Ref names - usually for symbol pins.
public defn get-signed-refs (base:Ref) -> [Ref, Ref]
base: Ref
- The base name of the Refs to be constructed. Both constructed refs will have this as a prefix.- Returns
[Ref, Ref]
- Tuple of two Refs[PosRef, NegRef]
wherePosRef
is the reference for the positive input andNegReg
is the reference for the negative input.
This function expects a base Ref name and then will produce
two Refs in the format base+
and base-
. This is primarily for
producing different signal inputs and outputs.
Related Packages¶
Forwarded by packages: jsl/symbols/framework, jsl/symbols