##// END OF EJS Templates
Étiquette MINI_LFR_BLANK_PROJECT ajoutée à la révision 9d30a6656705
Étiquette MINI_LFR_BLANK_PROJECT ajoutée à la révision 9d30a6656705

File last commit:

r229:8ff242376ddf JC
r267:03760e2690c4 JC
Show More
apb_devices_list.vhd
41 lines | 1.6 KiB | text/x-vhdl | VhdlLexer
/ lib / lpp / lpp_amba / apb_devices_list.vhd
--=================================================================================
--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#;
CONSTANT LPP_DELAY : amba_device_type := 16#14#;
CONSTANT LPP_USB : amba_device_type := 16#15#;
CONSTANT LPP_BALISE : amba_device_type := 16#16#;
CONSTANT LPP_DMA_TYPE : amba_device_type := 16#17#;
CONSTANT LPP_BOOTLOADER_TYPE : amba_device_type := 16#18#;
CONSTANT LPP_LFR : amba_device_type := 16#19#;
END;