class VHDL_TB::Timed

Attributes

lhs[RW]
rhs[RW]

Public Class Methods

new(lhs,rhs) click to toggle source
# File lib/ast.rb, line 59
def initialize lhs,rhs
  @lhs,@rhs=lhs,rhs
end