Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VHDL Book for this kind of Questions:

Status
Not open for further replies.

soc

Junior Member level 3
Joined
Oct 9, 2006
Messages
25
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,464
Any book where I can find theory,questions and explanation of the following types:-

Design an Asynchronous State Machine that works as a Toggle (T) flip-flop, i.e.,
if T=’1’, the flip-flop should toggle its output and if T=’0’ it should keep its
value.The flip-flop should change value on the positive edge of the clock.
a) Derive the FSM
b) Derive the Flow table and minimize it.
c) Assign states and derive the Karnaugh maps and boolean expressions.
d) Implement the circuit using FPGA LUTs.
 

This is a very simple excersice you should be able to do it! Dont try to search
books to solve such problem. Try to solve them yourself. If you have any
doubt about ur solution; you can discuss ur solution on this forum.
We will help you. This is the only way to learn. Dont look for fish try to learn
how to catch one.
 

Hi,
You can try in JOHN.I dont remember full name.But you can find these type of questions and answers to them as well.
All the best
cheers
 

hi,

You can find theory and procedure to solve FSM in Digital Logic by Stephen Brown by using VHDL or
by using Verilog.

In FPGA LUT point of view u can find in Digital System By Charles ROTH.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top