intMAN  version 0.2_20130422
Processes
arch Architecture Reference

Architecture of the priority-condition check unit for the intMAN hardware (inner structure) More...

Processes

PROCESS_0  ( monpri , hstipri )
 Priority-condition check process being sensitive to the change of pending interrupt and monitored task priorities.

Detailed Description

Architecture of the priority-condition check unit for the intMAN hardware (inner structure)

Definition at line 32 of file c_prio.vhd.

Member Function Documentation

PROCESS_0 (   monpri ,
  hstipri  
)
Process

Priority-condition check process being sensitive to the change of pending interrupt and monitored task priorities.

Definition at line 35 of file c_prio.vhd.

00035   process(monpri , hstipri ) 00036   begin 00037   if(hstipri < monpri ) then 00038   valid <= ' 1 '; 00039   else 00040   valid <= ' 0 '; 00041   end if; 00042   end process;

The documentation for this class was generated from the following file:
© 2013 Josef Strnadel (email, web), Faculty of Information Technology, Brno University of Technology (web)