litedram icon indicating copy to clipboard operation
litedram copied to clipboard

Small footprint and configurable DRAM core

Results 54 litedram issues
Sort by recently updated
recently updated
newest added

This series of commits improve frontend adapter bandwidth.

I'm trying to implement a Quarter-rate Generic SDR PHY module so that I can run a CPU at 40MHz with the SDRAM at 160MHz. It looked straight-forward at first but...

We should be able to add support for [RPC DRAM](https://etronamerica.com/products/rpc-dram/) in LiteDRAM. RPC DRAM reduces DDR3 pin count by removing all the command/address lines, data mask and CKE, ODT pins....

new-feature

Hello, I've defined several module classes for different DDR4 DIMMs. I've noticed that not all speedgrade-relevant timing parameters are included in the `speedgrade_timings` field of the `DDR4Module` class. For example,...

enhancement
question

Hi there, I've been working with AntMicro's Rowhammer tester on a ZCU104 development board. This framework instantiates a DDR4 PHY with a clock frequency of 500 MHz. I was not...

question
bug?

It should be possible to use ODDRX1F instead of ODDRX2F for the address and command bus, so that these signals can be placed on the top IO bank instead of...

enhancement

@waviousllc recently released an [DDR PHY under an Apache 2.0 license](https://github.com/waviousllc/wav-lpddr-hw). The PHY is currently being used with proprietary memory controllers and it would be awesome to see it work...

new-feature

I have had no luck generating a working DDR3 Verilog module for Digilent NexysVideo Artix-7 FPGA using: ``` { # General ------------------------------------------------------------------ "speedgrade": -1, # FPGA speedgrade "cpu": "None", #...

regression

Currently the MAX10 FPGA is supported on some boards (e.g. DE10 Lite), but they all use SDR memory & the GENSDRPHY in litedram. Some cheap yet full-featured boards like the...

help-wanted
new-feature

This is probably more of a "support" question. :S # Background I am trying to learn how I can stream data from sdram to something else, probably running at a...

question