Commit Graph

1516 Commits (68bc647472ccc0ad79a168f0ea05beb732b91030)

Author SHA1 Message Date
Lars-Peter Clausen 4ed7c9aee9 fmcomms2_pr: zc706: Fix ddr and fixed_io signal names
The toplevel input/output signal names are lower case, but the signals
connected to the system_wrapper are upper case. Since verilog is case
sensitive this leaves the toplevel input/output signals unconnected. Fix
this by using lower case names everywhere.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-23 14:33:47 +02:00
Lars-Peter Clausen 558f2e89af imageon: zc706: Fix ddr and fixed_io signal names
The toplevel input/output signal names are lower case, but the signals
connected to the system_wrapper are upper case. Since verilog is case
sensitive this leaves the toplevel input/output signals unconnected. Fix
this by using lower case names everywhere.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-23 14:33:47 +02:00
Lars-Peter Clausen 1bb5b6e55f adv7511: zc706: Fix ddr and fixed_io signal names
The toplevel input/output signal names are lower case, but the signals
connected to the system_wrapper are upper case. Since verilog is case
sensitive this leaves the toplevel input/output signals unconnected. Fix
this by using lower case names everywhere.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-23 14:33:47 +02:00
Adrian Costina a61a195e3f Makefiles: Updated makefiles to add the new constraints as dependecies 2015-04-23 11:16:39 +03:00
Rejeesh Kutty e25cfb9d9f rfsom: ddr configuration 2015-04-22 13:45:11 -04:00
Istvan Csomortani a100ecd308 util_dacfifo: Update BRAM DAC Fifo
The fifo will be placed between the DMAC and the Upack module, all the interfaces were updated.
2015-04-21 15:45:56 +03:00
Lars-Peter Clausen 3fd830b038 fmcomms2: Use AXI3 interface for the DMA on ZYNQ
On ZYNQ the HP interconnects have a AXI3 interface. The DMA controller
supports both AXI4 and AXI3. By switching to AXI3 there is no need to create
a protocol converter between the DMA and the HP port.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-17 19:51:37 +02:00
Lars-Peter Clausen 71d4f3a474 fmcomms2: Don't mark synchronous paths as asynchronous for the DMAs
The AXI master interface and the register map AXI slave interface use the
same clock. No need to mark the interfaces as asynchronous. This removes the
need for CDC logic on those paths.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-17 19:51:37 +02:00
Adrian Costina dc2b37bd0c Makefile: Added top level Makefile. Modified behavior of clean and clean-all
Clean ran for a project will clean only the project files.
Clean-all ran for a project will clean also the library files on which the project depends.
The clean commands will only remove specific files and directories.

The top Makefile allows several options(per suggestion from jameyhicks):
make fmcomms1.zed will run "make all" in projects/fmcomms1/zed/
make clean will run "make clean" for all the projects
make clean-all will run "make clean" for all the projects and libraries
make lib will run "make all" for the library files
2015-04-17 17:22:38 +03:00
Adrian Costina 374f82e7de makefiles: The clean command for library won't remove the xml files, except for component.xml.
Updated also the dmac dependencies
2015-04-16 11:53:27 +03:00
Istvan Csomortani 8b5d1a8693 fmcadc2: Connect the second CS line for the external SPI interface 2015-04-15 19:08:17 +03:00
Adrian Costina 780455d68c Makefile: Updated makefiles. Added makefiles for altera 2015-04-09 17:57:06 +03:00
Lars-Peter Clausen afea42f444 rfsom: Use interface connection for the I2S stream
Use a interface connection for the I2S stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:26 +02:00
Lars-Peter Clausen 90e132d203 mitx045: Use interface connection for the I2S stream
Use a interface connection for the I2S stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 7f26bfe436 zed: Use interface connection for the I2S stream
Use a interface connection for the I2S stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 06e37b0082 common: zed: Use interface to connect I2C core to the I2C mixer
Use a interface connection for the I2C connection instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 7da59a435f common: rfsom: Use interface connection for the HDMI DMA stream
Use a interface connection for the HDMI DMA stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 1f2ecaf037 common: mitx045: Use interface connection for the HDMI DMA stream
Use a interface connection for the HDMI DMA stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 1d66cf63b6 common: zc706: Use interface connection for the HDMI DMA stream
Use a interface connection for the HDMI DMA stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen ab5c7bb57b common: zc702: Use interface connection for the HDMI DMA stream
Use a interface connection for the HDMI DMA stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 70deb1eed1 common: zed: Use interface connection for the HDMI DMA stream
Use a interface connection for the HDMI DMA stream instead of individually
connecting each of the signals. This make things a bit cleaner.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Lars-Peter Clausen 38722e569b common: zed: Fix audio DMA reset signals
Make sure to connect the I2S and SPDIF core DMA reset signals to the correct net.

Fixes audio support on the ZED board.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-08 13:29:25 +02:00
Rejeesh Kutty 5f8e9a74ea makefile: updated 2015-04-07 16:32:01 -04:00
Rejeesh Kutty 6d0a2bf64c axi_adcfifo: added 2015-04-07 16:21:39 -04:00
Rejeesh Kutty 4f7f109056 util_adcfifo: added 2015-04-07 16:08:38 -04:00
Istvan Csomortani 02dfa865b4 fmcadc5_vc707: Fix system top. 2015-04-06 12:15:49 +03:00
Rejeesh Kutty 0a8823361f fmcjesdadc1/a5gt: 14.1 updates 2015-04-03 14:54:57 -04:00
Rejeesh Kutty 3aac5f9494 fmcjesdadc1/a5gt: 14.1 updates 2015-04-03 14:54:55 -04:00
Rejeesh Kutty 5abf60345c fmcomms7: dac lane mux 2015-04-03 13:42:27 -04:00
Rejeesh Kutty 26a1f48724 fmcomms7: dac lane mux 2015-04-03 13:42:27 -04:00
Rejeesh Kutty 0b00073ce5 rfsom: add ddr parameters 2015-04-03 13:42:27 -04:00
Adrian Costina 49b8d389f6 fmcjesdadc1: Kc705, fixed system top,SPI 2015-04-03 18:28:26 +03:00
Adrian Costina 5afcfa37a7 ad6676evb: changed the dma clock 2015-04-03 18:27:46 +03:00
Adrian Costina f79a152958 Makefiles: updated all makefiles adding clean functionality 2015-04-03 11:57:54 +03:00
Adrian Costina 51b5e4ddc5 fmcomms5: Moved the clock generation for dma transfer inside system_bd of the platform 2015-04-02 22:29:17 +03:00
Adrian Costina a8b2292370 ad9265: Changed the dma clock 2015-04-02 22:27:55 +03:00
Istvan Csomortani f15ff45afc imageon_zed: Initial commit plus fix ILAs 2015-04-02 18:53:45 +03:00
Istvan Csomortani 2937445cce fmcomms2_pr: Update project to the new frame work. 2015-04-02 16:06:08 +03:00
Adrian Costina 9745462d88 fmcomms2: VC707 fixed top file 2015-04-02 15:31:40 +03:00
Adrian Costina 9dac22c814 fmcomms2: ZC702 fixed GPIOs in top file 2015-04-02 15:30:41 +03:00
Adrian Costina 243a9bc992 fmcomms1: AC701 update project to new framework 2015-04-02 15:30:02 +03:00
Istvan Csomortani 0162009099 cftl_cip: Update project to the new frame work. 2015-04-02 15:14:04 +03:00
Adrian Costina 8ed301a264 AC701: Common, removed system clock constraint 2015-04-02 11:51:20 +03:00
Istvan Csomortani 408dc6f018 ac701_base: Change data and instruction memory range to 8kbyte 2015-04-02 11:34:20 +03:00
Adrian Costina dbbdeeaa0c fmcomms1: Updated AC701 project to new framework 2015-04-02 11:22:16 +03:00
Adrian Costina a4e9dd5fc4 fmcomms2: KC705 updated project 2015-04-02 11:21:13 +03:00
Rejeesh Kutty 0184d2a4c7 makefile: added 2015-04-01 16:30:05 -04:00
Rejeesh Kutty a16ded55cf makefile: added 2015-04-01 16:30:04 -04:00
Rejeesh Kutty ef32088c25 makefile: added 2015-04-01 16:30:03 -04:00
Rejeesh Kutty d7671ecf6d makefile: added 2015-04-01 16:30:02 -04:00
Rejeesh Kutty a7d40aa0f2 makefile: added 2015-04-01 16:30:00 -04:00
Rejeesh Kutty e9a4a41823 makefile: added 2015-04-01 16:29:59 -04:00
Rejeesh Kutty 9dba2d1e3b makefile: added 2015-04-01 16:29:58 -04:00
Rejeesh Kutty c0b0abd8b7 makefile: added 2015-04-01 16:29:57 -04:00
Rejeesh Kutty 36868c5433 makefile: added 2015-04-01 16:29:55 -04:00
Rejeesh Kutty fe8fb8f5ed makefile: added 2015-04-01 16:29:54 -04:00
Rejeesh Kutty c63dead379 makefile: added 2015-04-01 16:29:53 -04:00
Rejeesh Kutty 5165129c92 makefile: added 2015-04-01 16:29:52 -04:00
Rejeesh Kutty 1697f297f8 makefile: added 2015-04-01 16:29:50 -04:00
Rejeesh Kutty 59698474af makefile: added 2015-04-01 16:29:49 -04:00
Rejeesh Kutty 596d9db915 makefile: added 2015-04-01 16:29:48 -04:00
Rejeesh Kutty 968836011f makefile: added 2015-04-01 16:29:47 -04:00
Rejeesh Kutty c99630cb49 makefile: added 2015-04-01 16:29:45 -04:00
Rejeesh Kutty a9fe02419e makefile: added 2015-04-01 16:29:44 -04:00
Rejeesh Kutty 15ad9c287f makefile: added 2015-04-01 16:29:43 -04:00
Rejeesh Kutty c46866e78c makefile: added 2015-04-01 16:29:42 -04:00
Rejeesh Kutty c5a67ad1cd makefile: added 2015-04-01 16:29:41 -04:00
Rejeesh Kutty 74d3d458da makefile: added 2015-04-01 16:29:39 -04:00
Rejeesh Kutty b1cc047d04 makefile: added 2015-04-01 16:29:38 -04:00
Rejeesh Kutty 25a6a75a32 makefile: added 2015-04-01 16:29:37 -04:00
Rejeesh Kutty c5ccd44ffb makefile: added 2015-04-01 16:29:36 -04:00
Rejeesh Kutty 006a4fd209 makefile: added 2015-04-01 16:29:34 -04:00
Rejeesh Kutty 61bdb437b1 makefile: added 2015-04-01 16:29:33 -04:00
Rejeesh Kutty 970d5f8c3e makefile: added 2015-04-01 16:29:32 -04:00
Rejeesh Kutty 5f149535b5 makefile: added 2015-04-01 16:29:31 -04:00
Rejeesh Kutty 48e8945ac1 makefile: added 2015-04-01 16:29:29 -04:00
Rejeesh Kutty 1c1464876c makefile: added 2015-04-01 16:29:28 -04:00
Rejeesh Kutty 56615a19f2 makefile: added 2015-04-01 16:29:27 -04:00
Rejeesh Kutty 1a14a36db6 makefile: added 2015-04-01 16:29:26 -04:00
Rejeesh Kutty c085fbdd35 makefile: added 2015-04-01 16:29:24 -04:00
Rejeesh Kutty 077d2699fe makefile: added 2015-04-01 16:29:23 -04:00
Rejeesh Kutty d50bf705ef makefile: added 2015-04-01 16:29:22 -04:00
Rejeesh Kutty 9e8cb22c96 makefile: added 2015-04-01 16:29:21 -04:00
Rejeesh Kutty 0a62cc9b8e makefile: added 2015-04-01 16:29:19 -04:00
Rejeesh Kutty 661cdc5752 makefile: added 2015-04-01 16:29:18 -04:00
Rejeesh Kutty 0275f5575b makefile: added 2015-04-01 16:29:17 -04:00
Rejeesh Kutty b7d72a5b2e makefile: added 2015-04-01 16:29:16 -04:00
Rejeesh Kutty 71adb70844 makefile: added 2015-04-01 16:29:14 -04:00
Rejeesh Kutty 1165203964 makefile: added 2015-04-01 16:29:13 -04:00
Rejeesh Kutty e596a1c593 makefile: added 2015-04-01 16:29:12 -04:00
Rejeesh Kutty 6391b9aa9d makefile: added 2015-04-01 16:29:11 -04:00
Rejeesh Kutty 565839db38 makefile: added 2015-04-01 16:29:10 -04:00
Rejeesh Kutty 14c36b172f makefile: added 2015-04-01 16:29:08 -04:00
Rejeesh Kutty ae960e66e9 makefile: added 2015-04-01 16:29:07 -04:00
Rejeesh Kutty f3c151eb7c makefile: added 2015-04-01 16:29:06 -04:00
Rejeesh Kutty 12e9ab7bdd makefile: added 2015-04-01 16:29:05 -04:00
Rejeesh Kutty 4e3e26a8dd makefile: added 2015-04-01 16:29:03 -04:00
Rejeesh Kutty b6d5e21133 makefile: added 2015-04-01 16:29:02 -04:00
Rejeesh Kutty 0dc0d825a6 makefile: added 2015-04-01 16:29:01 -04:00
Rejeesh Kutty 283427647b makefile: added 2015-04-01 16:29:00 -04:00
Rejeesh Kutty 61293e7231 makefile: added 2015-04-01 16:28:58 -04:00
Rejeesh Kutty 73b31cfea0 makefile: added 2015-04-01 16:28:57 -04:00
Rejeesh Kutty 79a07e737d makefile: added 2015-04-01 16:28:56 -04:00
Rejeesh Kutty b3c666cf0d makefile: added 2015-04-01 16:28:55 -04:00
Rejeesh Kutty 7a505f2d81 makefile: added 2015-04-01 16:28:53 -04:00
Rejeesh Kutty 8c25254fd7 makefile: added 2015-04-01 16:28:52 -04:00
Rejeesh Kutty 0664fb76f0 makefile: added 2015-04-01 16:28:51 -04:00
Rejeesh Kutty 3051afd7da makefile: added 2015-04-01 16:28:50 -04:00
Rejeesh Kutty d8ca123557 makefile: added 2015-04-01 16:28:48 -04:00
Rejeesh Kutty 88676c8c00 makefile: added 2015-04-01 16:28:47 -04:00
Rejeesh Kutty 786690cdae makefile: added 2015-04-01 16:28:46 -04:00
Rejeesh Kutty 861341df2d makefile: added 2015-04-01 16:28:44 -04:00
Rejeesh Kutty 69e817aed7 makefile: added 2015-04-01 16:28:43 -04:00
Rejeesh Kutty 8595341c32 makefile: added 2015-04-01 16:28:42 -04:00
Rejeesh Kutty 1c558f23db makefile: added 2015-04-01 16:28:41 -04:00
Rejeesh Kutty d5562e6a63 makefile: added 2015-04-01 16:28:39 -04:00
Rejeesh Kutty 47331d951a makefile: added 2015-04-01 16:28:38 -04:00
Rejeesh Kutty 2c8939f246 makefile: added 2015-04-01 16:28:37 -04:00
Rejeesh Kutty 9ca85e9837 makefile: added 2015-04-01 16:28:36 -04:00
Rejeesh Kutty 4a197f532e makefile: added 2015-04-01 16:28:34 -04:00
Rejeesh Kutty 26f176f2b5 makefile: added 2015-04-01 16:28:33 -04:00
Rejeesh Kutty f330a82bb5 makefile: added 2015-04-01 16:28:32 -04:00
Rejeesh Kutty 544d4f579f makefile: added 2015-04-01 16:28:30 -04:00
Rejeesh Kutty 2fdc3d6d96 makefile: added 2015-04-01 16:28:29 -04:00
Rejeesh Kutty df7c64be5f makefile: added 2015-04-01 16:28:28 -04:00
Rejeesh Kutty 3520884406 makefile: added 2015-04-01 16:28:27 -04:00
Rejeesh Kutty aa1739cb3e makefile: added 2015-04-01 16:28:25 -04:00
Rejeesh Kutty affa42d76a makefile: added 2015-04-01 16:28:24 -04:00
Rejeesh Kutty c87268e703 makefile: added 2015-04-01 16:28:23 -04:00
Rejeesh Kutty 4cf4349e27 makefile: added 2015-04-01 16:28:22 -04:00
Istvan Csomortani 98c2deaf26 imageon_zc706: Update project
+ Connect the Rx path to HP2
+ Enable AXI_SLICE_DEST
+ Add ILA to the dma_fifo and dma_axi_s2mm interface
+ Fix constraints
2015-04-01 18:50:18 +03:00
Istvan Csomortani 271a383012 ad9467_kc705: Update project to the new frame work. 2015-04-01 17:16:47 +03:00
Istvan Csomortani 1819a41ab5 ad9467_zed: Update project to the new framework. 2015-04-01 14:38:39 +03:00
Adrian Costina fbfbfdaf87 motcon2_fmc: Updated to the latest framework 2015-04-01 11:45:01 +03:00
Adrian Costina e58e9bc701 fmcomms5: Updated zc702 project to the latest framework 2015-03-31 17:44:09 +03:00
Adrian Costina fb3ee53790 fmcomm5: Updated ZC706 project 2015-03-31 17:43:30 +03:00
Adrian Costina 92aa58826d fmcomms5: Updated project to be compatible with both ZC702 and ZC706 2015-03-31 17:42:44 +03:00
Adrian Costina 207b9679c9 fmcomms2: miniITX project updated to the new framework 2015-03-31 16:17:58 +03:00
Adrian Costina bf1a50ef0c mitx: common, fixed number of gpios enabled 2015-03-31 16:16:40 +03:00
Istvan Csomortani 7d1c715f09 adv7511_vc707: Fix system top. 2015-03-31 11:00:48 +03:00
Rejeesh Kutty 8f2fdec838 ad6676evb/vc707: 2014.4 updates 2015-03-30 14:59:09 -04:00
Rejeesh Kutty c4a7730c89 ad6676evb/vc707: 2014.4 updates 2015-03-30 14:59:09 -04:00
Rejeesh Kutty 7f2cc2117c ad6676evb/vc707: 2014.4 updates 2015-03-30 14:59:09 -04:00
Rejeesh Kutty edcc0672d2 ad6676evb/vc707: 2014.4 updates 2015-03-30 14:59:09 -04:00
Adrian Costina 7aeeaec5f4 fmcomms1: VC707 updated to the latest framework 2015-03-30 18:09:57 +03:00
Adrian Costina 89b83f8a00 fmcomms1: KC705 project updated to the latest framework 2015-03-30 18:09:17 +03:00
Adrian Costina 11379939d0 fmcjesdadc1: VC707, Updated project to the latest framework 2015-03-30 18:08:19 +03:00
Adrian Costina c7e4ba5083 fmcjesdadc1: Updated KC705 to the latest flow 2015-03-30 18:07:47 +03:00
Istvan Csomortani 4f69ae19c5 adv7511_mitx045: Update latest frame work. 2015-03-30 17:54:37 +03:00
Istvan Csomortani fcb163062f adv7511 : Fix top for kcu105 and kc705 2015-03-30 16:21:38 +03:00
Istvan Csomortani c00633d1ac adv7511_ac701: Update project and common files to the new framework. 2015-03-30 15:23:26 +03:00
Istvan Csomortani 166c78060c adv7511_vc707: Fix system top. 2015-03-29 16:17:08 +03:00
Istvan Csomortani 7e539632e5 adv7511_kc705: Fix system top. 2015-03-29 16:16:11 +03:00
Istvan Csomortani e116822059 imageon_zc706: Updates and fixes
+ sync the sof to the dma_de signal
+ hdmi_rx_dma is connected to the HP1
+ fix syncronization signal in the CSC module
+ hdmi_rx_clk is asynchronous
2015-03-27 18:57:32 +02:00
Adrian Costina e7c33bc7d8 ad9265_fmc: Fixed spi connection. Changed ila clock to 200 MHz 2015-03-27 15:40:28 +02:00
Adrian Costina 01f8c373b0 fmcomms1: Updated zc702 project to the latest framework 2015-03-27 15:38:46 +02:00
Adrian Costina dbcf8389b3 fmcomms1: Updated zed project to the latest framework 2015-03-27 15:37:50 +02:00
Rejeesh Kutty 8bc589a4d4 fmcadc2/vc707: 2014.4 updates 2015-03-26 15:07:17 -04:00
Rejeesh Kutty a24c1d33e9 fmcadc2/vc707: 2014.4 updates 2015-03-26 15:07:15 -04:00
Rejeesh Kutty 86512ad95a fmcadc2/vc707: 2014.4 updates 2015-03-26 15:07:10 -04:00
Rejeesh Kutty cf85f0b0bb daq2/vc707: gpio_bd is 21bits 2015-03-26 14:18:26 -04:00
Rejeesh Kutty 90a8d91c36 daq2/vc707: 2014.4 updates 2015-03-26 14:02:43 -04:00
Rejeesh Kutty 17918bf735 daq2/vc707: 2014.4 updates 2015-03-26 14:02:39 -04:00
Rejeesh Kutty 6b1eac4211 daq2/vc707: 2014.4 updates 2015-03-26 14:02:34 -04:00
Rejeesh Kutty 6a85724793 daq2/vc707: 2014.4 updates 2015-03-26 14:02:31 -04:00
Rejeesh Kutty 5014b4209c kc705/vc707: consistency fixes 2015-03-26 14:02:10 -04:00
Rejeesh Kutty 67c8d02110 kc705/vc707: consistency fixes 2015-03-26 14:00:58 -04:00
Rejeesh Kutty 1fcccacdf5 kc705/vc707: consistency fixes 2015-03-26 14:00:50 -04:00
Rejeesh Kutty 276bb9525a daq2/kc705: 2014.4 updates 2015-03-26 10:14:12 -04:00
Rejeesh Kutty a7e3d2af67 daq2/kc705: 2014.4 updates 2015-03-26 10:14:12 -04:00
Rejeesh Kutty 803ef90fea daq2/kc705: 2014.4 updates 2015-03-26 10:14:12 -04:00
Rejeesh Kutty daac204676 kc705: gpio bd 2015-03-26 10:14:12 -04:00
Rejeesh Kutty ee2cd034bc scripts: add gnd/vcc connections 2015-03-26 10:08:01 -04:00
Istvan Csomortani f1e542abe3 adv7511_vc707: Constraint file added. 2015-03-26 13:03:51 +02:00
Istvan Csomortani 2d05193093 adv7511_zc702: Update project to the new framework. 2015-03-26 12:20:31 +02:00
Istvan Csomortani d1e4727066 adv7511_vc707: Update project to the new framework. 2015-03-26 12:20:30 +02:00
Istvan Csomortani feb29d57a5 adv7511_kcu105: PCORE_DEVICE_TYPE is a carrier specific parameter.
Move the PCORE_DEVICE_TYPE parameter from  common to system_bd.
2015-03-26 12:20:28 +02:00
Istvan Csomortani 7c289c8844 adv7511_kc705: Update project to the new framework. 2015-03-26 12:20:27 +02:00
Adrian Costina ccf0542218 fmcjesdadc1: Connected constant 0 to unconnected inputs 2015-03-26 12:08:14 +02:00
Adrian Costina 1828a94446 fmcomms5: Updated common and ZC706 project to the latest framework 2015-03-25 17:42:11 +02:00
Adrian Costina 10f3ac4d22 fmcomms1: Updated common and ZC706 project to the latest flow 2015-03-25 17:41:14 +02:00
Adrian Costina 037484e1d0 usdrx1: Updated project to the latest framework 2015-03-25 17:39:51 +02:00
Rejeesh Kutty 754f11e0e6 imageon: updates 2015-03-24 15:08:48 -04:00
Rejeesh Kutty 007a1ea3a4 imageon: updates 2015-03-24 15:08:48 -04:00
Rejeesh Kutty 0085b8a712 imageon: updates 2015-03-24 15:08:48 -04:00
Rejeesh Kutty 4bb8712e71 imageon: updates 2015-03-24 15:08:48 -04:00
Istvan Csomortani b774379796 fmcomms2_zc706: Clean up system top 2015-03-24 13:38:48 +02:00
Istvan Csomortani fcbbfa0177 fmcomms2_pr ZC706: Update project to the new framework 2015-03-24 13:37:37 +02:00
Istvan Csomortani 75d2c7e93e daq1_zc706: Update project to the new framework 2015-03-24 12:45:24 +02:00
Adrian Costina d418c9f9b1 fmcjesdadc1: Updated project to new flow. Updated ZC706 design 2015-03-24 10:38:14 +02:00
Adrian Costina 58a5e0142c ad9265_fmc: Updated project to the new flow 2015-03-24 10:37:06 +02:00
Adrian Costina 919c02b57a cftl_std: Update project to the new framework 2015-03-23 16:03:15 +02:00
Rejeesh Kutty d93b967980 fmcadc5: 2014.4 updates 2015-03-23 10:00:46 -04:00
Rejeesh Kutty 624d2778d8 fmcadc5: 2014.4 updates 2015-03-23 10:00:46 -04:00
Rejeesh Kutty 6dca97dd20 fmcadc5: 2014.4 updates 2015-03-23 10:00:46 -04:00
Rejeesh Kutty a09075030c fmcadc5: 2014.4 updates 2015-03-23 10:00:46 -04:00
Rejeesh Kutty a74c61d6d5 vc707: gpio_bd changes 2015-03-23 10:00:46 -04:00
Istvan Csomortani 7c921474bf adv7511_zed: Update project to the new framework 2015-03-23 13:01:51 +02:00
Istvan Csomortani 8443e94442 ad9434_fmc: Update project to the new framework 2015-03-23 13:00:50 +02:00
Istvan Csomortani 43673f6b9d imageon_zc706: Update the project to the new framework 2015-03-23 12:45:34 +02:00
Adrian Costina c1c6787b91 fmcomms2: Updated VC707 design with the latest base design 2015-03-20 18:22:48 +02:00
Adrian Costina 69326a72ef VC707: Updated base design 2015-03-20 18:20:44 +02:00
Istvan Csomortani b12187433d adv7511_zc706: Interrupts and framework updates 2015-03-20 13:30:24 +02:00
Rejeesh Kutty cba3dde3dc fmcadc4: 2014.4 updates 2015-03-19 16:33:14 -04:00
Rejeesh Kutty 9e1e4969ff fmcadc4: 2014.4 updates 2015-03-19 16:33:14 -04:00
Rejeesh Kutty 9f727776e9 fmcadc4: 2014.4 updates 2015-03-19 16:33:14 -04:00
Rejeesh Kutty 34d95c1969 fmcadc4: 2014.4 updates 2015-03-19 16:33:14 -04:00
Rejeesh Kutty 1354836799 fmcadc4: 2014.4 updates 2015-03-19 16:33:14 -04:00
Rejeesh Kutty 7e0bfca0c6 fmcadc4: 2014.4 updates 2015-03-19 16:33:14 -04:00
Rejeesh Kutty ee87421419 fmcomms6: 2014.4 updates 2015-03-19 15:36:52 -04:00
Rejeesh Kutty 4d91d85265 fmcomms6: 2014.4 updates 2015-03-19 15:36:51 -04:00
Rejeesh Kutty 5192adf5a7 fmcomms6: 2014.4 updates 2015-03-19 15:36:50 -04:00
Rejeesh Kutty c8d60d249b fmcomms6: 2014.4 updates 2015-03-19 15:36:48 -04:00
Rejeesh Kutty 9571ce3e3b fmcomms6: 2014.4 updates 2015-03-19 15:36:47 -04:00
Rejeesh Kutty de14146b0b fmcadc2: 2014.4 updates 2015-03-19 13:22:30 -04:00
Rejeesh Kutty 771215cbbc fmcadc2: 2014.4 updates 2015-03-19 13:22:30 -04:00
Rejeesh Kutty 01de3e7984 fmcadc2: 2014.4 updates 2015-03-19 13:22:30 -04:00
Rejeesh Kutty b4bee697cb fmcadc2: 2014.4 updates 2015-03-19 13:22:30 -04:00
Rejeesh Kutty 126158629c fmcadc2: 2014.4 updates 2015-03-19 13:22:30 -04:00
Rejeesh Kutty 275ce42bc9 daq3: 2014.4 updates 2015-03-19 12:45:55 -04:00
Rejeesh Kutty caa0e27bd6 daq3: 2014.4 updates 2015-03-19 12:45:54 -04:00
Rejeesh Kutty 423b436601 daq3: 2014.4 updates 2015-03-19 12:45:52 -04:00
Rejeesh Kutty 0c94ea8d2b daq3: 2014.4 updates 2015-03-19 12:45:51 -04:00
Rejeesh Kutty 2fa475cca2 daq3: 2014.4 updates 2015-03-19 12:45:50 -04:00
Rejeesh Kutty ec0b6ac754 ad9739a/zc706: 2014.4 updates 2015-03-19 11:36:27 -04:00
Rejeesh Kutty c236c38e93 ad9739a/zc706: 2014.4 updates 2015-03-19 11:36:27 -04:00
Rejeesh Kutty 18112d723f ad9739a/zc706: 2014.4 updates 2015-03-19 11:36:27 -04:00
Rejeesh Kutty 8542c2b0d7 rfsom: sd1 to sd0 changes 2015-03-19 09:34:15 -04:00
Rejeesh Kutty d72c525b46 rfsom: sd1 to sd0 changes 2015-03-19 09:34:14 -04:00
Rejeesh Kutty fb5966f9fd rfsom: sd1 to sd0 changes 2015-03-19 09:34:13 -04:00
Rejeesh Kutty 6cc8f142f1 rfsom: sd1 to sd0 changes 2015-03-19 09:34:12 -04:00
Istvan Csomortani f0d08abe03 fmcomms2: Fix system_top.v for a few carrier
Interrupts are connected inside IPI. Fix system_top for zed, zc702, zc706 and kc705.
2015-03-18 10:37:24 +02:00
Istvan Csomortani 72b41c981f kc705_base: Fix base address overlap 2015-03-18 10:33:17 +02:00
Rejeesh Kutty 9b6531f79f ad6676evb: 2014.4 updates 2015-03-17 16:53:13 -04:00
Rejeesh Kutty ee89862de9 ad6676evb: 2014.4 updates 2015-03-17 16:53:13 -04:00
Rejeesh Kutty 1da8356f05 ad6676evb: 2014.4 updates 2015-03-17 16:53:13 -04:00
Rejeesh Kutty 7456ca67a8 ad6676evb: 2014.4 updates 2015-03-17 16:53:13 -04:00
Rejeesh Kutty 08a773b92d fmcomms2/rfsom: interrupt fix 2015-03-17 16:31:12 -04:00
Rejeesh Kutty a92c5cb4ff fmcomms7: 2014.4 updates 2015-03-17 14:01:47 -04:00
Rejeesh Kutty 18891d036b fmcomms7: 2014.4 updates 2015-03-17 14:01:47 -04:00
Rejeesh Kutty b2e05ce108 fmcomms7: 2014.4 updates 2015-03-17 14:01:47 -04:00
Rejeesh Kutty 3e73b711e8 fmcomms7: 2014.4 updates 2015-03-17 14:01:47 -04:00
Rejeesh Kutty 8cb96533d3 fmcomms7: 2014.4 updates 2015-03-17 14:01:46 -04:00
Istvan Csomortani 7bdce3837e fmcomms2: Update interrupts
The new interrupts connections are made inside IPI by the process called 'ad_cpu_interrupt'.
2015-03-16 19:13:45 +02:00
Istvan Csomortani 65b16551c3 fmcomms2_kc705: Fix system_top connections 2015-03-16 19:12:04 +02:00
Istvan Csomortani cea2d90eb2 base_kc705: Fix different issues
+ No more constant block inside IPI.
+ Gpio switch/led is on the axi_gpio first channel.
+ Fix the address map
+ Remove hdmi/spdif related constraints from base constraints
2015-03-16 19:10:57 +02:00
Istvan Csomortani 65654b77ff fmcomms2_kc705: Update design to the new hdl framework 2015-03-13 18:54:28 +02:00
Istvan Csomortani 7befef6662 fmcomms2_zed: Update design to the new hdl framework 2015-03-13 18:52:57 +02:00
Istvan Csomortani f7dd466469 adi_board.tcl : Fix some issue with the ad_mem_hpx_interconnect
Sometimes the find_bd_objs does not do its job, so need to double check that the interface clock is already connected to the p_clock or not.
Not sure about the cause of this behavior, need more investigation. Issue was found first at KC705 base design.
2015-03-13 18:51:21 +02:00
Adrian Costina 70e1d13a7b fmcomms2: Updated project 2015-03-13 12:49:17 +02:00
Adrian Costina ea303c6f61 zc702: Updated base design to the latest model 2015-03-13 12:44:08 +02:00
Rejeesh Kutty 17d8c1b72b daq2: move intrs into ipi 2015-03-12 16:17:17 -04:00
Rejeesh Kutty 3a2d1004b5 daq2: move intrs into ipi 2015-03-12 16:17:09 -04:00
Rejeesh Kutty b1b46ed820 daq2: move intrs into ipi 2015-03-12 16:17:04 -04:00
Rejeesh Kutty ff3dcbc2cb daq2: move intrs into ipi 2015-03-12 16:16:55 -04:00
Rejeesh Kutty 8ad8ec4d1e ml605 removed 2015-03-12 13:00:28 -04:00
Rejeesh Kutty e520f5c55a ad9671_fmc: removed 2015-03-12 12:00:46 -04:00
Rejeesh Kutty 73680d1ed9 fmcomms2/ml605: removed 2015-03-12 11:59:18 -04:00
Rejeesh Kutty 18c03a57f8 adv7511/mb: added board files 2015-03-12 11:09:32 -04:00
Rejeesh Kutty 7f462a1b34 adv7511/mb: added board files 2015-03-12 11:09:27 -04:00
Rejeesh Kutty 15967f913f adv7511/mb: added board files 2015-03-12 11:09:20 -04:00
Rejeesh Kutty 8d0c3573cc adv7511/kcu105: hdmi/spdif moved out of base design 2015-03-11 15:22:39 -04:00
Rejeesh Kutty 491b67c13a adv7511/kcu105: hdmi/spdif moved out of base design 2015-03-11 15:22:39 -04:00
Istvan Csomortani 68361bafd4 zc706_base: The FCLK_CLK2 is not used. 2015-03-11 18:10:32 +02:00
Istvan Csomortani a3e73a1837 ad9467_fmc: Fix port names at ILA logic
In the version 2014.2 the output port of a constant module was changed from 'const' to 'dout'.
This commit fix the non working ILA.
2015-03-11 14:45:02 +02:00
Rejeesh Kutty 543bfe9d44 daq2/kcu105: removed hdmi/spdif 2015-03-10 16:15:16 -04:00
Rejeesh Kutty ae16aeb064 kcu105/adv7511: moved hdmi/spdif out of base design 2015-03-10 16:15:15 -04:00
Rejeesh Kutty d7993401e6 kcu105/adv7511: moved hdmi/spdif out of base design 2015-03-10 16:15:14 -04:00
Rejeesh Kutty 09b916d0c7 kcu105/adv7511: moved hdmi/spdif out of base design 2015-03-10 16:15:13 -04:00
Rejeesh Kutty 20b2c19987 kcu105/adv7511: moved hdmi/spdif out of base design 2015-03-10 16:15:11 -04:00
Rejeesh Kutty ad41d250a8 kcu105/adv7511: moved hdmi/spdif out of base design 2015-03-10 16:15:10 -04:00
Rejeesh Kutty 1cf8092ba9 fmcomms2/zc706: spi/gpio changes 2015-03-10 16:06:22 -04:00
Rejeesh Kutty 631c71373a fmcomms2/zc706: spi/gpio changes 2015-03-10 16:06:18 -04:00
Rejeesh Kutty 796a0f4f2b fmcomms2/zc706: spi/gpio changes 2015-03-10 16:06:13 -04:00
Rejeesh Kutty 8967903d76 zc706: intr sensitivity level-high 2015-03-10 16:05:05 -04:00
Rejeesh Kutty 7012172f66 fmcomms2: spi/gpio moved to base design 2015-03-10 15:27:32 -04:00
Rejeesh Kutty 7da65ef3db fmcomms2: spi/gpio moved to base design 2015-03-10 15:27:28 -04:00
Rejeesh Kutty abae36b12f fmcomms2: spi/gpio moved to base design 2015-03-10 15:27:22 -04:00
Rejeesh Kutty 9e57e919c4 fmcomms2: spi/gpio moved to base design 2015-03-10 15:26:57 -04:00
Rejeesh Kutty a68463d033 rfsom: board updates 2015-03-10 15:26:31 -04:00
Rejeesh Kutty e38356b243 rfsom: board updates 2015-03-10 15:26:24 -04:00
Rejeesh Kutty c0eef42647 adi_board: enable ps7 hp if needed 2015-03-09 16:12:23 -04:00
Rejeesh Kutty 59457cb3d4 daq2/zc706: base system updates 2015-03-09 16:10:56 -04:00
Rejeesh Kutty ce5ece5494 daq2/zc706: base system updates 2015-03-09 16:09:54 -04:00
Rejeesh Kutty 104782af87 daq2/kcu105: base system updates 2015-03-09 16:09:07 -04:00
Rejeesh Kutty 548ae9d39e daq2: move gpio/spi to base design 2015-03-09 16:08:25 -04:00
Rejeesh Kutty f0395b646c plddr3: ad_connect updates 2015-03-09 16:07:37 -04:00
Rejeesh Kutty 031dffa80c zc706: move gpio/spi to base design 2015-03-09 16:07:02 -04:00
Rejeesh Kutty 2302f282d3 sys_dmafifo: ad_connect updates 2015-03-09 16:06:06 -04:00
Rejeesh Kutty 545c0baada kcu105: gpio led/sw merged to bd default 2015-03-09 16:05:28 -04:00
Rejeesh Kutty b31d9abd91 kcu105: gpio/spi moved to base design 2015-03-09 16:04:09 -04:00
Rejeesh Kutty ed28b47203 board: optimize interconnect for performance 2015-03-06 12:38:52 -05:00
Rejeesh Kutty d5eaadd872 daq2: remove ila for kcu105 ddr-300M timing 2015-03-06 12:38:08 -05:00
Rejeesh Kutty 1db5f4696f kcu105: isolate ddr-300M from interconnect-100M timing 2015-03-06 12:37:31 -05:00
Rejeesh Kutty da5b136f5a daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 0ac1676318 daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 7fba7cc6e5 daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty af465cbc80 daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 1220b53c8c daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 75c4228987 daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 605d23d3a4 daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 91765fdd82 daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty 7bf4141a3f daq2+base: board tcl updates 2015-03-05 10:56:36 -05:00
Rejeesh Kutty bf1388b05e kcu105: rev.d changes 2015-03-04 12:43:04 -05:00
Rejeesh Kutty 4f918cdce9 2014.4.1 ultrascale updates 2015-02-26 16:10:57 -05:00
Rejeesh Kutty 847c2e049a kcu105: removed lutram constraints 2015-02-26 16:09:55 -05:00
Istvan Csomortani 1613f7fb41 cftl_cip: Add util_pmod_fmeter IP to library
Frequency meter IP for CN0332.
2015-02-23 17:20:12 +02:00
Lars-Peter Clausen abde4048e0 fmcomms1: Add extra AXI slice on ADC DMA path
Add a extra AXI slice on the ADC DMA data path to the HP interconnect to
improve the timing.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-02-20 16:43:45 +01:00
Rejeesh Kutty b9d16a7eb1 scripts: renaming board parameters 2015-02-20 09:12:30 -05:00
Rejeesh Kutty 288f5378ff rfsom: schematic changes 2015-02-18 14:32:41 -05:00
Rejeesh Kutty 93e2bcd911 rfsom: schematic changes 2015-02-18 14:32:30 -05:00
Rejeesh Kutty 383cf3b3a3 rfsom: schematic changes 2015-02-18 14:32:20 -05:00
Rejeesh Kutty d2e9b1fe03 rfsom: schematic changes 2015-02-18 14:32:04 -05:00
Istvan Csomortani 3113abf038 cftl_cip: Add gpio counter for CN0332
Add a counter core to the design, to support the CN0332 pmod with a speed sensor.
Change a naming for the custom cores.
2015-02-18 18:24:46 +02:00
Rejeesh Kutty e111e1336e conflicts- 2015-02-06 22:14:21 -05:00
Istvan Csomortani 2d607d765b cftl_cip: Add a clock input to the device core, for the SPI clock.
This clock can be adjustable from the system_project.tcl
2015-02-04 14:55:17 +02:00
Rejeesh Kutty 996e1b7970 rfsom: constraint updates 2015-02-03 14:20:34 -05:00
Adrian Costina fd2ab02174 cftl_std: Added in the constraint file comments regarding supported CFTLs 2015-01-29 16:27:43 +02:00
Istvan Csomortani d69d105b5d vc707_common: Fix address mapping
The axi_ethernet/eth_buf/S_AXI_2TEMAC address space and axi_ethernet/eth_mac/s_axi/Reg address
segment does not exist in 2014.4.
2015-01-29 12:22:06 +02:00
Istvan Csomortani e8ff30119d vc707_xdc: Delete unnecessary clock definition 2015-01-29 11:39:10 +02:00
Istvan Csomortani 6c8ea24f20 common: Update VC707 base design to 2014.4 2015-01-28 16:24:52 +02:00
Istvan Csomortani e1d8dd10a9 daq2: Initial check in of the VC707 based project
NOTE: Can not communicate with the clock chip, rx/tx PLL not locking.
2015-01-28 16:24:06 +02:00
Istvan Csomortani 659e0cca4e cftl_cip: Initial check in.
Project cftl_cip supports the following Circuits from the Lab pmods:
 + EVAL-CN0350-PMDZ
 + EVAL-CN0335-PMDZ
 + EVAL-CN0336-PMDZ
 + EVAL-CN0337-PMDZ
Note: Additional testing needed!
2015-01-23 18:29:32 +02:00
Adrian Costina 463a3bbc88 cftl_std: Updated project. Switched to PS7 gpio. Renamed signals. 2015-01-23 14:11:33 +02:00
Adrian Costina 9672271155 fmcjestadc1: a5gt: Updated project to work with linux and fixed ethernet
- added phy reset mechanism for proper functioning of the ethernet
- not all DDR is accesible, as NIOS2 can't access it with MMU enabled
2015-01-23 13:30:56 +02:00
Adrian Costina 5a77ab0161 a5gt:common: Added phy reset signal from ethernet in pin assignments 2015-01-23 12:31:41 +02:00
Adrian Costina 050f17e034 a5gt3: common: corrected naming in pin assignments. added reset signal from FPGA2 2015-01-23 12:30:16 +02:00
Rejeesh Kutty 72e89852b6 daq2/kc705: 2014.4 updates 2015-01-14 12:58:08 -05:00
Rejeesh Kutty 024d9e7309 replace export hardware -- hwdef/sysdef 2015-01-13 13:40:21 -05:00
Rejeesh Kutty 03988f1c9f kcu105-daq2-2014.4-- intermediate fixes 2015-01-13 13:40:20 -05:00
Rejeesh Kutty b595cce697 kcu105-daq2-2014.4-- intermediate fixes 2015-01-13 13:40:18 -05:00
Rejeesh Kutty b0b4bfe531 kcu105-daq2-2014.4-- intermediate fixes 2015-01-13 13:40:17 -05:00
Adrian Costina 47871287f3 kc705: Updated base project with linear flash. Updated all depending projects 2015-01-13 10:19:07 +02:00
Rejeesh Kutty b9e2c5659f fmcomms2: 2014.4 2015-01-09 14:12:54 -05:00
Rejeesh Kutty 9e64df917c daq2: 2014.4 2015-01-09 14:12:53 -05:00
Rejeesh Kutty 65d9f08763 zc706: mig 2014.4 2015-01-09 14:12:52 -05:00
Rejeesh Kutty 868df1aac8 zc706: mig 2014.4 2015-01-09 14:12:51 -05:00
Rejeesh Kutty 0258afbadc board: add ddr seg variable 2015-01-09 14:12:50 -05:00
Adrian Costina 22d881981e cftl_std: Renamed cftl standard project 2015-01-09 19:44:13 +02:00
Rejeesh Kutty debbe31713 Merge remote-tracking branch 'origin/master' into dev 2015-01-09 11:12:56 -05:00
Rejeesh Kutty 117686f352 ad9739a: updates for ad9739a 2015-01-09 10:54:50 -05:00
Rejeesh Kutty 785d3a4ae3 ad9739a: updates for ad9739a 2015-01-09 10:54:40 -05:00
Rejeesh Kutty e8d0782a2e ad9739a: updates for ad9739a 2015-01-09 10:54:22 -05:00
Rejeesh Kutty baea2090d6 ad9739a: updates for ad9739a 2015-01-09 10:54:12 -05:00
Rejeesh Kutty c9b6411e86 ad9739a: updates for ad9739a 2015-01-09 10:54:00 -05:00
Adrian Costina 51e6d0888a cftl_xil_zed: Initial commit for common platform used with CFTL circuits
This common platform uses PS7 SPI and I2C to communicate with different chips.
On different connectors different pin configurations are supported:
- On connector JA, a spi interface and a 2 pin GPIO
- On connector JB, a I2C interface
- On connector JC, a spi interface with 2 chip selects
2015-01-09 17:47:29 +02:00
Rejeesh Kutty a9cc8f6c91 ad9739a_fmc: added 2015-01-08 10:35:59 -05:00
Istvan Csomortani a170ebfb82 imageon: Initial commit
Initial commit of the IMAGEON project for ZC706. NOT tested.
2015-01-08 17:01:22 +02:00
Adrian Costina f566268db5 zed_common: Updated common to 2014.4 2015-01-08 11:59:26 +02:00
Adrian Costina f6df66ea06 motcon2_fmc: initial commit of the base design
Because vivado crashes when adding the speed detector, it's not part of this commit.
The controller is also not part of this commit
2015-01-08 11:57:22 +02:00
Rejeesh Kutty eb569b991d dmafifo- remove util fifo setup 2015-01-06 16:23:14 -05:00
Rejeesh Kutty 9e707d8a33 rfifo: wrapper updates 2015-01-06 16:17:33 -05:00
Rejeesh Kutty a944deebd5 wfifo: wrapper updates 2015-01-06 16:17:25 -05:00
Rejeesh Kutty d2baf17ff0 rfsom: updated to rfsom 2014-12-23 14:04:02 -05:00
Rejeesh Kutty 3d1ba585ee rfsom: updated to rfsom 2014-12-23 14:04:01 -05:00
Rejeesh Kutty 19c2da836c rfsom: updated to rfsom 2014-12-23 14:03:59 -05:00
Rejeesh Kutty 61ba4f4357 rfsom: updated to rfsom 2014-12-23 14:03:58 -05:00
Rejeesh Kutty 614dfcd93c rfsom: updated to rfsom 2014-12-23 14:03:57 -05:00
Rejeesh Kutty 4b571ded8f fmcomms2/rfsom: initial commit 2014-12-23 14:03:56 -05:00
Rejeesh Kutty ee52602c89 rfsom: initial commit 2014-12-23 14:03:55 -05:00
Rejeesh Kutty 8e41af7b92 fmcomms2: 2014.4 update 2014-12-23 14:03:54 -05:00
Rejeesh Kutty 0de1a38245 zc706: 2014.4 update 2014-12-23 14:03:52 -05:00
Rejeesh Kutty 43037a42eb scripts: 2014.4 update 2014-12-23 14:03:51 -05:00
Adrian Costina 71baa129a7 VC707: Fixed linear flash timings 2014-12-19 15:45:14 +02:00
Adrian Costina 2ff72d60d1 fmcomms2: Updated VC707 project to fix ethernet problem 2014-12-19 15:45:05 +02:00
Istvan Csomortani 4a9c4cdf19 fmcadc2_zc706: Fix PLDDR fifo name 2014-12-19 13:01:33 +02:00
Istvan Csomortani 6230cb25b7 fmcomms7_zc706: Add constraint file for PLDDR 2014-12-19 13:01:27 +02:00
Istvan Csomortani 6e124c4c24 fmcomms7_zc706: Connect PLDDR rst to external push button 2014-12-19 13:01:21 +02:00
Istvan Csomortani a0b83bac7f fmcomms7_zc706: Delete trailing spaces from system top 2014-12-19 13:01:15 +02:00
Istvan Csomortani 362b0f5300 daq3_zc706: Add constraint file for PLDDR 2014-12-19 13:01:10 +02:00
Istvan Csomortani d77e28e372 daq3_zc706: Connect PLDDR rst to external push button 2014-12-19 13:01:05 +02:00
Istvan Csomortani d483801e2d daq3_zc706: Delete trailing spaces from system_top 2014-12-19 13:00:59 +02:00
Istvan Csomortani df205f5cea fmcadc2_zc706: Connect PLDDR rst to external push button 2014-12-19 13:00:53 +02:00
Istvan Csomortani 8fc1f046a4 fmcadc4_zc706: Add constraint file for PLDDR 2014-12-19 13:00:48 +02:00
Istvan Csomortani 7ec1e282d9 daq2_zc706: Add constraint file for the PLDDR 2014-12-19 13:00:42 +02:00
Istvan Csomortani a6cf615ee0 zc706_constr: Move the sys_rst related constraint definition to zc706_system_mig_constr.xdc 2014-12-19 13:00:35 +02:00
Rejeesh Kutty 153a4cef18 daq2: missing sys_rst decl. 2014-12-19 13:00:21 +02:00
Rejeesh Kutty ad144ef06a plddr3: sys-rst from board pushbutton 2014-12-19 13:00:07 +02:00
Rejeesh Kutty 33a8c8a155 plddr3: sys-rst from board pushbutton 2014-12-19 13:00:01 +02:00
Rejeesh Kutty 0cc29fe03b plddr3: sys-rst from board pushbutton 2014-12-19 12:59:54 +02:00
Rejeesh Kutty 51bdcb1b12 plddr3: sys-rst from board pushbutton 2014-12-19 12:59:48 +02:00
Rejeesh Kutty daba3fb72e plddr3: sys-rst from board pushbutton 2014-12-19 12:59:42 +02:00
Rejeesh Kutty 758ac6bb8e plddr3: sys-rst from board pushbutton 2014-12-19 12:59:35 +02:00
Adrian Costina 1a9eb8196a VC707: Fixed linear flash timings 2014-12-18 17:49:00 +02:00
Istvan Csomortani 23e2886b5d fmcadc2_zc706: Fix PLDDR fifo name 2014-12-18 16:57:19 +02:00
Istvan Csomortani b684c8bf33 fmcomms7_zc706: Add constraint file for PLDDR 2014-12-18 10:15:11 +02:00
Istvan Csomortani ae09030044 fmcomms7_zc706: Connect PLDDR rst to external push button 2014-12-18 10:14:32 +02:00
Istvan Csomortani 0aa4661122 fmcomms7_zc706: Delete trailing spaces from system top 2014-12-18 10:13:16 +02:00
Istvan Csomortani e81327b794 daq3_zc706: Add constraint file for PLDDR 2014-12-18 10:08:33 +02:00
Istvan Csomortani 8121d11993 daq3_zc706: Connect PLDDR rst to external push button 2014-12-18 10:07:52 +02:00
Istvan Csomortani 090aed508e daq3_zc706: Delete trailing spaces from system_top 2014-12-18 10:06:29 +02:00
Istvan Csomortani abdb59a28e fmcadc2_zc706: Connect PLDDR rst to external push button 2014-12-18 10:04:01 +02:00
Istvan Csomortani 31a95042cf fmcadc4_zc706: Add constraint file for PLDDR 2014-12-18 10:01:16 +02:00
Istvan Csomortani 39cc7b8b2e daq2_zc706: Add constraint file for the PLDDR 2014-12-18 10:00:35 +02:00
Istvan Csomortani 59e610be09 zc706_constr: Move the sys_rst related constraint definition to zc706_system_mig_constr.xdc 2014-12-17 19:07:43 +02:00
Adrian Costina 656246f2ba fmcomms2: Updated VC707 project to fix ethernet problem 2014-12-17 16:16:01 +02:00
Rejeesh Kutty 90fe993db2 daq2: missing sys_rst decl. 2014-12-15 14:39:40 -05:00
Rejeesh Kutty 725b407523 plddr3: sys-rst from board pushbutton 2014-12-15 12:59:36 -05:00
Rejeesh Kutty 7b1e3d77e8 plddr3: sys-rst from board pushbutton 2014-12-15 12:59:25 -05:00
Rejeesh Kutty 0a6769fda9 plddr3: sys-rst from board pushbutton 2014-12-15 12:59:16 -05:00
Rejeesh Kutty f99bd3609b plddr3: sys-rst from board pushbutton 2014-12-15 12:59:04 -05:00
Rejeesh Kutty 77fa96fa67 plddr3: sys-rst from board pushbutton 2014-12-15 12:58:54 -05:00
Rejeesh Kutty ed7f8b4908 plddr3: sys-rst from board pushbutton 2014-12-15 12:58:44 -05:00
Rejeesh Kutty ca36ef0e02 Merge remote-tracking branch 'origin/hdl_2014_r2' into dev 2014-12-11 11:26:30 -05:00
Rejeesh Kutty d82952b22a daq2/kcu105: lane assignment fixes 2014-12-11 11:19:38 -05:00
Adrian Costina 7dddac84f1 motcon1_fmc: Fixed issue introduced by merge 2014-12-11 14:32:32 +02:00
Istvan Csomortani 9e8fd8ed9e base_design: External IIC reset is connected to Vcc
External IIC reset is connected to Vcc in case of AC701, KC705 and VC707
2014-12-11 11:14:54 +02:00
Istvan Csomortani caa0268434 base_design: External IIC reset is connected to Vcc
External IIC reset is connected to Vcc in case of AC701, KC705 and VC707
2014-12-11 11:13:07 +02:00
Adrian Costina 86ad9213e0 fmcomms2: Update c5soc system_timing script 2014-12-10 17:54:11 +02:00
Adrian Costina 6ac774a9dd fmcjesdadc1: Update altera system_timing script 2014-12-10 17:53:29 +02:00
Rejeesh Kutty e7c920bbd9 fmcomms2/ml605: compilation fixes 2014-12-09 14:32:39 -05:00
Rejeesh Kutty 4cf435ee39 fmcomms2/ml605: compilation fixes 2014-12-09 14:32:39 -05:00
Rejeesh Kutty 8b41034825 fmcomms2/ml605: compilation fixes 2014-12-09 14:32:39 -05:00
Rejeesh Kutty 842ba19aaa fmcomms2/ml605: compilation fixes 2014-12-09 14:31:12 -05:00
Rejeesh Kutty d7a6b5e6d0 fmcomms2/ml605: compilation fixes 2014-12-09 14:31:11 -05:00
Rejeesh Kutty d57b6b01c6 fmcomms2/ml605: compilation fixes 2014-12-09 14:31:10 -05:00
Michael Hennerich 9103f6706e Merge branch 'hdl_2014_r2' of https://github.com/analogdevicesinc/hdl into hdl_2014_r2 2014-12-09 17:38:37 +01:00
Michael Hennerich 138e789fb6 projects/fmcjesdadc1/common/fmcjesdadc1_bd.tcl: Fix interrupts
sys_concat_intc: don't reset NUM_PORTS to 6

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-09 17:38:16 +01:00
Rejeesh Kutty 772edbae20 fmcadc4: fifo updates 2014-12-09 10:43:02 -05:00
Rejeesh Kutty d149890426 fmcadc4: fifo updates 2014-12-09 10:43:02 -05:00
Rejeesh Kutty dad0745fbe fmcadc4: fifo updates 2014-12-09 10:43:02 -05:00
Rejeesh Kutty 987257e3c3 fmcadc4: fifo updates 2014-12-09 10:43:01 -05:00
Rejeesh Kutty 0c6cbdd303 fmcadc4: fifo updates 2014-12-09 10:38:51 -05:00
Rejeesh Kutty f044ab94e0 fmcadc4: fifo updates 2014-12-09 10:38:50 -05:00
Rejeesh Kutty e2a9502e1e fmcadc4: fifo updates 2014-12-09 10:38:49 -05:00
Rejeesh Kutty a2607a8057 fmcadc4: fifo updates 2014-12-09 10:38:47 -05:00
Istvan Csomortani a6b7b9d880 ad9467_kc705: Fix memory segment offset for SEG_axi_ddr_cntrl 2014-12-09 16:20:39 +02:00
Istvan Csomortani 2e4640d5c5 ad9467_kc705: Fix memory segment offset for SEG_axi_ddr_cntrl 2014-12-09 16:17:46 +02:00
Istvan Csomortani 4d28825741 ad9467_kc705: Fix typos. 2014-12-09 13:46:51 +02:00
Istvan Csomortani a0d5e7862e ad9467_kc705: Fix typos. 2014-12-09 12:07:49 +02:00
Istvan Csomortani 915ee7a268 fmcjesdadc1_kc705: Connect the SPI interrupt to the controller 2014-12-09 11:54:16 +02:00
Istvan Csomortani ee04eb637b ad9467_kc705: Fix interrupts 2014-12-09 11:54:08 +02:00
Istvan Csomortani 37c3af9929 fmcjesdadc1_kc705: Connect the SPI interrupt to the controller 2014-12-09 11:51:36 +02:00
Istvan Csomortani b83299c606 ad9467_kc705: Fix interrupts 2014-12-09 11:48:46 +02:00
Rejeesh Kutty 1b4a4bc06e daq3: compilation fixes - latest changes 2014-12-08 14:51:52 -05:00
Rejeesh Kutty c0d588ba8c daq3: compilation fixes - latest changes 2014-12-08 14:51:52 -05:00
Rejeesh Kutty 26d72d306e daq3: compilation fixes - latest changes 2014-12-08 14:51:51 -05:00
Rejeesh Kutty abff7097f6 daq3: compilation fixes - latest changes 2014-12-08 14:50:03 -05:00
Rejeesh Kutty 8a72a6a0dc daq3: compilation fixes - latest changes 2014-12-08 14:49:52 -05:00
Rejeesh Kutty 7c3ed75b79 daq3: compilation fixes - latest changes 2014-12-08 14:49:40 -05:00
Rejeesh Kutty 0a8fabe874 Merge branch 'hdl_2014_r2' into dev
Conflicts:
	projects/fmcadc5/common/fmcadc5_bd.tcl
	projects/motcon1_fmc/common/motcon1_fmc_bd.tcl
	projects/motcon1_fmc/zed/system_constr.xdc
	projects/motcon1_fmc/zed/system_top.v
2014-12-08 11:32:13 -05:00
Rejeesh Kutty 82b9ebe23d remove replaced projects 2014-12-08 10:45:12 -05:00
Rejeesh Kutty 19e4950b72 renamed to match official names 2014-12-08 10:44:15 -05:00
Adrian Costina a558d4000d motcon1_fmc: Added XADC to the project, the external muxing is controlled by generic GPIO, not XADC GPIO 2014-12-08 11:27:47 +02:00
Paul Cercueil d5572eaa49 ad9265_fmc: Fix unconnected DMA irq
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
2014-12-05 17:44:47 +01:00
Michael Hennerich 84174460bb projects/common/kcu105/kcu105_system_bd: Restore axi_ethernet SupportLevel 0
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-05 14:50:45 +01:00
Michael Hennerich bb6cc40902 projects/common: KCU105 VC707 update and sync axi_ethernet:6.1 features
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-05 14:50:45 +01:00
Michael Hennerich 8e4d0a1b60 projects/common: KCU105 VC707 KC705 sync microblaze core defaults
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-05 14:50:45 +01:00
Michael Hennerich 7e18162632 projects/common/kcu105/kcu105_system_bd: Restore axi_ethernet SupportLevel 0
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-05 14:48:37 +01:00
Adrian Costina e6e9c0058d motor_control: Updated project to Vivado 14.2. Temporary removed XADC
- fixed constraints
- updated interrupt system
- used ad_iobuf
- The XADC was removed because the XADC IPI generates vaux inputs 0 and 10 even if 0 and 8 are selected
2014-12-05 11:53:23 +02:00
Adrian Costina 4c05e8de5d motor_control: Updated project to Vivado 14.2. Temporary removed XADC
- fixed constraints
- updated interrupt system
- used ad_iobuf
- The XADC was removed because the XADC IPI generates vaux inputs 0 and 10 even if 0 and 8 are selected
2014-12-05 11:48:00 +02:00
Istvan Csomortani 11f41d1dff zynq_plddr3: Fix PLDDR3's Reset Generator
Reset generator's external reset signal was active low, but the GT reset is active high, and both the DDR controller and FIFO2S were in reset.
Therefore the external reset active state is changed to active high. This setup in general is made by the tool automatically, in order to do it correctly, need to
set this two property of the reset generator.
2014-12-04 15:42:28 +02:00
Istvan Csomortani 34ffa15b12 zynq_plddr3: Fix PLDDR3's Reset Generator
Reset generator's external reset signal was active low, but the GT reset is active high, and both the DDR controller and FIFO2S were in reset.
Therefore the external reset active state is changed to active high. This setup in general is made by the tool automatically, in order to do it correctly, need to
set this two property of the reset generator.
2014-12-04 15:39:17 +02:00
Lars-Peter Clausen 58bc7c6886 fmcomms6: Add DMA overflow signal to ILA
This is useful for debugging DMA overflows.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-04 14:23:09 +01:00
Lars-Peter Clausen a9c6148570 fmcomms6: Better cope with higher sample rates
There can be a rather high latency between the last byte of a burst has been send and the time the response for the burst is received. Running at high samplerates this can cause the internal DMA store and forward FIFO to fill up and subsequently stall the DMA pipeline and drop samples. To better cope with the situation double the size of the internal FIFO. Also increase the clock of the AXI bus to be able to accommodate a samplerate of 310MHz.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-04 13:56:59 +01:00
Lars-Peter Clausen 324c0528c2 fmcomms6: Better cope with higher sample rates
There can be a rather high latency between the last byte of a burst has been send and the time the response for the burst is received. Running at high samplerates this can cause the internal DMA store and forward FIFO to fill up and subsequently stall the DMA pipeline and drop samples. To better cope with the situation double the size of the internal FIFO. Also increase the clock of the AXI bus to be able to accommodate a samplerate of 310MHz.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-04 13:28:37 +01:00
Lars-Peter Clausen 46156b7ceb fmcomms6: Add DMA overflow signal to ILA
This is useful for debugging DMA overflows.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-04 13:28:37 +01:00
Michael Hennerich 3cc890e604 projects/common: KCU105 VC707 update and sync axi_ethernet:6.1 features
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-04 09:49:09 +01:00
Michael Hennerich 2d8450abc4 Merge branch 'dev' of https://github.com/analogdevicesinc/hdl into dev 2014-12-04 09:47:46 +01:00
Michael Hennerich 3bc9b25e96 projects/common: KCU105 VC707 KC705 sync microblaze core defaults
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
2014-12-04 09:47:02 +01:00
Istvan Csomortani 56a8a54080 ad9625x2_fmc: Increase the dma fifo data depth 2014-12-03 12:13:08 +02:00
Istvan Csomortani 757c213165 ad9625x2_fmc: Integrate the dac spi interface into the SPI interface 2014-12-03 12:06:43 +02:00
Istvan Csomortani 48673fec6a ad9625x2_fmc: Integrate the dac spi interface into the SPI interface 2014-12-03 12:01:47 +02:00
Istvan Csomortani 80d1314c5e ad9625x2_fmc: Reverse "Add a separate SPI for the DAC interface" 2014-12-03 10:14:09 +02:00
Istvan Csomortani d89ed56e10 ad9625x2_fmc: Increase the data depth of the dmafifo 2014-12-02 19:29:19 +02:00
Istvan Csomortani 0007054638 ad9625x2_fmc: Add a separate SPI for the DAC interface
DAC spi interface is controlled by an axi_spi core.
Modifications on GPIO layout: pwr_good is 12, vdither 13 and trig is 14.
2014-12-02 19:29:18 +02:00
Rejeesh Kutty 805d52346c fmcomms7: compilation fixes on plddr3 2014-12-02 10:39:01 -05:00
Rejeesh Kutty f01d1aae2d fmcomms7: compilation fixes on plddr3 2014-12-02 10:38:44 -05:00
Lars-Peter Clausen 95e113e1a3 fmcomms6: Connect DMA directly to the HP port
The axi_dmac supports native AXI3, there is no need to add a interconnect
for protocol conversion between it and the HP port.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-01 13:45:45 +01:00
Lars-Peter Clausen 45fc7bb7e2 fmcomms6: Set ila type to native
With version 4.0 ila defaults to the AXI monitor type, so explicitly
configure it for native.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-01 13:45:45 +01:00
Lars-Peter Clausen 5b68b79dec ad9467_fmc: Set ila type to native
With version 4.0 ila defaults to the AXI monitor type, so explicitly
configure it for native.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-01 13:45:45 +01:00
Lars-Peter Clausen d773673e4f fmcomms6: Connect DMA directly to the HP port
The axi_dmac supports native AXI3, there is no need to add a interconnect
for protocol conversion between it and the HP port.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-01 13:44:09 +01:00
Lars-Peter Clausen 5169d3ef59 fmcomms6: Set ila type to native
With version 4.0 ila defaults to the AXI monitor type, so explicitly
configure it for native.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-01 13:44:09 +01:00
Lars-Peter Clausen 3c85c7e2f8 ad9467_fmc: Set ila type to native
With version 4.0 ila defaults to the AXI monitor type, so explicitly
configure it for native.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-12-01 13:44:08 +01:00
Adrian Costina 7a55db59f6 fmcomms2: Zed, fixed iic multiplexer ad_iobuf connections 2014-11-28 14:19:08 +02:00
Adrian Costina d5422c2ecc fmcomms2: Zed, fixed iic multiplexer ad_iobuf connections 2014-11-28 14:17:09 +02:00
Istvan Csomortani d5a1df2fe6 usdrx1_zc706: Update interrupts. 2014-11-27 14:06:13 +02:00
Istvan Csomortani eed1981ede usdrx1_fmc: Fix GT lane number definition. 2014-11-27 14:05:54 +02:00
Istvan Csomortani a576f7dc98 ad9671_zc706: Update interrupts 2014-11-27 14:05:43 +02:00
Istvan Csomortani 0ccc546aeb ad9671_fmc: Fix GT lane number definition 2014-11-27 14:05:34 +02:00
Istvan Csomortani ee7d427123 ad9671_fmc: Cosmetic changes
Delete trailing whitespaces.
2014-11-27 14:05:24 +02:00
Istvan Csomortani 4ea86de4db usdrx1_zc706: Update interrupts. 2014-11-27 14:03:54 +02:00
Istvan Csomortani d1af4d2951 usdrx1_fmc: Fix GT lane number definition. 2014-11-27 14:03:10 +02:00
Istvan Csomortani 82561b48cc ad9671_zc706: Update interrupts 2014-11-27 14:02:18 +02:00
Istvan Csomortani 92f85086e3 ad9671_fmc: Fix GT lane number definition 2014-11-27 14:01:36 +02:00
Istvan Csomortani 98e8f21c1d ad9671_fmc: Cosmetic changes
Delete trailing whitespaces.
2014-11-27 14:00:35 +02:00
Istvan Csomortani 419d38b9f6 kc705_base: Define sys_addr_mem_seg for dmafifo 2014-11-26 15:38:41 +02:00
Istvan Csomortani 6fd2f8c913 daq2_fmc: Update interrupts
Update interrupts for ZC706 and KC705 carrier.
2014-11-26 15:38:24 +02:00
Istvan Csomortani bfd89dc9c7 daq2_kc705: Fix constraint file
I/O standard for trig_[p/n] is LVDS_25
2014-11-26 15:38:10 +02:00
Istvan Csomortani 630f26442a daq2_kc705: Instantiate dmafifo module 2014-11-26 15:37:57 +02:00
Istvan Csomortani 00c7b23b21 daq2_fmc: Cosmetic changes
Delete trailing whitespaces, no functional changes.
2014-11-26 15:37:48 +02:00
Istvan Csomortani 12f1873e17 kc705_base: Define sys_addr_mem_seg for dmafifo 2014-11-26 15:08:55 +02:00
Istvan Csomortani 8dad54b6e3 daq2_fmc: Update interrupts
Update interrupts for ZC706 and KC705 carrier.
2014-11-26 13:53:18 +02:00
Istvan Csomortani 4b6968c2af daq2_kc705: Fix constraint file
I/O standard for trig_[p/n] is LVDS_25
2014-11-26 13:51:46 +02:00
Istvan Csomortani 14193cf4bd daq2_kc705: Instantiate dmafifo module 2014-11-26 13:50:42 +02:00
Istvan Csomortani f28845cc0d daq2_fmc: Cosmetic changes
Delete trailing whitespaces, no functional changes.
2014-11-26 13:48:48 +02:00
Adrian Costina 199e86d715 fmcomms2: Added iic_fmc_intr to the zed top file 2014-11-26 11:47:16 +02:00
Adrian Costina 03751827cb fmcomms2: Updated vc707 project
- updated constraints
- updated interrupts
- used ad_iobuf
- added linear_flash
2014-11-26 11:47:06 +02:00
Adrian Costina 40c5816bd7 fmcomms2: Updated mitx045 project. Updated constraints. Updated interrupts 2014-11-26 11:46:53 +02:00
Lars-Peter Clausen 84052ad437 Add Vivado version check to adi_project_create
The scripts generating the projects files typically only work correctly with
one specific version of Vivado. If a incorrect version is used the script
may fail at some point with a cryptic error message or may not fail but
create a bitstream that is not working as expected, e.g. unconnected
signals, etc. This patch adds a version check to adi_project_create that
will error out early on stating that the wrong version of Vivado was used
and which is the right version to use.

By default the required version will be the version that is required by the
common scripts. Individual projects can overwrite the required version by
setting the REQUIRED_VIVADO_VERSION variable to the required version or can
bypass the version check completely by setting the IGNORE_VERSION_CHECK
variable to 1.

Callers of the script can also disable the version check by setting the
ADI_IGNORE_VERSION_CHECK environment variable.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-11-26 10:46:34 +01:00
Adrian Costina 303a2683a2 fmcomms2: Added iic_fmc_intr to the zed top file 2014-11-26 11:26:58 +02:00
Adrian Costina 6227bc82c0 fmcomms2: Updated vc707 project
- updated constraints
- updated interrupts
- used ad_iobuf
- added linear_flash
2014-11-26 11:25:19 +02:00
Adrian Costina 2f77daf71d fmcomms2: Updated mitx045 project. Updated constraints. Updated interrupts 2014-11-26 11:21:20 +02:00
Istvan Csomortani 626b719ad8 ad6676ebv_vc707: Update the interrupts 2014-11-26 10:56:47 +02:00
Istvan Csomortani 322324b891 ad6676evb_vc707: Add support for linear flash 2014-11-26 10:56:36 +02:00
Istvan Csomortani 67f82c9e3e ad6676_fmc: Fix GT lane number definition 2014-11-26 10:56:23 +02:00
Istvan Csomortani 5e70ef4ab9 ad6676ebv_vc707: Update the interrupts 2014-11-26 10:49:14 +02:00
Istvan Csomortani 72f9dd226a ad6676evb_vc707: Add support for linear flash 2014-11-26 10:48:27 +02:00
Istvan Csomortani d75487d0a2 ad6676_fmc: Fix GT lane number definition 2014-11-26 10:45:00 +02:00
Lars-Peter Clausen 81f0e417d4 Add Vivado version check to adi_project_create
The scripts generating the projects files typically only work correctly with
one specific version of Vivado. If a incorrect version is used the script
may fail at some point with a cryptic error message or may not fail but
create a bitstream that is not working as expected, e.g. unconnected
signals, etc. This patch adds a version check to adi_project_create that
will error out early on stating that the wrong version of Vivado was used
and which is the right version to use.

By default the required version will be the version that is required by the
common scripts. Individual projects can overwrite the required version by
setting the REQUIRED_VIVADO_VERSION variable to the required version or can
bypass the version check completely by setting the IGNORE_VERSION_CHECK
variable to 1.

Callers of the script can also disable the version check by setting the
ADI_IGNORE_VERSION_CHECK environment variable.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-11-25 18:35:11 +01:00
Adrian Costina 2e72a2cc0c fmcomms1: Updated VC707 project with latest interrupts and linear flash. Fixed constraints and constraint priority 2014-11-25 15:00:00 +02:00
Adrian Costina dbc9da8598 fmcomms1: Updated KC705 project with latest interrupts. Fixed constraints and constraint priority 2014-11-25 14:56:22 +02:00
Adrian Costina 87324d8a14 fmcomms1: Updated AC701 project with latest interrupts. Fixed constraints and constraint priority 2014-11-25 14:54:01 +02:00
Adrian Costina b8ab2ff847 fmcomms1: updated common project
- increased the DMA FIFOs to 64
- added axi slices to the source and destination for DMAs
- for microblaze systems, increade the ad9643 dma data width at destination
- removed sys_fmc_dma_clk and used the sys_200m_clk instead for DMA data transfer
2014-11-25 14:51:42 +02:00
Istvan Csomortani 2bd154ad59 xfest14_zed: Update project to 2014.2 2014-11-25 12:53:42 +02:00
Istvan Csomortani a1e67a5912 ad9625x2_fmc: dmafifo address width now is an argument of the process 2014-11-24 19:22:18 +02:00
Istvan Csomortani 660424ef99 fmcomms6_fmc: Update interrupts 2014-11-24 18:23:35 +02:00
Istvan Csomortani 56aefb62ed fmcomms6_fmc: Cosmetic changes
Delete trailing white spaces, and fix alignment.
2014-11-24 18:23:34 +02:00
Istvan Csomortani 68ac015825 daq1_fmcl: Fix GT lane number definitions
Update which fix issues caused by GT lane number parameters change. (commit f8e7796592)
2014-11-24 18:23:33 +02:00
Istvan Csomortani 0ecfc14e95 daq1_fmc: Update interrupts. 2014-11-24 18:23:32 +02:00
Istvan Csomortani 9b104f1657 daq1_fmc: Get rid of the concat module inside the block design.
xl_concat just causing troubles, no need to use it, if not justified.
2014-11-24 18:23:30 +02:00
Istvan Csomortani 64b4d0177e ad9467_zed: Using ad_iobuf module for IO buffer instantiations on top
No functional changes, we just try to keep consistency.
2014-11-24 18:23:29 +02:00
Istvan Csomortani 83c2eefea2 ad9467_fmc: Update interrupts 2014-11-24 18:23:28 +02:00
Istvan Csomortani 114406335d ad9467_fmc: Connect dma controller directly to the HP port 2014-11-24 18:23:27 +02:00
Rejeesh Kutty 67065a3130 ad9680_eval: removed 2014-11-24 11:04:34 -05:00
Istvan Csomortani 76fb5d3da9 ad9625_vc707: dmafifo address width now is an argument of the process 2014-11-24 16:52:10 +02:00
Istvan Csomortani 1834cf6d38 adi_prcfg_project: Update the PR design flow
Optimization directive kept on default in the implementation flow.
2014-11-21 19:26:33 +02:00
Istvan Csomortani 83d79a6acf fmcomms2_pr: Update system_project script for mitx
Bist logic is using the pnmon module for PRBS checking.
2014-11-21 19:23:12 +02:00
Istvan Csomortani 6517a94929 fmcomms2_pr: Update interrupts and iobuf
No functional changes, update to the new interrupt path, and change the
iobuf instantiation in order to keep consistency.
2014-11-21 19:22:03 +02:00
Istvan Csomortani 65588f1b67 fmcomms2_pr: Cosmetic changes of mitx system top. 2014-11-21 19:20:30 +02:00
Istvan Csomortani 84f8377beb fmcjedadc1_vc707: Add support for linear flash interface 2014-11-21 19:19:21 +02:00
Istvan Csomortani e8546b9c3b fmcjesdadc1: Update interrupts for KC705 and VC707 2014-11-21 19:18:30 +02:00
Istvan Csomortani b0f571ce0c fmcjesdadc1: Fix parameter lane number for GT core 2014-11-21 19:17:29 +02:00
Istvan Csomortani c0f4d7e2b5 mitx045_common: Definition file patch
In 2014.2 tool version, the way how a definition file needs to be applied is different
The command "apply_bd_automation" should be used, instead setting property PCW_IMPORT_BOARD_PRESET
In non-project mode (PR design flow), after creating the static design the type of the board is set.

NOTE: the definition file for mitx must be installed accordingly in order to get this work
See link: http://zedboard.org/support/documentation/2056
2014-11-21 19:14:37 +02:00
Istvan Csomortani 5e08e18022 ad9434_fmc: Update interrupts 2014-11-21 19:06:48 +02:00
Rejeesh Kutty db004641d3 kcu105: dmafifo address width change 2014-11-20 09:28:03 -05:00
Rejeesh Kutty cdd1408d3c dmafifo: parameterized address width 2014-11-20 09:28:02 -05:00
Istvan Csomortani 2912372d6e ad9625_fmc: Add support for AD-JESDCLOCK1-EBZ
Connect the SPARE_CLOCK_DUT pin to GPIO, this will be used to reset the AD9527.
The SPI interface for the clock chip is already integrated into the design.
2014-11-18 14:11:51 +02:00
Istvan Csomortani bbf1f0c156 adi_project: Add board definition for mitx045 2014-11-18 10:05:57 +02:00
Istvan Csomortani e3378cd6cb mitx045_board_definition: revert old board definition file
Revert commit 4f6aa159b8. Those changes won't solve the issue.
mitx045.xml is the supported version under 2013.4
2014-11-18 10:05:55 +02:00
Istvan Csomortani 6e194dbcc0 adv7511_ac701: Fix project source files definition 2014-11-18 10:05:54 +02:00
Istvan Csomortani 766589637e prcfg_zc706: Update data width and project script 2014-11-18 10:05:53 +02:00
Istvan Csomortani 5c7e8eb926 prcfg_setup: Fix data width, delete invalid ILA configurations 2014-11-18 10:05:51 +02:00
Istvan Csomortani bd57c2246e prcfg: Increase the PR portion area in order to increase the DSP resource. 2014-11-18 10:05:49 +02:00
Istvan Csomortani 344f1bb539 adv7511_kc705: Fix project source definition 2014-11-18 10:05:48 +02:00
Adrian Costina 01b3495a81 fmcomms1: Updated ZC706 project to be compatible with util_wfifo and increased system_constr.xdc priority 2014-11-17 18:33:21 +02:00
Adrian Costina 20a3f322e7 fmcomms1: Updated zc702 project
- fixed timing constraints, increased system_constr.xdc priority
- used ad_iobuf
- updated interrupt system to latest implementation
2014-11-17 18:32:12 +02:00
Adrian Costina adcd16d033 fmcomms1: Updated zed project
- fixed timing constraints
- used ad_iobuf
- updated interrupt system to latest implementation
2014-11-17 18:31:24 +02:00
Rejeesh Kutty 5d1a0a14bf ad9625x2_fmc: dma fifo changes 2014-11-14 16:00:32 -05:00
Rejeesh Kutty 2eb80715e3 ad9625_fmc: dma fifo changes 2014-11-13 14:13:00 -05:00
Istvan Csomortani eaacd4d49a adi_project.tcl: Fix message severity (working solution)
Need to define the default/initial severity too.
2014-11-13 18:55:43 +02:00
Istvan Csomortani 4bcf338e9b adi_project.tcl : Fix message severity
When message severity is set to 'error', need to do it quiet, other way the tool will stop after synthesis, complaining for previous errors.
2014-11-13 16:33:47 +02:00
Istvan Csomortani 5baa015246 kc705_base: Delete timing constraints 2014-11-13 16:30:37 +02:00
Rejeesh Kutty 3915f7d5f4 daq2: kcu105 dma-fifo changes 2014-11-12 15:25:13 -05:00
Rejeesh Kutty d79e95b774 daq2: dma-fifo changes 2014-11-12 15:24:54 -05:00
Rejeesh Kutty 074662a622 dmafifo: common interface with fifo2s 2014-11-12 15:24:31 -05:00
Rejeesh Kutty 855919ee8e plddr3: internal buswidth/clock conversion 2014-11-12 14:43:50 -05:00
Rejeesh Kutty dbf5acde76 plddr3: internal buswidth/clock conversion 2014-11-12 14:43:49 -05:00
Rejeesh Kutty c6af2696b3 plddr3: internal buswidth/clock conversion 2014-11-12 14:43:48 -05:00
Adrian Costina ce92d49565 adv7511: Updated VC707 project to include linear flash 2014-11-12 11:46:01 +02:00
Istvan Csomortani 897f5e219d ad9625_zc706: Update GT configuration 2014-11-11 19:25:30 +02:00
Istvan Csomortani 776a396141 adi_project.tcl: Add new message severity definition
Set "Parameter does not exist!" message severity to error.
2014-11-11 19:20:40 +02:00
Rejeesh Kutty 8147fa0eb6 fmcomms7: asymmetric no of lanes 2014-11-11 08:54:27 -05:00
Rejeesh Kutty 439cbecf7c fmcomms7: asymmetric no of lanes 2014-11-11 08:54:26 -05:00
Rejeesh Kutty b96a8d01c3 fmcomms7: asymmetric no of lanes 2014-11-11 08:54:25 -05:00
Paul Cercueil 97fa063341 fmcadc3: Fix pre-processing of ADC data
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
2014-11-11 11:49:40 +01:00
Paul Cercueil 4ccece5c8d fmcadc3: Add a chip-select decoder to support up to 7 devices
This is required for the fmcadc3 board as it features 7 chips all
connected to the same SPI bus (ad9528, ad9234 x2, ada4961 x4).

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
2014-11-11 11:49:40 +01:00
Adrian Costina 05ed98f884 common: Updated common constratins for ac701, kc705, vc707, zc702 2014-11-11 12:35:44 +02:00
Rejeesh Kutty c1268f089d scripts: hp/mem updates 2014-11-10 15:06:20 -05:00
Rejeesh Kutty 3211964c2e ad6676evb: added 2014-11-10 13:41:01 -05:00
Rejeesh Kutty 4c0d053055 fmcomms7: compilation fixes 2014-11-10 13:26:28 -05:00
Rejeesh Kutty b85c552e43 fmcomms7: constraint updates 2014-11-10 13:26:27 -05:00
Rejeesh Kutty 87000d7a23 fmcomms7: board updates 2014-11-10 13:26:26 -05:00
Rejeesh Kutty 82048866dd fmcomms7: initial updates 2014-11-10 13:26:25 -05:00
Rejeesh Kutty c72a04cecf fmcomms7: initial updates 2014-11-10 13:26:24 -05:00
Rejeesh Kutty 4d915d539f fmcomms7: initial updates 2014-11-10 13:26:23 -05:00
Rejeesh Kutty 0560bd5f99 fmcomms7: initial updates 2014-11-10 13:26:21 -05:00
Rejeesh Kutty cbcdf4a2aa fmcomms7: initial updates 2014-11-10 13:26:20 -05:00
Rejeesh Kutty 1edef2b8ff fmcomms7: initial updates 2014-11-10 13:26:19 -05:00
Rejeesh Kutty 12896c7624 fmcomms7: daq2 copy 2014-11-10 13:26:18 -05:00
Rejeesh Kutty 50ce2e30be daq2: ila changes for kcu105 timing 2014-11-10 10:57:35 -05:00
Paul Cercueil 1d73adcbc4 fmcadc3: zc706: Allow to enable pairs of channels and sign-extend data
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
2014-11-07 18:09:00 +01:00
Paul Cercueil c33d3dd0af fmcadc3: zc706: Connect DMA interrupt line
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
2014-11-07 18:08:24 +01:00
Adrian Costina ad08c62b36 fmcomms2: Updated zc702 project. Updated interrupts. Updated constraints 2014-11-07 14:01:55 +02:00
Adrian Costina 4e11e39956 fmcomms2: Updated zed project
- Updated interrupt system to the latest implementation
- Fixed constraints
2014-11-07 13:59:46 +02:00
Adrian Costina 962df53946 fmcomms2: Updated kc705 project to vivado 2014.2.
- Updated interrupt system to the latest implementation
- Fixed constraints
- Used ad_iobuf
2014-11-07 13:58:40 +02:00
Adrian Costina db18ed4af2 fmcomms2: Updated ac701 project to vivado 2014.2.
- Updated interrupt system to the latest implementation
- Fixed constraints
- Used ad_iobuf
2014-11-07 13:56:00 +02:00
Adrian Costina 7e2a9ce569 fmcomms2: Updated base design interrupt system for microblaze 2014-11-07 13:54:43 +02:00
Adrian Costina 0ade2a5f67 fmcomms5: Updated project to vivado 2014.2. Updated interrupt system. Fixed constraints 2014-11-07 13:45:15 +02:00
Rejeesh Kutty 2d9a529ab8 kcu105: ddr - 800M 2014-11-06 16:50:37 -05:00
Rejeesh Kutty abad8ddc28 ad9625x2: fix ila connection 2014-11-06 14:22:46 -05:00
Istvan Csomortani a2a2552c60 ad9625_vc707: Update project to support linear flash interface 2014-11-06 15:01:58 +02:00
Istvan Csomortani d55ddc4da5 ad9625_vc707: Delete SEG_axi_bram_ctl_mem memory segment 2014-11-06 15:01:12 +02:00
Istvan Csomortani 0ffb1095d9 Revert "ad9625_vc707: Fix source file definition"
This reverts commit 6c80d88a0c.
2014-11-06 14:59:08 +02:00
Istvan Csomortani 6b7fccf56b ad9625_fmc: Preserve the IRQ layout 2014-11-06 12:20:26 +02:00
Rejeesh Kutty 0425202da5 fmcadc3: compilation fixes 2014-11-05 11:59:10 -05:00
Adrian Costina fcd015305c ad9625x2_fmc: Updated vc707 project to include linear flash 2014-11-05 17:19:35 +02:00
Adrian Costina 4634a4f868 vc707: Added linear flash to the base design 2014-11-05 17:18:40 +02:00
acozma f1c5173a12 motor_control: Renamed the project to motcon1_fmc 2014-11-05 09:51:18 +02:00
Paul Cercueil 0f1bc27e27 fmcadc3: Connect adc_dwr and dma_ready to ILAs
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
2014-11-04 18:09:30 +01:00