Class: VCD::Trace
- Inherits:
-
Object
- Object
- VCD::Trace
- Defined in:
- lib/libfst/vcd.rb
Instance Attribute Summary collapse
- #id ⇒ String readonly
-
#type ⇒ Symbol
readonly
Event, integer, parameter, real, realtime, reg, supply0, supply1, time, tri, triand, trior, trireg, tri0, tri1, wand, wire or wor.
- #variables ⇒ Array<Variable> readonly
- #width ⇒ Integer readonly
Instance Attribute Details
#id ⇒ String (readonly)
115 116 117 |
# File 'lib/libfst/vcd.rb', line 115 def id @id end |
#type ⇒ Symbol (readonly)
Returns event, integer, parameter, real, realtime, reg, supply0, supply1, time, tri, triand, trior, trireg, tri0, tri1, wand, wire or wor.
112 113 114 |
# File 'lib/libfst/vcd.rb', line 112 def type @type end |
#variables ⇒ Array<Variable> (readonly)
114 115 116 |
# File 'lib/libfst/vcd.rb', line 114 def variables @variables end |
#width ⇒ Integer (readonly)
113 114 115 |
# File 'lib/libfst/vcd.rb', line 113 def width @width end |