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.

how to check delay in interrrupts?

Status
Not open for further replies.

samiksha

Junior Member level 1
Joined
Jan 3, 2008
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,397
i'm designing an interrupt controller in verilog. the problem i'm facing is when our first interrupt acknowledgement (inta)signal comes, we'll write data on data bus. when 2nd inta comes another data shud be written nd similarly for the third inta. nw the point is how to check three pulses coming on the same signal inta. nd giving different output to data bus on three consecutive inta.
waiting for ur answers
thanku
 

You can easily check it in simulation...
Do you want to check it on hardware...?
If you want to do so use a digital storage Oscope.
 

hum,i'm not really understand your question.

you wan to check the inta input pulse? the interrupt pulse should feed in from external, so you should apply the interrupt signal to your interrupt controller. so i think there is no worry about the interrupt input signal and you can simply see the signal using oscilloscope.
 

just use a 2-bit counter to count the external interrupt. Then you will know which data should be placed on the bus.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top