sim: use SDRAM DFI model for simulation
See original GitHub issueRequires https://github.com/enjoy-digital/litex/issues/352, https://github.com/enjoy-digital/litex/issues/353, https://github.com/enjoy-digital/litex/issues/355, https://github.com/enjoy-digital/litedram/issues/102 and https://github.com/enjoy-digital/litex/issues/356.
Currently, the simulation use a very large RAM inferred from verilog as the main Memory. With the new features added to litex_sim
we should be able to boot linux in simulation with LiteDRAM + SDRAM LPDDR/DDR/DDR2/DDR3 or DDR4 model. This simulation will be more representative of the behaviour on hardware.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Design and Verification of a DFI-AXI DDR4 Memory PHY ...
This design and verification work proposes a DDR-PHY INTERFACE (DFI) to Advanced. eXtensible Interface (AXI) Bridge is developed supporting DDR4 SDRAM memory ...
Read more >Simulation VIP for DFI - Cadence
Complete solution for extensive and fast verification used by multiple production designs. The Cadence ® Verification IP (VIP) for DFI provides a mature, ......
Read more >IPUG96 - DDR3 PHY IP Core User's Guide
Top-level Wrapper file for All Simulation Cases and Implementation in a User ... The DDR3 SDRAM memory devices are programmed using the mode...
Read more >Design and Verification of SDRAM Controller Based on FPGA
We designed SDRAM controller by using Verilog HDL and Altera Quartus II 14.1 software, and simulated about this design with Model Sim-Altera ......
Read more >DDR Memory Verification (VIP) - Avery Design Systems
Deliverables · DDR models support JEDEC, MIPI, and DFI-PHY standards · Flexible and unencrypted SystemVerilog timing class models all timing ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added with https://github.com/litex-hub/linux-on-litex-vexriscv/commit/14059868095915995846e5dc0269ea2b69f31261 and booting 😃, congrats @piotr-binkowski for the DFI model work!:
Great, thanks. We can now use the DFI model with all our hardware configurations so we can close this.