Milestones
- Milestone 1: Assembly Language and Machine Language Specifications (completed 2003-09-26)
- Milestone 2: Register Transfer Language (completed 2003-10-08)
- Milestone 3: Datapath and Control Design (completed 2003-10-14)
- Milestone 4: Component Specifications (completed 2003-10-24)
- Memo
- ALU - Our Arithmetic Logic Unit
- Register File - Our register file
- 16 bitifier - Our 16 bitifier (sign extends or shifts an 8 bit number)
- The only other components we'll need are registers (PC, IR, A, B, etc.) and the memory file (which will be provided to us).
- These components can be tested based on our existing Component Description document.
- Milestone 5 (completed 2003-10-31)
- Memo
- Component Testing
- All components are impelmented and in our project in CVS.
- All test waveforms are in our project in CVS.
<-- Home
|