Method: HDLRuby::Low::Fm#initialize

Defined in:
lib/HDLRuby/hruby_verilog.rb

#initializeFm

Returns a new instance of Fm.



42
43
44
45
46
47
# File 'lib/HDLRuby/hruby_verilog.rb', line 42

def initialize
    @fm_seq = {}      # Used to seq -> par.
    @fm_par = {}      # Used to par -> seq.
    @rep = {}         # Used to give ' to variables
    @rep_sharp = {}   # Used to give # to variables
end