intMAN unit entity (interface)
More...
|
arch | architecture |
| intMAN unit architecture (inner structure) More...
|
|
|
MON_INT | in |
| line to monitor whether the RT system is operating at the ISR (interrupt service routine) level
|
MON_TICK | in |
| line to monitor whether the RT system is servicing the OS (operating system) time tick
|
MON_CTX | in |
| line to monitor whether the RT system is performing a task-level context-switch
|
MON_PRI | in ( t_pri_width_range ) |
| line to monitor the priority of a task running in the RT system
|
MON_SLACK | in |
| line to monitor whether there is slack time in the RT schedule
|
INT_ACK | in |
| line to acknowledge an INT service
|
INT_OUT | out ( t_int_range ) |
| line to forward pending interrupt requests to the RT system
|
INT_IN | in ( t_int_range ) |
| line to detect interrupt requests willing to stimulate the RT system
|
IPRI_LD | in |
| line to enable update of an interrupt configuration
|
IPRI_LD_ADDR | in ( t_int_width_range ) |
| line to address the interrupt configuration of which is going to be updated
|
IPRI_LD_DATA | in ( t_pri_width_range ) |
| line to adjust data going to be written into the configuration
|
CLK_1M | in |
| clock signal line
|
RST | in |
| reset signal line
|
intMAN unit entity (interface)
Definition at line 19 of file intman_design_top.vhd.
line to detect interrupt requests willing to stimulate the RT system
Definition at line 28 of file intman_design_top.vhd.
line to address the interrupt configuration of which is going to be updated
Definition at line 30 of file intman_design_top.vhd.
line to adjust data going to be written into the configuration
Definition at line 31 of file intman_design_top.vhd.
line to monitor whether the RT system is performing a task-level context-switch
Definition at line 23 of file intman_design_top.vhd.
line to monitor whether the RT system is operating at the ISR (interrupt service routine) level
Definition at line 21 of file intman_design_top.vhd.
line to monitor the priority of a task running in the RT system
Definition at line 24 of file intman_design_top.vhd.
line to monitor whether there is slack time in the RT schedule
Definition at line 25 of file intman_design_top.vhd.
line to monitor whether the RT system is servicing the OS (operating system) time tick
Definition at line 22 of file intman_design_top.vhd.
The documentation for this class was generated from the following file: