Method: TdlTest.test_data_c_tmp_cache

Defined in:
lib/tdl/data_inf/bak/data_c_tmp_cache_auto.rb

.test_data_c_tmp_cacheObject



80
81
82
83
84
85
86
87
88
89
90
91
# File 'lib/tdl/data_inf/bak/data_c_tmp_cache_auto.rb', line 80

def self.test_data_c_tmp_cache
    c0 = Clock.new(name:"data_c_tmp_cache_clk",freqM:148.5)
    r0 = Reset.new(name:"data_c_tmp_cache_rst_n",active:"low")

    slaver = DataInf_C.new(name:"slaver",clock:c0,reset:r0)
    master = DataInf_C.new(name:"master",clock:c0,reset:r0)
    up_stream = slaver
    down_stream = master
    DataInf_C.data_c_tmp_cache(slaver:slaver,master:master)

    puts_sv Tdl.inst,Tdl.draw
end