You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microwatt/litedram
Paul Mackerras ca4eb46aea Make wishbone addresses be in units of doublewords or words
This makes the 64-bit wishbone buses have the address expressed in
units of doublewords (64 bits), and similarly for the 32-bit buses the
address is in units of words (32 bits).  This is to comply with the
wishbone spec.  Previously the addresses on the wishbone buses were in
units of bytes regardless of the bus data width, which is not correct
and caused problems with interfacing with externally-generated logic.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
3 years ago
..
extras Make wishbone addresses be in units of doublewords or words 3 years ago
gen-src Make wishbone addresses be in units of doublewords or words 3 years ago
generated Make wishbone addresses be in units of doublewords or words 3 years ago
litedram.core litedram: Add basic support for LiteX LiteDRAM 4 years ago