- Mar 14, 2017
-
-
Grzegorz Daniluk authored
-
- Mar 13, 2017
-
-
- Mar 10, 2017
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Mar 09, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
Compiled from commit 180419ee of wrpc-sw repo.
-
- Mar 08, 2017
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Mar 07, 2017
-
-
Dimitris Lampridis authored
-
Grzegorz Daniluk authored
-
- Mar 06, 2017
-
-
Dimitris Lampridis authored
-
- Mar 03, 2017
-
-
Grzegorz Daniluk authored
We can finally do this with the fix: 2974805 - top/vfchd: disable external reference support Currently external reference channel doesn't work on vfc-hd, thus we disable it.
-
Grzegorz Daniluk authored
When external reference support was disabled, this was causing Altera-based board (VFC-HD) never to generate valid timestamps for frames (pps-gen was never producing pps_valid=1).
-
- Mar 02, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Mar 01, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Feb 27, 2017
-
-
Dimitris Lampridis authored
syn/vfchd: prevent quartus flow messages printed to stderr during core generation from stopping the synthesis process
-
Maciej Lipinski authored
not stop synthesis with error
-
- Feb 24, 2017
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Maciej Lipinski authored
-
Maciej Lipinski authored
This is done since the user must provide proper path as well
-
Maciej Lipinski authored
- for the upcoming release, user must provide path to the default/release bitstream, i.e. <wr-cores location>/bin/wrpc - this information will be printed with error - for future, once we figure out how to get absolute path, the funciton and constants for paths are already prepared
-
- Feb 23, 2017
-
-
Maciej Lipinski authored
-
Maciej Lipinski authored
-
Maciej Lipinski authored
xwr_transmission embeds some btrain specific stuff to easy debugging. This prevented the xwr_transmission from being generically applicable. Now, the btrain-specific stuff is enabled only if the width of tx/rx data is sufficient.
-
Maciej Lipinski authored
-
Maciej Lipinski authored
configuration of rx frames filtering by MAC. The rx streamer used to allow filtering of received streamer frames by source MAC address. This remote_mac could be dynamicaly configured but the filtering ena/disable was configured with generic. This is now a dymanic configuration
-
Maciej Lipinski authored
-
Maciej Lipinski authored
this new feature allows to day the instant at which the data is outputed from the rx streamer. this delay is measured from the instant the streamer's frame was transmitted. Effectively, the network becomes a fixed-latency medium
-
Maciej Lipinski authored
- added generics that are availabel in the tx/rx stremeamer module and wb_adapter - added overriding of tx/rx cfg (local/remote/target MAC, ethertype) from WB-regs - added input tx/rx cfg signals
-
Maciej Lipinski authored
there was only one generic for streamer's data width for both rx and tx. it seems desirable and handy to have separate generics for the two. The appropriate change was made accross the boards.
-
Maciej Lipinski authored
"default_{xilinx,alter}"
-
Maciej Lipinski authored
instead of declaring in many places the path to the binary with LM32 software, simply say everywhere "default_altera" or "default_xilinx" and depending on PCS/simulation settings, pick the proper file at the board (common) level.
-
Maciej Lipinski authored
-
Maciej Lipinski authored
-
Maciej Lipinski authored
-