##// END OF EJS Templates
Fixed some files
Alexis -
r37:81e639333c9d default
parent child
Show More
@@ -27,6 +27,7 library lpp;
27 use lpp.amba_lcd_16x2_ctrlr.all;
27 use lpp.amba_lcd_16x2_ctrlr.all;
28 use lpp.LCD_16x2_CFG.all;
28 use lpp.LCD_16x2_CFG.all;
29 use lpp.lpp_amba.all;
29 use lpp.lpp_amba.all;
30 use lpp.apb_devices_list.all;
30
31
31 entity apb_lcd_ctrlr is
32 entity apb_lcd_ctrlr is
32 generic (
33 generic (
@@ -27,6 +27,7 library lpp;
27 use lpp.iir_filter.all;
27 use lpp.iir_filter.all;
28 use lpp.general_purpose.all;
28 use lpp.general_purpose.all;
29 use lpp.lpp_amba.all;
29 use lpp.lpp_amba.all;
30 use lpp.apb_devices_list.all;
30
31
31 entity APB_IIR_CEL is
32 entity APB_IIR_CEL is
32 generic (
33 generic (
@@ -26,6 +26,7 use grlib.devices.all;
26 library lpp;
26 library lpp;
27 use lpp.lpp_ad_conv.all;
27 use lpp.lpp_ad_conv.all;
28 use lpp.lpp_amba.all;
28 use lpp.lpp_amba.all;
29 use lpp.apb_devices_list.all;
29 use lpp.general_purpose.Clk_divider;
30 use lpp.general_purpose.Clk_divider;
30
31
31 entity lpp_apb_ad_conv is
32 entity lpp_apb_ad_conv is
@@ -8,6 +8,7 use grlib.stdlib.all;
8 use grlib.devices.all;
8 use grlib.devices.all;
9 library lpp;
9 library lpp;
10 use lpp.lpp_amba.all;
10 use lpp.lpp_amba.all;
11 use lpp.apb_devices_list.all;
11 use lpp.lpp_cna.all;
12 use lpp.lpp_cna.all;
12
13
13
14
@@ -97,4 +98,4 Rec.CNA_Cfg(1) <= flag_sd;
97 end process;
98 end process;
98
99
99 apbo.prdata <= Rdata when apbi.penable = '1';
100 apbo.prdata <= Rdata when apbi.penable = '1';
100 end ar_APB_CNA; No newline at end of file
101 end ar_APB_CNA;
@@ -24,6 +24,7 use grlib.stdlib.all;
24 use grlib.devices.all;
24 use grlib.devices.all;
25 library lpp;
25 library lpp;
26 use lpp.lpp_amba.all;
26 use lpp.lpp_amba.all;
27 use lpp.apb_devices_list.all;
27 use lpp.lpp_uart.all;
28 use lpp.lpp_uart.all;
28
29
29 entity APB_UART is
30 entity APB_UART is
General Comments 0
You need to be logged in to leave comments. Login now