- Apr 21, 2020
-
-
Dimitris Lampridis authored
This is necessary in order to properly "emulate" the previous implementation of the gc_sync_ffs module. Furthermore, a "new" module has been introduced, the gc_edge_detect, which combines positive and negative pulse edge detection. gc_negedge and gc_posedge have been rewritten to use internally the new gc_edge_detect. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
This is to avoid any confusion caused by g_SYNC_EDGE and g_EDGE generics used in gc_sync, gc_sync_ffs and gc_sync_edge modules. Also use capitals for generics as defined by our coding style. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- Apr 20, 2020
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
- Apr 14, 2020
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
- Apr 09, 2020
-
-
Maciej Lipinski authored
This generic is dummy (does nothing), yet it is needed since the generic component declaration in genram_pkg.vhd has such generic. It has it, because the xilinx generic_dpram.vhd has such generic and uses it. TBD whether we want to attempt at providing similar functionality for altera
-
- Apr 03, 2020
-
-
Dimitris Lampridis authored
-
- Mar 30, 2020
-
-
Dimitris Lampridis authored
Reported by Olof Kindgren (@olofk). See also merge request !4 . Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- Mar 26, 2020
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
- Mar 11, 2020
-
-
Tristan Gingold authored
-
- Mar 06, 2020
-
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
Also perform cleanup of sync and edge modules. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- Mar 05, 2020
-
-
Tristan Gingold authored
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
Reported by Olof Olof Kindgren (@olofk). See also merge request !4 . Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
This allows them to be used right after in component declarations. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
This is especially beneficial when trying to meet timing in the GN4124 core (on Spartan6), where the async FIFOs are clocked on one side at 200MHz. Apparently, the KEEP_HIERARCHY attribute makes it much easier for ISE 14.7 to reach timing closure. It also helps in general to ensure that the synchronisation structures remain intact and do not get merged in unpredictable ways with other parts of the design. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- Mar 04, 2020
-
-
Tristan Gingold authored
-
- Mar 03, 2020
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
Tristan Gingold authored
-
- Feb 19, 2020
-
-
Christos Gentsos authored
-
Christos Gentsos authored
-
- Jan 30, 2020
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
- Dec 13, 2019
-
-
Dimitris Lampridis authored
-
- Sep 09, 2019
-
-
Dimitris Lampridis authored
-
- Aug 07, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Aug 02, 2019
-
-
Dimitris Lampridis authored
-
- Aug 01, 2019
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
- Jul 29, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
Without this option, the two outputs of the module are in different clock domains. The frequency value is in the clk_in domain, while the "valid" flag is in the system clock domain. With the new option, if set to TRUE, both outputs will be in the system clock domain.
-