- Nov 29, 2018
-
-
Dimitris Lampridis authored
wb_reg_link: add generics for instantiating wb adapters, since wb_reg_link works correctly only when used with pipelined wb interfaces
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
xwb_register_link: also register the CYC signal, otherwise STB remains active for one more cycle after CYC is dropped, which is not compliant with Wishbone
-
- Nov 07, 2018
-
-
Tristan Gingold authored
-
- Oct 31, 2018
-
-
Dimitris Lampridis authored
-
- Oct 29, 2018
-
-
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
-
- Aug 03, 2018
-
-
Dimitris Lampridis authored
-
- Jun 08, 2018
-
-
Dimitris Lampridis authored
-
- May 29, 2018
-
-
Grzegorz Daniluk authored
-
- May 02, 2018
-
-
- 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
-
-
- Mar 20, 2018
-
-
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
-
- 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 14, 2018
-
-
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
-
-
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 02, 2018
-
-
- Dec 14, 2017
-
-
Maciej Lipinski authored
the wishbone package In wishbone_pkg.vhd, the new g_sdb_name generic was added to xwb_crossbar instead of xwb_sdb_crossbar. Fixed
-
- Dec 13, 2017
-
-
- sdb_rom: add parameter g_sdb_name - xwb_sdb_crossbar: add parameter g_sdb_name - wishbone_pkg: f_string_fix_len add parameter justify_right - wishbone_pkg: f_sdb_auto_device add parameter name - wishbone_pkg: f_sdb_auto_bridge add parameter name
-
Grzegorz Daniluk authored
-
- Oct 11, 2017
-
-
Dimitris Lampridis authored
wishbone/wb_gpio_port: match length of gpio_b to gpio_in when g_num_pins is not an exact multiple of 32. Closes #1532
-
- Aug 25, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
Fix it the same way as f_x_to_zero() is fixed in wbgen.
-
Grzegorz Daniluk authored
It fixes some functions not well understood by Vivado synthesis
-
Grzegorz Daniluk authored
-
- Feb 17, 2017
-
-
Evangelia Gousiou authored
-
- Feb 14, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Feb 03, 2017
-
-
Dimitris Lampridis authored
-
- Jan 26, 2017
-
-
Tomasz Wlostowski authored
-
- Dec 15, 2016
-
-
Signed-off-by:
Dimitris Lampridis <Dimitris.Lampridis@cern.ch>
-
wb_onewire_master: propagated CDR_N/O generics up the hierarchy; added assignments to (new) unspecified WB signals Signed-off-by:
Dimitris Lampridis <Dimitris.Lampridis@cern.ch>
-
Signed-off-by:
Dimitris Lampridis <Dimitris.Lampridis@cern.ch>
-
Signed-off-by:
Dimitris Lampridis <Dimitris.Lampridis@cern.ch>
-
Signed-off-by:
Dimitris Lampridis <Dimitris.Lampridis@cern.ch>
-