Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 4 : Following VHDL codes are from Touch _ Animation project, FSM described in FSM main, state update 1 0 , case dir

Q4: Following VHDL codes are from "Touch_Animation" project, FSM described in FSM "main",
state "update 10", case "dir" ="ul". In this case, three values "ulv", "urv" and "dlv" are examined to
determine the value of the next "dir".
A. Draw a flowchart to depict the decisions made by the VHDL codes. Remember that each
"decision diamond" shows only one Boolean query, i.e. "ulv ??=0 and urv =0 and dlv ??=0"
are in three decision diamonds, each for "ulv ??=", "urv =0" and "dlv ??=0", respectively.
B. This "IF_THEN" statement describes a Boolean logic circuit. Fill in the truth table for this
circuit. NOTE: " ulv=0" is represented by '0' and "ulv?=0" is represented by '1'.
when ul=>
if(ulv/=0 and urv=0 and dlv/=0) then dir ur;
elsif(ulv/=0 and urv/=0 and dlv=0) then dir dl;
elsif(ulv/=0) then dir dr;
else dir =ul;
end if;
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

More Books

Students also viewed these Databases questions

Question

| Who are people who model the values that I want to live?

Answered: 1 week ago