intMAN  version 0.2_20130422
Processes
arch Architecture Reference

Architecture of the interrupt address dmx unit for the intMAN hardware (inner structure) More...

Processes

PROCESS_6  ( sel , int_addr )
 selection signal generation process

Detailed Description

Architecture of the interrupt address dmx unit for the intMAN hardware (inner structure)

Definition at line 33 of file ipri_update_dmx.vhd.

Member Function Documentation

PROCESS_6 (   sel ,
  int_addr  
)
Process

selection signal generation process

Definition at line 36 of file ipri_update_dmx.vhd.

00036   process(sel , int_addr ) is 00037   variable idx : integer; 00038   variable j : STD_LOGIC_VECTOR(t_int_range ); 00039   begin 00040   idx := TO_INTEGER(UNSIGNED(int_addr )); 00041   j := (OTHERS => ' 0 '); 00042   if (sel = ' 1 ') then 00043   if(idx <= INT_NMAX - 1 ) then -- put ' 1 ' into the position determined by int_addr 00044   j(idx) := ' 1 '; 00045   end if; 00046   end if; 00047   ipri_load_sel <= j; 00048   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)