Steam-powered Turing Machine University of Washington Computer Science & Engineering
 CSE 378 Fall 2006
  CSE Home     CSE 378 Fall 2006  About Us    Search    Contact Info 

 Home
Administrative
 Syllabus
 Office Hours
 Mailing List
Assignments
 Reading
 Homework
 Labs
 Exams
Resources
 Lecture Slides
 Handouts
 Wiki
 MIPS Resources
 AHDL Resources
Anonymous Feedback
 Feedback Form
   

Miscellaneous Units

Module: ClockSystem

The clock system module takes the system clock and reset signals from the board and provides clocks and a reset signal for the various components in the processor.

Port Description:

 
Name Dir Width Description
SYSTEM_CLOCK In 1 On-board clock that is used to generate the various clock signals
Hard_Reset_Switch In 1 Connected to the hard reset switch on the board so that it can be used to reset the board.
Soft_Reset_Switch In 1 Connected to the soft reset switch on the board so that it can be used to reset the board.
CLK Out 1 Clock for the processor
Serial_Clock Out 1 Clock for the serial controller, currently not in use
VGA_Clock Out 1 Clock for the VGA controller
Reset Out 1 Local reset signal

Symbols:

 

Module: Constant

This module produces a constant value that can be used elsewhere in your design.

Parameters:

 
Name Default Description
VALUE 4 The value to produce
WIDTH 32 Width of the output

Port Description:

 
Name Dir Width Description
Value Out WIDTH Value produced by this module as specified in the VALUE parameter.

Symbols:

 


CSE logo Computer Science & Engineering
University of Washington
Box 352350
Seattle, WA  98195-2350
(206) 543-1695 voice, (206) 543-2969 FAX
[comments to Course Staff]