SlideShare a Scribd company logo
1 of 22
Download to read offline
ECET 230 Week 1 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1. Develop the Boolean equation for the circuit shown below
2. Determine the output Y in Problem 1 for the input values shown
below
3. Redraw the circuit in Problem 1 using only 2-input NAND gates
4.Develop the Boolean equation for the circuit shown below
5.Determine the period of a clock waveform whose frequency is:
6.Write the VHDL text file (Entity and Architecture) for a 2-input
NAND gate.
7. Write the VHDL text file for a 3-input NOR gate.
8.Write the VHDL text file for the circuit shown below
9.Develop the look-up-table (LUT) for the circuit shown in Problem 8.
10. Develop the look-up table for the Boolean equation
----------------------------------
ECET 230 Week 1 iLab Introduction to Quartus II,
VHDL, and the FPGA Board
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
Objectives:
1.Learn How to write basic logic circuits using VHDL.
2.Using Quartus II compile and simulate the text file and then analyze
the simulation for proper operation.
3.Learn how to assign pins and then how to download the program to the
eSOC II board.
4. Verify that the eSOC II board behaves correctly when the output is
what is expected depending on the input configuration.
Using the results of the compilation for the Design Project, what percent
of the FPGA is used to implement the design.
In the compilation process, what is the difference between an error and a
warning?
Use the zoom tool to measure the propagation delays, tPHL and tPLH,
for the FPGA implementing the Design Project (the times between an
input change of state and the subsequent output change of state in
response). The zoom tool is used by expanding the time scale, right
clicking on one signal and selecting “Insert Time Bar.”
What is “JTAG” and why is it used? Be sure to cite your sources.
----------------------------------
ECET 230 Week 2 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1. When a HIGH is on the output of the decoding circuit below, what is
the binary code appearing on the inputs?
2. Write the Boolean equations for each of the following codes if an
active-LOW decoder output is required:
3. Write the VHDL text file for a 3-to-8 decoder.
4. A 7-segment decoder/driver drives the display below. Using the
waveforms shown, determine the sequence of digits that appear on the
display.
5. Construct a truth table for an active-LOW output BCD (1-of-10)
decoder
6. Derive the truth table for the Y output in the diagram below.
7. Derive the Boolean equation for the Y output in Problem
8.For the multiplexer shown below, determine the output for the
following input state:
9. Determine the function of the circuit shown below.
----------------------------------
ECET 230 Week 2 iLab Decoders and
Multiplexers
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
Objectives: Discover the operation of 7-segment displays, BCD-to-7-
semgment decoders, multiplexers and demultiplexers. Demonstrate the
simulation of a discrete DEMUX and decode operation with discrete
components. Construct a discrete circuit with these components. Use
VHDL to emulate this circuit within an FPGA.
Why are the 330 Ω resistors required for the discrete logic circuit, but
not for the MultiSim simulated circuit or the eSOC III circuit?
Create a partial truth table showing the requirements for a seven-
segment decoder to output a hexadecimal digit. This requires four input
bits and six output states, A – F. For each output state, show the
segments a-g. The output states for the inputs 0 – 9 are the same as for
the 74LS47 (see focus.ti.com). Use capital letters A, C, E, F and lower
case for b and d.
Why is the seven-segment display driven with an active-LOW signal
using discrete logic and an active-HIGH with the eSOC board?
----------------------------------
ECET 230 Week 3 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1.Determine the decimal value of each of the following unsigned binary
numbers:
2.Determine the decimal value of each of the following signed binary
number displayed in the 2’s complement form:
3. Determine the outputs (Cout, Sout) of a full-adder for each of the
following inputs:
4.The circuit below is an attempt to build a half-adder. Will the Cout and
Sout function properly? Demonstrate your rationale.
5.Determine the outputs for the circuit shown below. Assume that C0 =
0 for all cases.
6.Write the VHDL text for the 2-bit magnitude comparator shown below.
7.Write the VHDL text file for a 2-bit full-adder using BIT types.
8.Write the VHDL text file for a 2-bit full-adder using INTEGER types.
9.Develop the VHDL text file for a 4 state, 8-bit arithmetic and logic
unit (ALU). The ALU inputs 2 8-bit numbers (A and B) and output an 8-
bit result (Y) as shown in the table. (2 points).
----------------------------------
ECET 230 Week 3 iLab Flip-Flops in VHDL
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
Objectives: Simulate an edge-triggered D flip-flop. Test a 74LS74 D
flip-flop and compare against predictions. Describe and simulate edge-
triggered D and J-K flip-flops with VHDL. Test a 74LS112 J-K flip-
flop and compare against predictions.
1. Why is the condition when both and are LOW considered illegal?
2. How does the value you measured for tsetup compare with value
specified in the 74LS74 data sheet? You may need to go on-line to find
this value.
3. Why were the LEDs removed before making the propagation delay
measurements?
4. Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that
the preset (PRE) is synchronous instead of asynchronous. The clear
(CLR) remains asynchronous.
----------------------------------
ECET 230 Week 4 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1. Sketch the Q output for the waveforms shown below applied to an
active-LOW S-R latch. Assume that Q starts LOW.
2. Sketch the Q output for the waveforms shown. Assume that Q starts
LOW.
3. Sketch the Q output for the circuit shown below. Assume that Q starts
LOW.
4. Sketch the Q output for the circuit shown below. Assume that Q starts
LOW.
5. Sketch the Q output for the circuit shown below. Assume that Q starts
LOW.
6. Sketch the Q output for the circuit shown below. Assume that Q starts
LOW.
7. Sketch the Q output for the circuit shown below. Assume that Q starts
LOW.
8. Using Quartus II, or an equivalent VHDL entry program, model the D
flip-flop shown below. Attach the simulation file.
9. Using Quartus II, or an equivalent VHDL entry program, model the J-
K flip-flop shown below. Attach the simulation file.
----------------------------------
ECET 230 Week 4 iLab Introduction to Flip-Flops
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
Objectives: Simulate an edge-triggered D flip-flop. Test a 74LS74 D
flip-flop and compare against predictions. Describe and simulate edge-
triggered D and J-K flip-flops with VHDL. Test a 74LS112 J-K flip-
flop and compare against predictions.
1. Why is the condition when both and are LOW considered illegal?
2. How does the value you measured for tsetup compare with value
specified in the 74LS74 data sheet? You may need to go on-line to find
this value.
3. Why were the LEDs removed before making the propagation delay
measurements?
4. Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that
the preset (PRE) is synchronous instead of asynchronous. The clear
(CLR) remains asynchronous.
----------------------------------
ECET 230 Week 5 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1.Using Quartus II, or an equivalent VHDL entry program, develop the
text file and simulation for the circuit below. Attach the .vhd and
simulation files.
2.What is the output frequency of Q1 in the circuit shown below?
3.A synchronous binary counter is used to divide a 1 MHz input
frequency to 3.90625 kHz. What is the MOD number of the counter and
how many flip-flops are required?
4. If the MOD-8 binary counter is driven by a 10 MHz input clock with
a 5% duty cycle, what is the output frequency and duty cycle of the final
stage?
5.Determine the output frequency for the cascaded counter configuration
shown below.
6.Determine the count sequence for the counter shown below.
7. Write the VHDL text file for a MOD-1024 counter using INTEGER
types
8.Develop the state diagram for a MOD-5 counter with the following
count sequence:
000, 001, 010, 110, 111, 000, etc. All undefined states must return to
000.
----------------------------------
ECET 230 Week 5 iLab Design of Synchronous
Counters
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
Objectives:
1.To understand the how to design sequential counters using a VHDL
logic design file.
2.To design a basic synchronous up binary counter using the VHDL
Integer type.
3.To be able to use IF…THEN…ELSE statements in the design of non-
binary counters.
4.To design a Gray code counter in a VHDL file and program the eSOC
II board.
Use the simulation run to find the delay time from clock edge to QOUT0
for the up-down counter.
Why is the delay time from the clock edge to any stage of the counter
(QOUT0, QOUT1, ... , QOUT7) the same?
Based on Questions 1 and 2, what is the maximum operating frequency
for this counter?
----------------------------------
ECET 230 Week 6 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1.The group of bits 10110101 is serially shifted (right-most bit first) into
an 8-bit shift register with an initial state of 11100100. After two clock
pulses, the register contains:
(a) 01011110 (b) 10110101 (c) 01111001 (d) 00101101
2. With a 100 kHz clock frequency, eight bits can be serially entered into
a shift register in:
(a) 80 ms (b) 8 ms (c) 80 ms (d) 10 ms
3. For a 10-bit serial-in/serial-out shift register, determine Data out for
the Data in and clock waveforms shown below. Assume that the register
is initially cleared.
4. Using Quartus II, or an equivalent VHDL entry program, develop the
text file and simulation for the shift register specified in Problem 3.
Verify the timing diagram shown in Problem 3. Attach the .vhd and
simulation files.
5.Using Quartus II, or an equivalent VHDL entry program, develop the
text file and simulation for the 74LS194A universal, bi-directional shift
register. Attach the .vhd and simulation files.
6.In your own words, explain the purpose of concatenation in a VHDL
signal assignment.
7. Develop the state diagram for a MOD-4 counter with an even number
count sequence: 000, 010, 100, 110, 000, etc. All undefined states must
return to 000.
----------------------------------
ECET 230 Week 6 iLab Design of a Simple State
Machine
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
Objectives:
Deisgn a simple state machine.
In Figure 6.3, what is the purpose for the arrows going from S1 to S0
and from S4 to S3? Why are these needed?
What are the advantages of using state variables instead of a series of
IF…THEN…ELSE statement?
Give an example of a finite state machine that can be easily development
using state diagrams and state variables?
Do some research and determine when the state variable method of
design was developed. Be sure to properly cite your sources.
----------------------------------
ECET 230 Week 7 Homework
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
1. Is the state machine below a Moore machine or a Mealy machine?
Explain your rationale.
3. Using the state diagram in Figure 10.44 on page 663 of the Dueck
textbook, briefly explain the operation of the circuit shown.
4.Create the VHDL text file for the state machine described in Problem
3.
5. Create the Quartus II simulation for the state machine shown in
Problem 3.
6. Using the state diagram in Figure 10.46 on page 665 of the Dueck
textbook, how many state variables are required to implement this state
machine? Why?
7. List the unused states for Problem 6?
8. Create the VHDL text file for the state machine described in Problem
6.
9. Why do we need to specify unused states in the text file in Problem 8?
10. Create the Quartus II simulation for the state machine shown in
Problem 6.
----------------------------------
ECET 230 Week 7 iLab Traffic Light Design
Program
To Purchase This Material Click below Link
For more classes visit
www.snaptutorial.com
This lab will take a simple three light, two-way intersection as in figure
1.0 and create a working program for it. Based on the timing chart 2.0, I
will create a VHDL file and run a simulation to achieve a basic formula
for how the intersection will work. Then using the eSOC board, I will
create a visual simulation with the exception that I will be controlling
the timing of the light.
ANSWERS TO QUESTIONS
In Figure 6.3, what is the purpose for the arrows going from S1 to S0
and from S4 to S3? Why are these needed?
What are the advantages of using state variables instead of a series of
IF…THEN…ELSE statement?
Give an example of a finite state machine that can be easily development
using state diagrams and state variables?
Do some research and determine when the state variable method of
design was developed. Be sure to properly cite your sources.
----------------------------------

More Related Content

What's hot

Basics of digital verilog design(alok singh kanpur)
Basics of digital verilog design(alok singh kanpur)Basics of digital verilog design(alok singh kanpur)
Basics of digital verilog design(alok singh kanpur)Alok Singh
 
Digital System Design Lab Report - VHDL ECE
Digital System Design Lab Report - VHDL ECEDigital System Design Lab Report - VHDL ECE
Digital System Design Lab Report - VHDL ECERamesh Naik Bhukya
 
How to design Programs using VHDL
How to design Programs using VHDLHow to design Programs using VHDL
How to design Programs using VHDLEutectics
 
Verilog tutorial
Verilog tutorialVerilog tutorial
Verilog tutorialraju reddy
 
Introduction to FPGA, VHDL
Introduction to FPGA, VHDL  Introduction to FPGA, VHDL
Introduction to FPGA, VHDL Amr Rashed
 
Basic structures in vhdl
Basic structures in vhdlBasic structures in vhdl
Basic structures in vhdlRaj Mohan
 
Verilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and EncoderVerilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and EncoderBharti Airtel Ltd.
 
VLSI Lab manual PDF
VLSI Lab manual PDFVLSI Lab manual PDF
VLSI Lab manual PDFUR11EC098
 
Verilog Tutorial - Verilog HDL Tutorial with Examples
Verilog Tutorial - Verilog HDL Tutorial with ExamplesVerilog Tutorial - Verilog HDL Tutorial with Examples
Verilog Tutorial - Verilog HDL Tutorial with ExamplesE2MATRIX
 

What's hot (17)

Basics of digital verilog design(alok singh kanpur)
Basics of digital verilog design(alok singh kanpur)Basics of digital verilog design(alok singh kanpur)
Basics of digital verilog design(alok singh kanpur)
 
Digital System Design Lab Report - VHDL ECE
Digital System Design Lab Report - VHDL ECEDigital System Design Lab Report - VHDL ECE
Digital System Design Lab Report - VHDL ECE
 
Programs of VHDL
Programs of VHDLPrograms of VHDL
Programs of VHDL
 
How to design Programs using VHDL
How to design Programs using VHDLHow to design Programs using VHDL
How to design Programs using VHDL
 
Verilog tutorial
Verilog tutorialVerilog tutorial
Verilog tutorial
 
VHDL CODES
VHDL CODES VHDL CODES
VHDL CODES
 
Introduction to FPGA, VHDL
Introduction to FPGA, VHDL  Introduction to FPGA, VHDL
Introduction to FPGA, VHDL
 
Vhdl programming
Vhdl programmingVhdl programming
Vhdl programming
 
Basic structures in vhdl
Basic structures in vhdlBasic structures in vhdl
Basic structures in vhdl
 
e CAD lab manual
e CAD lab manuale CAD lab manual
e CAD lab manual
 
Verilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and EncoderVerilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and Encoder
 
Verilog tutorial
Verilog tutorialVerilog tutorial
Verilog tutorial
 
VLSI Lab manual PDF
VLSI Lab manual PDFVLSI Lab manual PDF
VLSI Lab manual PDF
 
VLSI lab manual
VLSI lab manualVLSI lab manual
VLSI lab manual
 
Verilog Tutorial - Verilog HDL Tutorial with Examples
Verilog Tutorial - Verilog HDL Tutorial with ExamplesVerilog Tutorial - Verilog HDL Tutorial with Examples
Verilog Tutorial - Verilog HDL Tutorial with Examples
 
Vhdl
VhdlVhdl
Vhdl
 
Vhdl basic unit-2
Vhdl basic unit-2Vhdl basic unit-2
Vhdl basic unit-2
 

Similar to ECET 230 help A Guide to career/Snaptutorial

Ecet 230 Success Begins / snaptutorial.com
Ecet 230 Success Begins / snaptutorial.comEcet 230 Success Begins / snaptutorial.com
Ecet 230 Success Begins / snaptutorial.comWilliamsTaylorzm
 
ECET 230 Massive Success--snaptutorial.com
ECET 230 Massive Success--snaptutorial.comECET 230 Massive Success--snaptutorial.com
ECET 230 Massive Success--snaptutorial.comsantricksapiens71
 
ECET 230 Technology levels--snaptutorial.com
ECET 230 Technology levels--snaptutorial.comECET 230 Technology levels--snaptutorial.com
ECET 230 Technology levels--snaptutorial.comsholingarjosh102
 
Ecet 340 Your world/newtonhelp.com
Ecet 340 Your world/newtonhelp.comEcet 340 Your world/newtonhelp.com
Ecet 340 Your world/newtonhelp.comamaranthbeg100
 
Ecet 340 Motivated Minds/newtonhelp.com
Ecet 340 Motivated Minds/newtonhelp.comEcet 340 Motivated Minds/newtonhelp.com
Ecet 340 Motivated Minds/newtonhelp.comamaranthbeg60
 
Ecet 340 Extraordinary Success/newtonhelp.com
Ecet 340 Extraordinary Success/newtonhelp.comEcet 340 Extraordinary Success/newtonhelp.com
Ecet 340 Extraordinary Success/newtonhelp.comamaranthbeg120
 
Ecet 340 Education is Power/newtonhelp.com
Ecet 340 Education is Power/newtonhelp.comEcet 340 Education is Power/newtonhelp.com
Ecet 340 Education is Power/newtonhelp.comamaranthbeg80
 
Ecet 105 Education Specialist -snaptutorial.com
Ecet 105   Education Specialist -snaptutorial.comEcet 105   Education Specialist -snaptutorial.com
Ecet 105 Education Specialist -snaptutorial.comDavisMurphyC39
 
ECET 330 Massive Success--snaptutorial.com
ECET 330 Massive Success--snaptutorial.comECET 330 Massive Success--snaptutorial.com
ECET 330 Massive Success--snaptutorial.comsantricksapiens71
 
Ecet 330 Success Begins / snaptutorial.com
Ecet 330 Success Begins / snaptutorial.comEcet 330 Success Begins / snaptutorial.com
Ecet 330 Success Begins / snaptutorial.comWilliamsTaylorzm
 
Ecet 330 Enthusiastic Study / snaptutorial.com
Ecet 330 Enthusiastic Study / snaptutorial.comEcet 330 Enthusiastic Study / snaptutorial.com
Ecet 330 Enthusiastic Study / snaptutorial.comStephenson033
 
ECET 330 Technology levels--snaptutorial.com
ECET 330 Technology levels--snaptutorial.comECET 330 Technology levels--snaptutorial.com
ECET 330 Technology levels--snaptutorial.comsholingarjosh102
 
Devry ecet 105 week 6 homework new
Devry ecet 105 week 6 homework newDevry ecet 105 week 6 homework new
Devry ecet 105 week 6 homework newBartholomee
 
Ecet 340 Teaching Effectively--tutorialrank.com
Ecet 340 Teaching Effectively--tutorialrank.comEcet 340 Teaching Effectively--tutorialrank.com
Ecet 340 Teaching Effectively--tutorialrank.comSoaps97
 
Devry ecet 105 week 3 homework new
Devry ecet 105 week 3 homework newDevry ecet 105 week 3 homework new
Devry ecet 105 week 3 homework newBartholomee
 
Vlsilab13
Vlsilab13Vlsilab13
Vlsilab13Krish s
 
Laboratory exercise 5
Laboratory exercise 5Laboratory exercise 5
Laboratory exercise 5swapnilswap11
 
GSP 215 RANK Become Exceptional--gsp215rank.com
GSP 215 RANK Become Exceptional--gsp215rank.comGSP 215 RANK Become Exceptional--gsp215rank.com
GSP 215 RANK Become Exceptional--gsp215rank.comclaric119
 
GSP 215 RANK Achievement Education--gsp215rank.com
GSP 215 RANK Achievement Education--gsp215rank.comGSP 215 RANK Achievement Education--gsp215rank.com
GSP 215 RANK Achievement Education--gsp215rank.comclaric169
 

Similar to ECET 230 help A Guide to career/Snaptutorial (20)

Ecet 230 Success Begins / snaptutorial.com
Ecet 230 Success Begins / snaptutorial.comEcet 230 Success Begins / snaptutorial.com
Ecet 230 Success Begins / snaptutorial.com
 
ECET 230 Massive Success--snaptutorial.com
ECET 230 Massive Success--snaptutorial.comECET 230 Massive Success--snaptutorial.com
ECET 230 Massive Success--snaptutorial.com
 
ECET 230 Technology levels--snaptutorial.com
ECET 230 Technology levels--snaptutorial.comECET 230 Technology levels--snaptutorial.com
ECET 230 Technology levels--snaptutorial.com
 
Ecet 340 Your world/newtonhelp.com
Ecet 340 Your world/newtonhelp.comEcet 340 Your world/newtonhelp.com
Ecet 340 Your world/newtonhelp.com
 
Ecet 340 Motivated Minds/newtonhelp.com
Ecet 340 Motivated Minds/newtonhelp.comEcet 340 Motivated Minds/newtonhelp.com
Ecet 340 Motivated Minds/newtonhelp.com
 
Ecet 340 Extraordinary Success/newtonhelp.com
Ecet 340 Extraordinary Success/newtonhelp.comEcet 340 Extraordinary Success/newtonhelp.com
Ecet 340 Extraordinary Success/newtonhelp.com
 
Ecet 340 Education is Power/newtonhelp.com
Ecet 340 Education is Power/newtonhelp.comEcet 340 Education is Power/newtonhelp.com
Ecet 340 Education is Power/newtonhelp.com
 
Ecet 105 Education Specialist -snaptutorial.com
Ecet 105   Education Specialist -snaptutorial.comEcet 105   Education Specialist -snaptutorial.com
Ecet 105 Education Specialist -snaptutorial.com
 
ECET 330 Massive Success--snaptutorial.com
ECET 330 Massive Success--snaptutorial.comECET 330 Massive Success--snaptutorial.com
ECET 330 Massive Success--snaptutorial.com
 
Ecet 330 Success Begins / snaptutorial.com
Ecet 330 Success Begins / snaptutorial.comEcet 330 Success Begins / snaptutorial.com
Ecet 330 Success Begins / snaptutorial.com
 
Ecet 330 Enthusiastic Study / snaptutorial.com
Ecet 330 Enthusiastic Study / snaptutorial.comEcet 330 Enthusiastic Study / snaptutorial.com
Ecet 330 Enthusiastic Study / snaptutorial.com
 
ECET 330 Technology levels--snaptutorial.com
ECET 330 Technology levels--snaptutorial.comECET 330 Technology levels--snaptutorial.com
ECET 330 Technology levels--snaptutorial.com
 
Devry ecet 105 week 6 homework new
Devry ecet 105 week 6 homework newDevry ecet 105 week 6 homework new
Devry ecet 105 week 6 homework new
 
Ecet 340 Teaching Effectively--tutorialrank.com
Ecet 340 Teaching Effectively--tutorialrank.comEcet 340 Teaching Effectively--tutorialrank.com
Ecet 340 Teaching Effectively--tutorialrank.com
 
Session1
Session1Session1
Session1
 
Devry ecet 105 week 3 homework new
Devry ecet 105 week 3 homework newDevry ecet 105 week 3 homework new
Devry ecet 105 week 3 homework new
 
Vlsilab13
Vlsilab13Vlsilab13
Vlsilab13
 
Laboratory exercise 5
Laboratory exercise 5Laboratory exercise 5
Laboratory exercise 5
 
GSP 215 RANK Become Exceptional--gsp215rank.com
GSP 215 RANK Become Exceptional--gsp215rank.comGSP 215 RANK Become Exceptional--gsp215rank.com
GSP 215 RANK Become Exceptional--gsp215rank.com
 
GSP 215 RANK Achievement Education--gsp215rank.com
GSP 215 RANK Achievement Education--gsp215rank.comGSP 215 RANK Achievement Education--gsp215rank.com
GSP 215 RANK Achievement Education--gsp215rank.com
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 

ECET 230 help A Guide to career/Snaptutorial

  • 1. ECET 230 Week 1 Homework To Purchase This Material Click below Link For more classes visit www.snaptutorial.com 1. Develop the Boolean equation for the circuit shown below 2. Determine the output Y in Problem 1 for the input values shown below 3. Redraw the circuit in Problem 1 using only 2-input NAND gates 4.Develop the Boolean equation for the circuit shown below
  • 2. 5.Determine the period of a clock waveform whose frequency is: 6.Write the VHDL text file (Entity and Architecture) for a 2-input NAND gate. 7. Write the VHDL text file for a 3-input NOR gate. 8.Write the VHDL text file for the circuit shown below 9.Develop the look-up-table (LUT) for the circuit shown in Problem 8. 10. Develop the look-up table for the Boolean equation ---------------------------------- ECET 230 Week 1 iLab Introduction to Quartus II, VHDL, and the FPGA Board To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 3. Objectives: 1.Learn How to write basic logic circuits using VHDL. 2.Using Quartus II compile and simulate the text file and then analyze the simulation for proper operation. 3.Learn how to assign pins and then how to download the program to the eSOC II board. 4. Verify that the eSOC II board behaves correctly when the output is what is expected depending on the input configuration. Using the results of the compilation for the Design Project, what percent of the FPGA is used to implement the design. In the compilation process, what is the difference between an error and a warning? Use the zoom tool to measure the propagation delays, tPHL and tPLH, for the FPGA implementing the Design Project (the times between an
  • 4. input change of state and the subsequent output change of state in response). The zoom tool is used by expanding the time scale, right clicking on one signal and selecting “Insert Time Bar.” What is “JTAG” and why is it used? Be sure to cite your sources. ---------------------------------- ECET 230 Week 2 Homework To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 5. 1. When a HIGH is on the output of the decoding circuit below, what is the binary code appearing on the inputs? 2. Write the Boolean equations for each of the following codes if an active-LOW decoder output is required: 3. Write the VHDL text file for a 3-to-8 decoder. 4. A 7-segment decoder/driver drives the display below. Using the waveforms shown, determine the sequence of digits that appear on the display. 5. Construct a truth table for an active-LOW output BCD (1-of-10) decoder 6. Derive the truth table for the Y output in the diagram below. 7. Derive the Boolean equation for the Y output in Problem 8.For the multiplexer shown below, determine the output for the following input state: 9. Determine the function of the circuit shown below. ---------------------------------- ECET 230 Week 2 iLab Decoders and Multiplexers To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 6. Objectives: Discover the operation of 7-segment displays, BCD-to-7- semgment decoders, multiplexers and demultiplexers. Demonstrate the simulation of a discrete DEMUX and decode operation with discrete components. Construct a discrete circuit with these components. Use VHDL to emulate this circuit within an FPGA. Why are the 330 Ω resistors required for the discrete logic circuit, but not for the MultiSim simulated circuit or the eSOC III circuit? Create a partial truth table showing the requirements for a seven- segment decoder to output a hexadecimal digit. This requires four input bits and six output states, A – F. For each output state, show the segments a-g. The output states for the inputs 0 – 9 are the same as for the 74LS47 (see focus.ti.com). Use capital letters A, C, E, F and lower case for b and d.
  • 7. Why is the seven-segment display driven with an active-LOW signal using discrete logic and an active-HIGH with the eSOC board? ---------------------------------- ECET 230 Week 3 Homework To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 8. 1.Determine the decimal value of each of the following unsigned binary numbers: 2.Determine the decimal value of each of the following signed binary number displayed in the 2’s complement form: 3. Determine the outputs (Cout, Sout) of a full-adder for each of the following inputs: 4.The circuit below is an attempt to build a half-adder. Will the Cout and Sout function properly? Demonstrate your rationale. 5.Determine the outputs for the circuit shown below. Assume that C0 = 0 for all cases. 6.Write the VHDL text for the 2-bit magnitude comparator shown below. 7.Write the VHDL text file for a 2-bit full-adder using BIT types. 8.Write the VHDL text file for a 2-bit full-adder using INTEGER types. 9.Develop the VHDL text file for a 4 state, 8-bit arithmetic and logic unit (ALU). The ALU inputs 2 8-bit numbers (A and B) and output an 8- bit result (Y) as shown in the table. (2 points). ---------------------------------- ECET 230 Week 3 iLab Flip-Flops in VHDL To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 9. Objectives: Simulate an edge-triggered D flip-flop. Test a 74LS74 D flip-flop and compare against predictions. Describe and simulate edge- triggered D and J-K flip-flops with VHDL. Test a 74LS112 J-K flip- flop and compare against predictions. 1. Why is the condition when both and are LOW considered illegal? 2. How does the value you measured for tsetup compare with value specified in the 74LS74 data sheet? You may need to go on-line to find this value. 3. Why were the LEDs removed before making the propagation delay measurements? 4. Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that the preset (PRE) is synchronous instead of asynchronous. The clear (CLR) remains asynchronous. ----------------------------------
  • 10. ECET 230 Week 4 Homework To Purchase This Material Click below Link For more classes visit www.snaptutorial.com 1. Sketch the Q output for the waveforms shown below applied to an active-LOW S-R latch. Assume that Q starts LOW. 2. Sketch the Q output for the waveforms shown. Assume that Q starts LOW.
  • 11. 3. Sketch the Q output for the circuit shown below. Assume that Q starts LOW. 4. Sketch the Q output for the circuit shown below. Assume that Q starts LOW. 5. Sketch the Q output for the circuit shown below. Assume that Q starts LOW. 6. Sketch the Q output for the circuit shown below. Assume that Q starts LOW. 7. Sketch the Q output for the circuit shown below. Assume that Q starts LOW. 8. Using Quartus II, or an equivalent VHDL entry program, model the D flip-flop shown below. Attach the simulation file. 9. Using Quartus II, or an equivalent VHDL entry program, model the J- K flip-flop shown below. Attach the simulation file. ---------------------------------- ECET 230 Week 4 iLab Introduction to Flip-Flops To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 12. Objectives: Simulate an edge-triggered D flip-flop. Test a 74LS74 D flip-flop and compare against predictions. Describe and simulate edge- triggered D and J-K flip-flops with VHDL. Test a 74LS112 J-K flip- flop and compare against predictions. 1. Why is the condition when both and are LOW considered illegal? 2. How does the value you measured for tsetup compare with value specified in the 74LS74 data sheet? You may need to go on-line to find this value. 3. Why were the LEDs removed before making the propagation delay measurements? 4. Modify the VHDL Architecture for the 74LS112 J-K flip-flop so that the preset (PRE) is synchronous instead of asynchronous. The clear (CLR) remains asynchronous. ----------------------------------
  • 13. ECET 230 Week 5 Homework To Purchase This Material Click below Link For more classes visit www.snaptutorial.com 1.Using Quartus II, or an equivalent VHDL entry program, develop the text file and simulation for the circuit below. Attach the .vhd and simulation files. 2.What is the output frequency of Q1 in the circuit shown below?
  • 14. 3.A synchronous binary counter is used to divide a 1 MHz input frequency to 3.90625 kHz. What is the MOD number of the counter and how many flip-flops are required? 4. If the MOD-8 binary counter is driven by a 10 MHz input clock with a 5% duty cycle, what is the output frequency and duty cycle of the final stage? 5.Determine the output frequency for the cascaded counter configuration shown below. 6.Determine the count sequence for the counter shown below. 7. Write the VHDL text file for a MOD-1024 counter using INTEGER types 8.Develop the state diagram for a MOD-5 counter with the following count sequence: 000, 001, 010, 110, 111, 000, etc. All undefined states must return to 000. ---------------------------------- ECET 230 Week 5 iLab Design of Synchronous Counters To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 15. Objectives: 1.To understand the how to design sequential counters using a VHDL logic design file. 2.To design a basic synchronous up binary counter using the VHDL Integer type. 3.To be able to use IF…THEN…ELSE statements in the design of non- binary counters. 4.To design a Gray code counter in a VHDL file and program the eSOC II board. Use the simulation run to find the delay time from clock edge to QOUT0 for the up-down counter. Why is the delay time from the clock edge to any stage of the counter (QOUT0, QOUT1, ... , QOUT7) the same?
  • 16. Based on Questions 1 and 2, what is the maximum operating frequency for this counter? ---------------------------------- ECET 230 Week 6 Homework To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 17. 1.The group of bits 10110101 is serially shifted (right-most bit first) into an 8-bit shift register with an initial state of 11100100. After two clock pulses, the register contains: (a) 01011110 (b) 10110101 (c) 01111001 (d) 00101101 2. With a 100 kHz clock frequency, eight bits can be serially entered into a shift register in: (a) 80 ms (b) 8 ms (c) 80 ms (d) 10 ms 3. For a 10-bit serial-in/serial-out shift register, determine Data out for the Data in and clock waveforms shown below. Assume that the register is initially cleared. 4. Using Quartus II, or an equivalent VHDL entry program, develop the text file and simulation for the shift register specified in Problem 3. Verify the timing diagram shown in Problem 3. Attach the .vhd and simulation files. 5.Using Quartus II, or an equivalent VHDL entry program, develop the text file and simulation for the 74LS194A universal, bi-directional shift register. Attach the .vhd and simulation files. 6.In your own words, explain the purpose of concatenation in a VHDL signal assignment. 7. Develop the state diagram for a MOD-4 counter with an even number count sequence: 000, 010, 100, 110, 000, etc. All undefined states must return to 000. ---------------------------------- ECET 230 Week 6 iLab Design of a Simple State Machine To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 18. Objectives: Deisgn a simple state machine. In Figure 6.3, what is the purpose for the arrows going from S1 to S0 and from S4 to S3? Why are these needed? What are the advantages of using state variables instead of a series of IF…THEN…ELSE statement? Give an example of a finite state machine that can be easily development using state diagrams and state variables? Do some research and determine when the state variable method of design was developed. Be sure to properly cite your sources. ---------------------------------- ECET 230 Week 7 Homework
  • 19. To Purchase This Material Click below Link For more classes visit www.snaptutorial.com 1. Is the state machine below a Moore machine or a Mealy machine? Explain your rationale. 3. Using the state diagram in Figure 10.44 on page 663 of the Dueck textbook, briefly explain the operation of the circuit shown. 4.Create the VHDL text file for the state machine described in Problem 3.
  • 20. 5. Create the Quartus II simulation for the state machine shown in Problem 3. 6. Using the state diagram in Figure 10.46 on page 665 of the Dueck textbook, how many state variables are required to implement this state machine? Why? 7. List the unused states for Problem 6? 8. Create the VHDL text file for the state machine described in Problem 6. 9. Why do we need to specify unused states in the text file in Problem 8? 10. Create the Quartus II simulation for the state machine shown in Problem 6. ---------------------------------- ECET 230 Week 7 iLab Traffic Light Design Program To Purchase This Material Click below Link For more classes visit www.snaptutorial.com
  • 21. This lab will take a simple three light, two-way intersection as in figure 1.0 and create a working program for it. Based on the timing chart 2.0, I will create a VHDL file and run a simulation to achieve a basic formula for how the intersection will work. Then using the eSOC board, I will create a visual simulation with the exception that I will be controlling the timing of the light. ANSWERS TO QUESTIONS In Figure 6.3, what is the purpose for the arrows going from S1 to S0 and from S4 to S3? Why are these needed? What are the advantages of using state variables instead of a series of IF…THEN…ELSE statement? Give an example of a finite state machine that can be easily development using state diagrams and state variables?
  • 22. Do some research and determine when the state variable method of design was developed. Be sure to properly cite your sources. ----------------------------------