@@ -20,7 +20,7 init: allGPL | |||
|
20 | 20 | sh lib/lpp/makeDirs.sh lib/lpp |
|
21 | 21 | |
|
22 | 22 | |
|
23 |
Patch-GRLIB: init |
|
|
23 | Patch-GRLIB: init | |
|
24 | 24 | sh patch.sh $(GRLIB) |
|
25 | 25 | |
|
26 | 26 |
@@ -1,7 +1,9 | |||
|
1 | amba_lcd_16x2_ctrlr.vhd | |
|
2 | 1 | FRAME_CLK.vhd |
|
3 | 2 | LCD_16x2_CFG.vhd |
|
3 | LCD_16x2_DRIVER | |
|
4 | .vhd | |
|
4 | 5 | LCD_16x2_ENGINE.vhd |
|
5 | 6 | LCD_2x16_DRIVER.vhd |
|
6 | 7 | LCD_CLK_GENERATOR.vhd |
|
7 | 8 | Top_LCD.vhd |
|
9 | amba_lcd_16x2_ctrlr.vhd |
@@ -1,4 +1,4 | |||
|
1 | ./amba_lcd_16x2_ctrlr | |
|
2 | ./dsp/iir_filter | |
|
1 | 3 | ./general_purpose |
|
2 | 4 | ./lpp_amba |
|
3 | ./dsp/iir_filter | |
|
4 | ./amba_lcd_16x2_ctrlr |
@@ -1,12 +1,12 | |||
|
1 | 1 | APB_IIR_CEL.vhd |
|
2 | FILTER.vhd | |
|
3 | FILTER_RAM_CTRLR.vhd | |
|
2 | 4 | FILTERcfg.vhd |
|
3 | 5 | FilterCTRLR.vhd |
|
4 | FILTER_RAM_CTRLR.vhd | |
|
5 | FILTER.vhd | |
|
6 | 6 | IIR_CEL_CTRLR.vhd |
|
7 | 7 | IIR_CEL_FILTER.vhd |
|
8 | iir_filter.vhd | |
|
8 | RAM.vhd | |
|
9 | 9 | RAM_CEL.vhd |
|
10 | 10 | RAM_CTRLR2.vhd |
|
11 | RAM.vhd | |
|
12 | 11 | Top_Filtre_IIR.vhd |
|
12 | iir_filter.vhd |
@@ -1,13 +1,13 | |||
|
1 | Adder.vhd | |
|
2 | 1 | ADDRcntr.vhd |
|
3 | 2 | ALU.vhd |
|
4 | general_purpose.vhd | |
|
3 | Adder.vhd | |
|
4 | MAC.vhd | |
|
5 | 5 | MAC_CONTROLER.vhd |
|
6 | MAC_MUX2.vhd | |
|
7 | 6 | MAC_MUX.vhd |
|
7 | MAC_MUX2.vhd | |
|
8 | 8 | MAC_REG.vhd |
|
9 |
M |
|
|
9 | MUX2.vhd | |
|
10 | 10 | Multiplier.vhd |
|
11 | MUX2.vhd | |
|
12 | 11 | REG.vhd |
|
13 | 12 | Shifter.vhd |
|
13 | general_purpose.vhd |
@@ -1,21 +1,21 | |||
|
1 | ------------------------------------------------------------------------------ | |
|
2 | -- This file is a part of the LPP VHDL IP LIBRARY | |
|
3 | -- Copyright (C) 2009 - 2010, Laboratory of Plasmas Physic - CNRS | |
|
4 | -- | |
|
5 | -- This program is free software; you can redistribute it and/or modify | |
|
6 | -- it under the terms of the GNU General Public License as published by | |
|
7 | -- the Free Software Foundation; either version 2 of the License, or | |
|
8 | -- (at your option) any later version. | |
|
9 | -- | |
|
10 | -- This program is distributed in the hope that it will be useful, | |
|
11 | -- but WITHOUT ANY WARRANTY; without even the implied warranty of | |
|
12 | -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
|
13 | -- GNU General Public License for more details. | |
|
14 | -- | |
|
15 | -- You should have received a copy of the GNU General Public License | |
|
16 | -- along with this program; if not, write to the Free Software | |
|
17 | -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
|
18 | ------------------------------------------------------------------------------- | |
|
1 | ------------------------------------------------------------------------------ | |
|
2 | -- This file is a part of the LPP VHDL IP LIBRARY | |
|
3 | -- Copyright (C) 2009 - 2010, Laboratory of Plasmas Physic - CNRS | |
|
4 | -- | |
|
5 | -- This program is free software; you can redistribute it and/or modify | |
|
6 | -- it under the terms of the GNU General Public License as published by | |
|
7 | -- the Free Software Foundation; either version 2 of the License, or | |
|
8 | -- (at your option) any later version. | |
|
9 | -- | |
|
10 | -- This program is distributed in the hope that it will be useful, | |
|
11 | -- but WITHOUT ANY WARRANTY; without even the implied warranty of | |
|
12 | -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
|
13 | -- GNU General Public License for more details. | |
|
14 | -- | |
|
15 | -- You should have received a copy of the GNU General Public License | |
|
16 | -- along with this program; if not, write to the Free Software | |
|
17 | -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
|
18 | ------------------------------------------------------------------------------- | |
|
19 | 19 | -- APB_SIMPLE_DIODE.vhd |
|
20 | 20 | |
|
21 | 21 | library ieee; |
@@ -51,7 +51,7 architecture AR_APB_SIMPLE_DIODE of APB_ | |||
|
51 | 51 | constant REVISION : integer := 1; |
|
52 | 52 | |
|
53 | 53 | constant pconfig : apb_config_type := ( |
|
54 |
0 => ahb_device_reg (VENDOR_LPP, |
|
|
54 | 0 => ahb_device_reg (VENDOR_LPP, LPP_SIMPLE_DIODE, 0, REVISION, 0), | |
|
55 | 55 | 1 => apb_iobar(paddr, pmask)); |
|
56 | 56 | |
|
57 | 57 | |
@@ -105,10 +105,10 end process; | |||
|
105 | 105 | |
|
106 | 106 | |
|
107 | 107 | -- pragma translate_off |
|
108 | bootmsg : report_version | |
|
109 | generic map ("apbuart" & tost(pindex) & | |
|
110 | ": Generic UART rev " & tost(REVISION) & ", fifo " & tost(fifosize) & | |
|
111 | ", irq " & tost(pirq)); | |
|
108 | -- bootmsg : report_version | |
|
109 | -- generic map ("apbuart" & tost(pindex) & | |
|
110 | -- ": Generic UART rev " & tost(REVISION) & ", fifo " & tost(fifosize) & | |
|
111 | -- ", irq " & tost(pirq)); | |
|
112 | 112 | -- pragma translate_on |
|
113 | 113 | |
|
114 | 114 |
@@ -35,8 +35,9 constant VENDOR_LPP : amba_vendor | |||
|
35 | 35 | |
|
36 | 36 | -- LPP device ids |
|
37 | 37 | |
|
38 | constant ROCKET_TM : amba_device_type := 16#001#; | |
|
39 | constant otherCore : amba_device_type := 16#002#; | |
|
38 | constant ROCKET_TM : amba_device_type := 16#001#; | |
|
39 | constant otherCore : amba_device_type := 16#002#; | |
|
40 | constant LPP_SIMPLE_DIODE : amba_device_type := 16#003#; | |
|
40 | 41 | |
|
41 | 42 | |
|
42 | 43 | component APB_SIMPLE_DIODE is |
General Comments 0
You need to be logged in to leave comments.
Login now