DOC PREVIEW
MASON ECE 448 - Lecture 13 RTL Design Methodology

This preview shows page 1-2-3-4 out of 12 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 12 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 12 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 12 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 12 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 12 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Slide 1Structure of a Typical Digital SystemHardware Design with RTL VHDLSteps of the Design ProcessSteps of the Design Process Practiced in ClassSlide 6Slide 7Simulation results for the sort operation (1) Loading the registers and starting sortingSimulation results for the sort operation (2) Completing sorting and reading out registersSorting - ExamplePseudocodeSlide 12Lecture 13RTL Design MethodologySortingStructure of a Typical Digital SystemDatapath(Execution Unit)Controller(Control Unit)Data InputsData OutputsControl InputsControl OutputsControl SignalsStatusSignalsHardware Design with RTL VHDLPseudocodeDatapath ControllerBlockdiagramBlockdiagramState diagramor ASM chartVHDL code VHDL code VHDL codeInterfaceSteps of the Design Process1. Text description2. Interface3. Pseudocode4. Block diagram of the Datapath5. Interface with the division into the Datapath and the Controller6. ASM chart of the Controller7. RTL VHDL code8. Testbench9. Debugging10. Synthesis and implementation11. Experimental testingSteps of the Design ProcessPracticed in Class1. Text description2. Interface3. Pseudocode4. Block diagram of the Datapath5. Interface with the division into the Datapathand the Controller6. ASM chart of the Controller7. RTL VHDL code8. Testbench9. Debugging10. Synthesis and implementation11. Experimental testingSortingExampleSorting - Required InterfaceSortClockResetnDataInNDataOutNDoneRAddLWrInitS(0=initialization 1=computations)RdSimulation results for the sort operation (1)Loading the registers and starting sortingSimulation results for the sort operation (2)Completing sorting and reading out registersSorting - ExampleBeforesortingDuring SortingAftersortingaddress01233 3 2 2 1 1 1 12 2 3 3 3 3 2 24 4 4 4 4 4 4 31 1 1 1 2 2 3 4i=0 i=0 i=0 i=1 i=1 i=2j=1 j=2 j=3 j=2 j=3 j=3Legend:position of memory indexed by iposition of memory indexed by jijPseudocodewait for s=1for i=0 to k-2 doA = M[i]for j=i+1 to k-1 doB = M[j]if A > B thenM[i] = BM[j] = AA = M[i]end ifend forend forDonewait for s=0go to the beginningDINDOUTADDRWECLKENCLKRSTENCLKRSTA>B10WrInitWrInitClockClockClockResetnResetnWr10BoutAinBinAgtBAddrInt0101DataIn RAddRdDataOutCselENCLKLDRSTResetnENCLKLDRSTResetnLIEIClockLJEJClock= k-2= k-1zizjNLLLLNNNNNABMuxABijABDataDinWe0L+1Block diagram of the


View Full Document

MASON ECE 448 - Lecture 13 RTL Design Methodology

Documents in this Course
Load more
Download Lecture 13 RTL Design Methodology
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Lecture 13 RTL Design Methodology and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Lecture 13 RTL Design Methodology 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?