
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Lab; Class: Computer Architecture; Subject: Engineering Computer Science; University: University of California - Davis; Term: Summer 2000;
Typology: Lab Reports
1 / 1
This page cannot be seen from the preview
Don't miss anything!

ECS154A, Section 2 Final Lab Project Date Distributed: 11-09- Date Due: 12-11-
You will design part of a clock distributor in this project. Now, what is a clock distributor? Simply put, it has only one inputs with fundamental frequency, and generates multiple clock outputs with various frequencies. It also has some other control inputs (which generally come from some other chip in a computer) which controls the outputs.
Now that what we know are trying to do in this project, let’s have some more details how this part of the design works.
Assumption: You have only two clock inputs in your design – one (CLKIN1) with a frequency of 100 MHz, and the other (CLKIN2) with 200 MHz. You have five (mandatory) special control signal inputs as described later. You can use any number of other control signals – however, you need to keep this number as small as possible.
Goal: You have the following outputs from your design- one clock output (CLKOUT1) of either 100 or 200 MHz, two clock outputs (CLKOUT2 and CLKOUT3) of 50 MHz, and five clock outputs (CLKOUT4-
Control Signals: You have the following control signals which affect the outputs in following manner-
Your presentation of the project: Show your work (please type this up) – start with a block diagram of your design, an ASM for your design, a target timing diagram of your design (hand-drawn) as per ASM/block diagram, and justify all these parts. Now build the circuit using MAXPLUS II, and then synthesize it. Check if your synthesis results and your hand-drawn timing diagram match. Show your analysis in detail.