Skip to content

MahdiKamer/DDR2-FPGA-Interface

Repository files navigation

DDR2 Controller Trial

  • This code is tested on the Stratix III 3SL150 Development Board.
  • Constraint files are not included in this repository.
  • This trial is based on the Microsoft Speedy DDR2 Module and is strictly for non-commercial use.
  • I have customised the original code for compatibility with the Altera FPGA, as the original design was specifically made for Xilinx.
  • This design does not employ Xilinx MIG IP or the Altera DDR Memory Controller IP.
  • You will gain a comprehensive understanding of FPGA DDR architecture timings, which are essential for latency-critical designs.
  • To integrate this code with your application, you may only need to modify the file "ddr2_driver.v." if you want to upload on 3SL150 Development Board.
  • Below is a hierarchical diagram that clearly illustrates the relationships between the modules.
erDiagram
    "ddr2_driver.v (FSM)" ||--o{ "ddr2.vhd" : "talks with"
    "ddr2.vhd" ||--|{ "ddr2_controller_phy.vhd" : contains
    "ddr2_controller_phy.vhd" }|..|{ "Speedy_DDR2_Module.v" : uses
    "ddr2_controller_phy.vhd" }|..|{ "ddr_phy.vhd (Altera Stratix III physical IP)" : uses
    "Speedy_DDR2_Module.v"}|..|{"DDR2_Bus_Control_Module" : contains
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors