VMM - Interfaces Reference

Interfaces for VMM:

V

vmm_hw_clock 
vmm_hw_clock_control 
vmm_hw_in_if 
vmm_hw_out_if 

V


Interface Definition Documentation

 interface vmm_hw_clock
(
input cclk,
input crst,
input crstn
)

Defined at line 281 of file HAL/vmm_hw_rtl.sv.

Parameters
parameter
clock_num
 
parameter
ratio_numerator
 
parameter
ratio_denominator
 
parameter
duty_hi
 
parameter
duty_lo
 
parameter
phase
 
parameter
reset_cycles
 

Ports
int
no_pos
 
int
no_neg
 
wor
no_posw
 
wor
no_negw
 
bit
ck_en
 
bit
ckn_en
 
string
controller
 
logic
rdy_pos
 
logic
rdy_neg
 
int
i
 


 interface vmm_hw_clock_control
(
input uclk,
input urst,
input rdy_for_cclk,
input cclk_en,
input rdy_for_cclk_neg,
input cclk_neg_en
)

Defined at line 232 of file HAL/vmm_hw_rtl.sv.

Parameters
parameter
clock_num
 

Ports
string
path
 


 interface vmm_hw_in_if
(
input rx_rdy,
input tx_rdy,
input msg,
input uclk,
input urst
)

Defined at line 137 of file HAL/vmm_hw_rtl.sv.

Parameters
parameter
width
 

Ports
integer
size
 
string
path
 
reg[1024:0]
ovpath
 
vmm_log
log
 
bit
in_use
 
reg[0:0]
msg
 

Clocking blocks
clocking ck
(
input rx_rdy
)

Defined at line 162 of file HAL/vmm_hw_rtl.sv.


 interface vmm_hw_out_if
(
input tx_rdy,
input rx_rdy,
input msg,
input uclk,
input urst
)

Defined at line 184 of file HAL/vmm_hw_rtl.sv.

Parameters
parameter
width
 
parameter
pri
 

Ports
integer
size
 
string
path
 
vmm_log
log
 
bit
in_use
 

Clocking blocks
clocking ck
(
input tx_rdy,
input msg
)

Defined at line 208 of file HAL/vmm_hw_rtl.sv.