1
0
mirror of https://github.com/KastnerRG/riffa.git synced 2025-01-30 23:02:54 +08:00

25 Commits

Author SHA1 Message Date
Dustin Richmond
4e9d3c8d81 Final RIFFA 2.2.2 commit 2016-09-07 15:06:54 -07:00
Dustin Richmond
0c2c734256 Removing non-qsys DE5 bit files to reduce confusion. Adding a README in each directory to alleviate confusion. 2016-08-11 16:09:17 -07:00
Dustin Richmond
0805b4c864 Adding back altera boards, removing make file for a release/merge 2016-08-11 16:04:51 -07:00
Dustin Richmond
8384618b36 Removing signal tap declaration from DE4 project 2016-08-11 14:18:13 -07:00
Dustin Richmond
e97054d191 Renaming altera clock test projects 2016-08-11 13:53:38 -07:00
Dustin Richmond
2499f4ff10 Commiting fix for 40-mhz missing-dword bug.
In rare cases, when using a slow clock frequency the first C_PCI_DATA_WIDTH/32 dwords would be dropped during a TX transaction (FPGA to host). This was caused by an earlier bug fix, also addressing slow clock frequencies.

In this case, the fix caused RD_EN to stay high for too long, which subsequently caused the first dwords to be dropped.

Also adding: New testing projects which instantiate 12 channels, each with a different clock frequency, and a test script (asyncutil.sh) to test these projects.
2016-08-11 13:07:00 -07:00
Dustin Richmond
2849235361 Committing RIFFA 2.2.1 into master 2016-03-14 08:20:08 -07:00
Dustin Richmond
17bdf731e6 Updating bitfiles for latest bug fix 2016-02-22 14:26:35 -08:00
Dustin Richmond
255fb848cb Another bit file update 2016-02-18 12:35:46 -08:00
Dustin Richmond
4f78805fd5 Adding a new feature to the makefiles, where typing make release in the top
directory will package (most of) a new release
2016-02-18 11:14:09 -08:00
Dustin Richmond
6ff69de5c6 Updating copyright statements for 2016 2016-02-09 15:23:37 -08:00
Dustin Richmond
02c144fbfb Adding corrected bit-file for DE4 Gen1 64-bit interface 2016-02-09 13:03:01 -08:00
Dustin Richmond
d27b265b90 Updating bitfiles with bugfixes from past commits 2016-02-04 14:58:36 -08:00
Dustin Richmond
ce83bdefe1 Adding updated bit files and project files 2016-01-27 10:39:17 -08:00
Dustin Richmond
ceb60c92f9 Adding source search path in C4 Development board example design 2016-01-27 10:16:50 -08:00
Dustin Richmond
fee2c60a6b updating project files, upgrading IP, and removing project errors 2016-01-26 11:30:02 -08:00
Dustin Richmond
025d2a424c Correcting all C_NUM_CHNL parameters to 1 (for testing) 2016-01-25 16:51:19 -08:00
Dustin Richmond
cd204136c6 Further updates to hierarchical makefiles. 2016-01-25 16:37:33 -08:00
Dustin Richmond
680260b3f7 Adding copyright statments 2016-01-20 18:13:06 -08:00
Dustin Richmond
ad496b4c94 Mega-commit (which I usually like to avoid, but this one didn't really come cleanly)
The majority of this work can be summarized as: Makefiles have been added to
generate all of the boards, boards for each vendor, board, and projects for each
board.

To make things cleaner I renamed a few of the Xilinx projects, and may rename
the latera projects for consistency.

I removed the de5_qsys directory, and moved all projects into the de5 directory,
but those projects have a Q between DE5 and the PCIe specifications, ie
DE5QGen... (haven't updated the documentation)

Added c4dev board (untested)

Apologies to those of you who recently switched onto the DEVEL branch.
2016-01-20 17:46:39 -08:00
Dustin Richmond
3d3f866649 Fixing a bug in the RXR engines/RXC Engines that seems to only affect DE4 Gen2
devices.

On IP Compiler devices, it is apparently possible to have valid drop
mid-packet. This condition is now checked, and has been tested (though new bit
files have not be uploaded)
2015-08-26 16:14:40 -07:00
Dustin Richmond
c420b76c16 Finishing reset logic and testing/implementing across a wide swath of boards.
Changes are mostly in the RX logic, where RST_IN was still used, though some new
logic (reset_extender) was added to riffa.v. Updated projects for: VC709, VC707,
ZC706 (partial), NetFPGA, ADM-7V3, ML605 (Still not working), AC701 (Untested)
and KC705 (Untested)
2015-08-12 16:16:27 -07:00
Dustin Richmond
9d7543a5ff Adding DE2 project files (only slightly tested) 2015-08-11 16:47:13 -07:00
Dustin Richmond
47530ee0cf Adding AC701 projects for RIFFA 2.2.1.
Also fixed a small bug in the KC705 riffa wrapper, and KC705 boards
2015-08-11 15:33:49 -07:00
Dustin Richmond
98b09aa12a Initial commit of RIFFA development repository (RIFFA 2.2) 2015-05-04 14:50:57 -07:00