##// END OF EJS Templates
Fusion avec alexis
Fusion avec alexis

File last commit:

r217:13429b36c676 alexis
r228:fe2f10d8299a merge JC
Show More
apb_devices_list.vhd
39 lines | 1.3 KiB | text/x-vhdl | VhdlLexer
/ lib / lpp / lpp_amba / apb_devices_list.vhd
pellion
temp
r159
--=================================================================================
--THIS FILE IS GENERATED BY A SCRIPT, DON'T TRY TO EDIT
--
--TAKE A LOOK AT VHD_LIB/APB_DEVICES FOLDER TO ADD A DEVICE ID OR VENDOR ID
--=================================================================================
library ieee;
use ieee.std_logic_1164.all;
library grlib;
use grlib.amba.all;
use std.textio.all;
package apb_devices_list is
constant VENDOR_LPP : amba_vendor_type := 16#19#;
constant ROCKET_TM : amba_device_type := 16#1#;
constant otherCore : amba_device_type := 16#2#;
constant LPP_SIMPLE_DIODE : amba_device_type := 16#3#;
constant LPP_MULTI_DIODE : amba_device_type := 16#4#;
constant LPP_LCD_CTRLR : amba_device_type := 16#5#;
constant LPP_UART : amba_device_type := 16#6#;
constant LPP_CNA : amba_device_type := 16#7#;
constant LPP_APB_ADC : amba_device_type := 16#8#;
constant LPP_CHENILLARD : amba_device_type := 16#9#;
constant LPP_IIR_CEL_FILTER : amba_device_type := 16#10#;
constant LPP_FIFO_PID : amba_device_type := 16#11#;
constant LPP_FFT : amba_device_type := 16#12#;
constant LPP_MATRIX : amba_device_type := 16#13#;
Alexis Jeandet
Added simple FX2LP driver to write in endpoint 6 in 8 bit mode.
r217 constant LPP_DELAY : amba_device_type := 16#14#;
pellion
temp
r159 constant LPP_USB : amba_device_type := 16#15#;
Alexis Jeandet
Added simple FX2LP driver to write in endpoint 6 in 8 bit mode.
r217 constant LPP_BALISE : amba_device_type := 16#16#;
pellion
temp
r159
end;