- Oct 31, 2018
-
-
Dimitris Lampridis authored
-
- Jun 08, 2018
-
-
Dimitris Lampridis 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 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 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.
-
- 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
-
- Feb 17, 2017
-
-
Evangelia Gousiou authored
-
- Feb 14, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Oct 27, 2016
-
-
Dimitris Lampridis authored
This was due to a bug in the f_string2bits() which took the commit ID as a string argument, assuming that the character array of the string is (32 downto 1), while in fact the commit_id is a string(1 to 32). f_string2bits() is now more resilient, it works with both "up" and "downto" string arguments, by checking the "ascending" attribute of the string type.
-
- Oct 17, 2016
-
-
Mathias Kreider authored
-
- Sep 27, 2016
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
- Apr 22, 2016
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Apr 21, 2016
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Mar 30, 2016
-
-
Wesley W. Terpstra authored
The subrange type might not be known in this context. Fixes: wishbone_pkg.vhd:1379:26: object subtype is not locally static
-
Wesley W. Terpstra authored
Variable lengths might change; standard forbids length in a loop. Fixes: wishbone_pkg.vhd:1576:18: universal integer bound must be numeric literal or attribute wishbone_pkg.vhd:1613:18: universal integer bound must be numeric literal or attribute wishbone_pkg.vhd:1734:30: universal integer bound must be numeric literal or attribute wishbone_pkg.vhd:1771:16: universal integer bound must be numeric literal or attribute wishbone_pkg.vhd:1806:16: universal integer bound must be numeric literal or attribute wishbone_pkg.vhd:1817:16: universal integer bound must be numeric literal or attribute
-
- Nov 18, 2015
-
-
Tomasz Wlostowski authored
-
- Nov 16, 2015
-
-
Mathias Kreider authored
-
- Feb 24, 2015
-
-
Wesley W. Terpstra authored
Sometimes a master needs to stop the flow of acks.
-
- Feb 17, 2015
-
-
Cesar Prados authored
-
- Aug 04, 2014
-
-
Grzegorz Daniluk authored
Now wb_spi has generic parameters to configure registers length and number of spi slaves. Reason for that is to keep default configuration in the repository but also allow to adjust settings for WR Switch synthesis (and save resources).
-
Grzegorz Daniluk authored
The values used in WR Switch software fit in 8-bit registers so using 16-bits in HDL was waste of resources.
-
Grzegorz Daniluk authored
Commit adds new WB register(IFS) that selects to which I2C interface master should talk to. All other interfaces are then hold in idle state. IFS contains also BUSY bit that is written only by host and marks that I2C Master is currently in use and cannot be switched to another I2C interface. Host must clear BUSY flag after the interaction with I2C interface is finished.
-
- Jul 31, 2014
-
-
Theodor-Adrian Stana authored
This is done to better reflect the interface of the module (structured Wishbone). The documentation of the module is also changed in this respect.
-
Theodor-Adrian Stana authored
-
- May 20, 2014
-
-
Matthieu Cattin authored
It was causing the simulation to fail with designs containing a xwb_register_link component.
-