- 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
-
-
- Jan 23, 2018
-
-
Dimitris Lampridis authored
-
- 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
-
- Nov 28, 2017
-
-
Tomasz Wlostowski authored
-
- Oct 11, 2017
-
-
Dimitris Lampridis authored
-
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
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
- Oct 10, 2017
-
-
Dimitris Lampridis authored
-
- Sep 27, 2017
-
-
Dimitris Lampridis authored
-
- Aug 25, 2017
-
-
Grzegorz Daniluk authored
They finally don't help much and they break simulation as Modelsim complains about types conversion.
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
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
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Aug 22, 2017
-
-
Tomasz Wlostowski authored
-
- Jun 23, 2017
-
-
it was de-asserted at wrong value (too early/late). This was making to misbehave the modules that depend on this signals.
-
- May 02, 2017
-
-
Tomasz Wlostowski authored
-
- Mar 16, 2017
-
-
Stefan Rauch authored
-
- Feb 28, 2017
-
-
Tomasz Wlostowski authored
Conflicts: modules/common/gencores_pkg.vhd
-
- Feb 27, 2017
-
-
Tomasz Wlostowski authored
-
- Feb 20, 2017
-
-
Grzegorz Daniluk authored
-
- Feb 17, 2017
-
-
Evangelia Gousiou authored
-
- Feb 14, 2017
-
-
Grzegorz Daniluk authored
-