- Oct 12, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
-
- Oct 11, 2018
-
-
Maciej Lipinski authored
this is needed for VXS integration in which hdlmake is used to generate a list of files used, these failes are alter copied to a Visual Elite based project
-
- Sep 10, 2018
-
-
Dimitris Lampridis authored
-
- Aug 10, 2018
-
-
Dimitris Lampridis authored
hdl: add RLOC constraint to gc_sync_ffs in order to keep the two FFs as close as possible to each other
-
- Aug 07, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Aug 06, 2018
-
-
Dimitris Lampridis authored
genram: automatically pad with zeroes when reading from a mem init file smaller than the memory itself
-
- Aug 03, 2018
-
-
Dimitris Lampridis authored
-
- Jul 30, 2018
-
-
Dimitris Lampridis authored
-
- Jul 27, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Jun 19, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Jun 08, 2018
-
-
Dimitris Lampridis authored
-
- May 29, 2018
-
-
Grzegorz Daniluk authored
-
- May 23, 2018
-
-
Dimitris Lampridis authored
-
- May 02, 2018
-
-
- Mar 26, 2018
-
-
Dimitris Lampridis authored
-
- Mar 25, 2018
-
-
Dimitris Lampridis authored
Apologies for the double renaming, but it occured to me that the constant names were too generic and could cause conflicts.
-
Dimitris Lampridis authored
-
- Mar 23, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
-
- Mar 20, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
This is introduced to better match the OHWR VHDL coding style [1]. Old names are preserved for backward compatibility. [1]: https://www.ohwr.org/projects/vhdl-style
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Mar 19, 2018
-
-
Dimitris Lampridis authored
For the few peripherals where it was being used (eg. uart, spi, etc) the output port has been renamed to "int_o". The only peripheral that was not touched is "wb_eic.vhd", because this one is being used by wbgen, and it would require users to update their wbgen tool as well. So, until a new tool is introduced, wbgen-generated interrupt controllers will have an output port called wb_int_o".
-
- Mar 16, 2018
-
-
Tristan Gingold authored
-
- Mar 14, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Mar 13, 2018
-
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Mar 09, 2018
-
-
Dimitris Lampridis authored
This reverts commit 49afba43. This change was introduced in the masterFIP branch, but it can break many existing designs, so it is reverted.
-
- Mar 08, 2018
-
-
Dimitris Lampridis authored
-
The main state machine had an error whereby the wb_cyc and wb_stb outputs were not assigned in the IDLE state. This manifested itself as follows (output from telnet console): %> writereg 1 100 0 # read to illegal address Not acknowledged! %> readreg 1 4 # read from legal address returns NACK Not acknowledged %> readreg 1 4 # next read from legal address returns right data Read data: 01234567 The bug was because the first writereg started a WB transfer from an unexisting address, threw an error and returned to IDLE without releasing the wb_cyc and wb_stb outputs in the process. This meant that on the readreg command, the WB write access would still be in progress and only on the readreg command, an error would clear the wb_cyc and wb_stb, which released the transfer. The error has been fixed by placing the clearing of wb_cyc and wb_stb in the IDLE state.
-
- Mar 05, 2018
-
-
Dimitris Lampridis authored
-
- Mar 02, 2018
-
-