intMAN  version 0.2_20130422
Processes
arch Architecture Reference

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

Processes

p_cslack  ( monpri , monslack )
 Slack-condition check process being sensitive to the change of monitored priority and slack line.

Detailed Description

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

Definition at line 33 of file c_slack.vhd.

Member Function Documentation

p_cslack (   monpri ,
  monslack  
)
Process

Slack-condition check process being sensitive to the change of monitored priority and slack line.

Definition at line 36 of file c_slack.vhd.

00036   p_cslack : process(monpri , monslack ) 00037   begin 00038   if((TO_INTEGER(UNSIGNED(monpri )) > PRI_HARD_LAST ) or (monslack = ' 1 ')) then 00039   valid <= ' 1 '; 00040   else 00041   valid <= ' 0 '; 00042   end if; 00043   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)