Method: ClassHDL::HDLAlwaysBlock#initialize

Defined in:
lib/tdl/class_hdl/hdl_always_ff.rb

#initialize(belong_to_module) ⇒ HDLAlwaysBlock

Returns a new instance of HDLAlwaysBlock.



36
37
38
39
40
41
# File 'lib/tdl/class_hdl/hdl_always_ff.rb', line 36

def initialize(belong_to_module)
    @opertor_chains = []
    @posedges = []
    @negedges = []
    @belong_to_module = belong_to_module
end