GithubHelp home page GithubHelp logo

koyamanx / sdram_controler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from twinkletia/sdram_controler

0.0 0.0 0.0 390 KB

Shell 1.52% C++ 3.05% Tcl 23.22% Verilog 63.54% Pascal 0.22% SystemVerilog 3.48% SourcePawn 0.97% Makefile 4.00%

sdram_controler's Introduction

SDRAMコントローラ

DE0-CVのSDRAMコントローラをつくる
タイミングチャート作成にはタイミングチャート清書サービスを使用しました

DE0-CVのSDRAM

型番      IS42S16320D
容量      64MB=512Mb(32M*16)
データ幅  16bit
ROW       8K(A0-A12)
COLUMN    1K(A0-A9)
バンク数  4
REF間隔   64ms(≒8533333クロック)以内に8K(8192)回
周波数    133MHz(1クロック7.5ns)

状態遷移

state

初期化処理

初期化処理終了後アイドル状態に遷移&リフレッシュカウンタ開始
モードレジスタの設定はとりあえず以下の通り

A0-A2(バースト長)      1(000)
A3(ラップタイプ)       シーケンシャル(0)
A4-A6(/CASレーテンシ)  2(010)
A7-A12(オプション)     なし(000000)

init

読込み処理

AP付READコマンドを使用しているためプリチャージは自動で行われる
処理開始からアイドル状態に戻るまで 8クロック

書込み処理

AP付WRITEコマンドを使用しているためプリチャージは自動で行われる
処理開始からアイドル状態に戻るまで 7クロック

リフレッシュ処理

ref

リフレッシュ間隔

sdram_controler's People

Contributors

maro1306 avatar twinkletia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.