Properties
Optional type
type?: "wire" | "reg" | "const logic" | "logic" | "enum"
Optional width
width?: number
Optional isClock
isClock?: "posedge" | "negedge"
Optional isReset
isReset?: "lowasync" | "highasync" | "lowsync" | "highsync"
Optional isSigned
isSigned?: boolean
Optional isArray
isArray?: bigint
Optional description
description?: string
Optional enum
enum?: SVEnum
Optional value
value?: bigint | bigint[]