class AxiStreamBFMParse

Attributes

hash[R]

Public Class Methods

new(yaml_file) click to toggle source
# File lib/tdl/bfm/axi_stream/axis_bfm_parse.rb, line 6
def initialize(yaml_file)
    @hash = YAML::load(File.open(yaml_file))
end