- Apr 30, 2019
-
-
Dimitris Lampridis authored
Following up on 6c4dca2c, this commit fixes one issue related to resets and performs further reset and clock-domain crossing (CDC) cleanup. Important changes include: 1. Make sure that all dual async fifos are reset on both sides. This solves an issue with soft resets causing the host PC to hang. 2. Remove c_RST_ACTIVE constant to make the code simpler. 3. Remove reset from many signals (in particular from wide, data signals) that do not need to be reset. This helps with meeting timing wrt reset distribution. 4. Remove synchronizers from p2l deserializers, the SERDES outputs are already synced to the FPGA clock.
-
- Apr 26, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Apr 12, 2019
-
-
Dimitris Lampridis authored
Important changes include: 1. Clear separation of resets per clock domain (with the exception of the wbgen-generated dma controller registers). 2. Conversion of all processes to use synchronous resets when the reset is synced with the clock of the process. 3. Use of standard synchronizers from general-cores when crossing clock-domains. Due to the change in processes to use sync resets, a lot of code has changed indentation. To this end, it might be useful to perform a case insensitive diff when studying the changes of this commit. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- Mar 14, 2019
-
-
Dimitris Lampridis authored
-
- Feb 13, 2019
-
-
Dimitris Lampridis authored
-
- Jan 29, 2019
-
-
Dimitris Lampridis authored
-
- Jan 28, 2019
-
-
Dimitris Lampridis authored
-
- Jan 23, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Nov 29, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Oct 26, 2018
-
-
Dimitris Lampridis authored
-
- Sep 16, 2018
-
-
Tomasz Wlostowski authored
-
- Aug 30, 2018
-
-
Tomasz Wlostowski authored
-
- Jun 13, 2018
-
-
Dimitris Lampridis authored
-
- Jun 08, 2018
-
-
Dimitris Lampridis authored
-
- Mar 20, 2018
-
-
Dimitris Lampridis authored
-
- Mar 19, 2018
-
-
Dimitris Lampridis authored
-
- Dec 14, 2017
-
-
Dimitris Lampridis authored
-
- Aug 22, 2017
-
-
Tomasz Wlostowski authored
-
- Apr 27, 2017
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
sim: SV BFM assignment to port does not need MODPORT, greatly reduces number of warnings in Modelsim
-
Dimitris Lampridis authored
-
- Apr 12, 2017
-
-
Dimitris Lampridis authored
-
- May 31, 2016
-
-
Tomasz Wlostowski authored
rtl/wbmaster32: fix a nasty freeze when accesses are very tightly spaced: CIDs should be also FIFOed!
-
- Mar 18, 2016
-
-
Javier D. Garcia-Lasheras authored
-
Javier D. Garcia-Lasheras authored
-
- Sep 16, 2015
-
-
Grzegorz Daniluk authored
The sizes of to_wb and from_wb fifo were reduced in commit 4a430afa from 512 to 128 words. However, almost_full thresholds were still set to 500. As the result some of the requests were lost when fifo was full because this fact was never signaled to the gn4124 chip.
-
- Jun 30, 2015
-
-
Tomasz Wlostowski authored
-
- Jun 23, 2015
-
-
Timon Heim authored
-
- May 19, 2015
-
-
Tomasz Wlostowski authored
-
- Mar 16, 2015
-
-
Matthieu Cattin authored
-