Skip to content
Snippets Groups Projects

Add SDRAM controller (controller)

Merged Byron Lathi requested to merge sdram into master

This adds an SDRAM controller which allows the 6502 to access SDRAM as if it were regular SRAM.

Turns out there are some issues with holding the chip select for the SDRAM controller high for too long, so there is a simple 2-state fsm which ensures that the chip select is only held for 1 clock cycle for writes and for as long as it takes to read the data from sdram for reads.

Merge request reports

Pipeline #109 passed

Pipeline passed for 42a71840 on sdram

Approval is optional

Merged by Byron LathiByron Lathi 3 years ago (Mar 17, 2022 10:57pm UTC)

Merge details

  • Changes merged into master with 63b942e2.
  • Deleted the source branch.

Pipeline #110 passed

Pipeline passed for 63b942e2 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading