Pin Type
- class hal_py.PinType
Defines the type of a pin.
Members:
none : Default pin.
power : Power pin.
ground : Ground pin.
lut : Pin that generates output from LUT initialization string.
state : Pin that generates output from internal state.
neg_state : Pin that generates output from negated internal state.
clock : Clock pin.
enable : Enable pin.
set : Set pin.
reset : Reset pin.
data : Data pin.
address : Address pin.
io_pad : IO pad pin.
select : Select pin.
carry : Carry pad pin.
sum : Sum pin.
status : Status pin.
error : Error pin.
error_detection : Error detection pin.
done : Pin pin.
control : Control pin.
- property name