1
0
mirror of https://github.com/KastnerRG/riffa.git synced 2024-12-24 22:58:54 +08:00

8 Commits

Author SHA1 Message Date
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
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
eb75cd688e Fixing results path 2016-02-09 15:55:32 -08:00
Dustin Richmond
79ab9253a1 Adding copyright statements to example and test applications 2016-02-09 15:49:01 -08:00
Dustin Richmond
6ff69de5c6 Updating copyright statements for 2016 2016-02-09 15:23:37 -08:00
Dustin Richmond
5118d0eeb2 Adding the applications we use to test before release 2016-02-09 10:06:31 -08:00
Dustin Richmond
28fdcedfba Updating license headers for a few files that snuck through.
These files contained copies of our older license (Modified BSD), which has been
replaced by the new license (BSD 3-Clause)
2015-07-15 15:55:09 -07:00
Dustin Richmond
98b09aa12a Initial commit of RIFFA development repository (RIFFA 2.2) 2015-05-04 14:50:57 -07:00