- Apr 22, 2016
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
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
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Apr 06, 2016
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Mathias Kreider authored
-
- Apr 01, 2016
-
-
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
-
- Jan 06, 2016
-
-
Cesar Prados authored
The so-called "inferred_X_fifo" are basically generics fifos using inferred rams blocks from altera or xilinx, depending the target platform. That's why it makes more sense to move them to the "generic" folder of genrams. This change forces to rename the "generic_X_fifo" under "altera". Since these fifos are using the altera fifo Megafunction, are going to be called "altera_X_fifo". The Manifest has been changed accordingly.
-
- Nov 18, 2015
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
Piotr Miedzik authored
-
Piotr Miedzik authored
-
- Nov 17, 2015
-
-
Mathias Kreider authored
-
- Nov 16, 2015
-
-
Mathias Kreider authored
-
- Nov 12, 2015
-
-
Wesley W. Terpstra authored
-
- Oct 01, 2015
-
-
Grzegorz Daniluk authored
-
- Aug 12, 2015
-
-
Wesley W. Terpstra authored
PCIe must respond to reads within a fairly tight deadline. If we allow too many enqueued operations, that deadline may be missed. Using a smaller FIFO depth causes back-pressure on the PCIe bus, slowing the request arrival rate and thus increasing the time a single WB op can take. Concretely, this makes it possible to perform an SPI flash write within the PCIe time limit.
-
- Jul 07, 2015
-
-
Wesley W. Terpstra authored
If a Wishbone master lowers the cycle line before receiving its acks, it is non-conforming. However, it is probably a good idea to not let an honest slave (whose ack then comes in outside of the cycle) be penalized for that master's misbehaviour. This small change ensures the FIFO does not leak space in this case.
-
- Jul 03, 2015
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Apr 15, 2015
-
-
Mathias Kreider authored
-
Mathias Kreider authored
-
- Feb 25, 2015
-
-
Theodor-Adrian Stana authored
There was a bug in the wb_i2c_bridge that manifested itself a WB slave of the wb_i2c_master module replies by an error to the write command. The bridge FSM was buggy and was not clearing the WB signals, which led to the next WB transfer in the sequence (any access to the I2C slave) failing. This error was fixed by clearing the WB signals on error as well and the slave now replies properly. The WB signals are properly cleared on WB error in the case of a read, so this issue does not exist.
-
- Feb 24, 2015
-
-
Wesley W. Terpstra authored
Sometimes a master needs to stop the flow of acks.
-
Wesley W. Terpstra authored
If you use a PLL locked signal for reset, synchronous reset does not work. That's b/c the clock doesn't run while reset is asserted. One shouldn't do that, but sometimes it is convenient when testing.
-