- Feb 14, 2025
-
-
Unai Sainz-Estebanez authored
One function operates with the default_word input as a std_logic_vector, while the other operates with default_word as an std_ulogic_vector. This change prevents compilation issues when targeting STD 08. See wr-cores#101 for more info
-
- Jan 29, 2025
-
-
Unai Sainz-Estebanez authored
There are three functions with the same name. This commit writes a different name for each function. If the address input of the function is std_logic_vector the function name is not renamed. If the address input of the function is std_ulogic_vector the function name is renamed to: address_trans_u If the address input of the function is bit_vector the function name is renamed to: address_trans_b See wr-cores#101 for more info
-
Unai Sainz-Estebanez authored
This is because since the VHDL 2008 standard the word “default” is a reserved word. See wr-cores#101 for more info
-
- Nov 05, 2020
-
-
Tristan Gingold authored
-
- Nov 04, 2020
-
-
Tristan Gingold authored
-
Tristan Gingold authored
-
Tristan Gingold authored
Also fix some typos.
-
Tristan Gingold authored
-
- Jul 27, 2020
-
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- Jul 24, 2020
-
-
Dimitris Lampridis authored
Remove the option to use the 200MHz PCI clock for the complete DMA engine to avoid compicating the design and introducing too many alternatives that will need to be tested, now and in the future. On the SPEC, it has been shown that with the latest modifications it is trivial to meet timing when using a 125MHz (asynchronous to the PCI) clock for DMA. Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
Dimitris Lampridis authored
Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
-
- Sep 04, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
Note: P2L DMA already supported this for DMA writes.
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Aug 30, 2019
-
-
Tristan Gingold authored
-
- Aug 29, 2019
-
-
- Aug 08, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Aug 06, 2019
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-