ddr2_sdram_cont/REFREQSM.v

ソースコードを見る。

関数

timescale module refreqsm (CLK, ref_state, ref_then_by_now, RESET, ref_req)
 always (posedge CLK) begin if(RESET) hold_off=0
end always (hold_off or idle or ref_req_asert or ref_state or ref_then_by_now or RESET) begin if(ref_then_by_now &~RESET &hold_off|~RESET &ref_state &ref_req_asert) next_hold_off
 if (~ref_then_by_now &hold_off|~ref_then_by_now &idle|RESET) next_idle
 if (~RESET &ref_then_by_now &idle|~ref_state &~RESET &ref_req_asert) next_ref_req_asert = 1

変数

input CLK
input ref_state
input ref_then_by_now
input RESET
output ref_req = next_ref_req
reg next_ref_req = 0
reg hold_off = next_hold_off
reg next_hold_off = 0
reg idle = next_idle
reg next_idle = 0
reg ref_req_asert = next_ref_req_asert
reg next_ref_req_asert = 0

関数

end always ( hold_off or idle or ref_req_asert or ref_state or ref_then_by_now or  RESET  ) 
always ( posedge  CLK  )  [pure virtual]
if ( ~RESET &ref_then_by_now &idle|~ref_state &~RESET ref_req_asert  )  = 1
if ( ~ref_then_by_now &hold_off|~ref_then_by_now &idle RESET  ) 
timescale module refreqsm ( CLK  ,
ref_state  ,
ref_then_by_now  ,
RESET  ,
ref_req   
)

変数

input CLK

REFREQSM.v14 行で定義されています。

REFREQSM.v18 行で定義されています。

else idle = next_idle

REFREQSM.v18 行で定義されています。

else next_hold_off = 0

REFREQSM.v18 行で定義されています。

else next_idle = 0

REFREQSM.v18 行で定義されています。

else next_ref_req = 0

REFREQSM.v17 行で定義されています。

REFREQSM.v18 行で定義されています。

REFREQSM.v16 行で定義されています。

REFREQSM.v18 行で定義されています。

input ref_state

REFREQSM.v15 行で定義されています。

REFREQSM.v15 行で定義されています。

input RESET

REFREQSM.v15 行で定義されています。

 全て ファイル 関数 変数
ddr2_burst_testに対してThu May 6 16:53:16 2010に生成されました。  doxygen 1.6.3
inserted by FC2 system