FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-15-2009, 07:24 AM
Joshi & Joshi
Guest
 
Posts: n/a
Default what is Timing generating before interfacing?

Hi ..

'm having ADC chip "ADS 8364" wit 25m Hz input Clock . ADC output
Signal Going to FPGA and its out signal going to processor fr further
process.

my problem is before writing vhdl Code i want generate timings ADC to
FPGA but

(1) i don no what is this timing generation ?

(2) why this necessary before Code ?

(3)Can any one give example timing code generation for ADC's

Waiting for all yur Inputs

Joshi


Reply With Quote
  #2 (permalink)  
Old 12-15-2009, 01:09 PM
KJ
Guest
 
Posts: n/a
Default Re: what is Timing generating before interfacing?

On Dec 15, 1:24*am, "Joshi & Joshi" <joship...@gmail.com> wrote:
> Hi ..
>
> 'm having ADC chip "ADS 8364" *wit 25m Hz input Clock . ADC output
> Signal Going to FPGA and its out signal going to processor fr further
> process.
>
> my problem is before writing vhdl Code i want generate timings ADC to
> FPGA but
>
> (1) i don no what is this timing generation ?
>


A timing diagram. Refer to the data sheet for the part.

> (2) why this necessary before Code ?
>


It isn't.

> (3)Can any one give example timing code generation for ADC's
>

http://focus.ti.com/lit/ds/symlink/ads8364.pdf (Page 26)

KJ
Reply With Quote
  #3 (permalink)  
Old 12-15-2009, 01:10 PM
KJ
Guest
 
Posts: n/a
Default Re: what is Timing generating before interfacing?

On Dec 15, 7:09*am, KJ <kkjenni...@sbcglobal.net> wrote:

>
> http://focus.ti.com/lit/ds/symlink/ads8364.pdf(Page 26)
>

Make that page 6, not 26

KJ
Reply With Quote
  #4 (permalink)  
Old 12-15-2009, 01:46 PM
Joshi
Guest
 
Posts: n/a
Default Re: what is Timing generating before interfacing?

>On Dec 15, 7:09=A0am, KJ <kkjenni...@sbcglobal.net> wrote:
>
>>
>> http://focus.ti.com/lit/ds/symlink/ads8364.pdf(Page 26)
>>

>Make that page 6, not 26
>
>KJ
>

thanks fr Input

ya i had this Data sheet .. But i want Know how to make use use of Giving
timing diagrams in VHDL Code ..
Can any one Give Give Xmple Code fr Timing Generating Code ..

for what purpose we want generate this Code?

Joshi

---------------------------------------
This message was sent using the comp.arch.fpga web interface on
http://www.FPGARelated.com
Reply With Quote
  #5 (permalink)  
Old 12-15-2009, 06:27 PM
Rob Gaddi
Guest
 
Posts: n/a
Default Re: what is Timing generating before interfacing?

On Mon, 14 Dec 2009 22:24:40 -0800 (PST)
"Joshi & Joshi" <[email protected]> wrote:

> Hi ..
>
> 'm having ADC chip "ADS 8364" wit 25m Hz input Clock . ADC output
> Signal Going to FPGA and its out signal going to processor fr further
> process.
>
> my problem is before writing vhdl Code i want generate timings ADC to
> FPGA but
>
> (1) i don no what is this timing generation ?
>
> (2) why this necessary before Code ?
>
> (3)Can any one give example timing code generation for ADC's
>
> Waiting for all yur Inputs
>
> Joshi
>
>


You generate timed sequences of events by writing a finite state
machine clocked by a system clock of known frequency.

--
Rob Gaddi, Highland Technology
Email address is currently out of order
Reply With Quote
  #6 (permalink)  
Old 12-16-2009, 09:32 AM
Kolja Sulimma
Guest
 
Posts: n/a
Default Re: what is Timing generating before interfacing?

On 15 Dez., 07:24, "Joshi & Joshi" <joship...@gmail.com> wrote:
> my problem is before writing vhdl Code i want generate timings ADC to
> FPGA but
>
> (1) i don no what is this timing generation ?
> (2) why this necessary before Code ?


We also don't know.
I find it really hard from your post to understand what it is that you
need.
Maybe you are talking about a testbench that when run in a simulator
creates
the waveforms that you see in the data sheet so that you can see
whether your
hdl code reacts correctly to them?

In this case you can do stuff like this:
wait for 10ns;
cs <= '1';
wait for 5ms;
.....

Kolja Sulimma
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DDR2 MEMORY INTERFACING INTERFACING WITH HARWARE CORE AND MICROBLAZE SUMAN FPGA 1 03-12-2009 02:45 PM
Timing requirements for generating off-chip clock with DDR register [email protected] FPGA 7 03-10-2009 11:49 PM
Questions about Timing closure Floorplan and individual timing constraints commone FPGA 0 12-09-2007 09:07 AM
generating zlotawy VHDL 1 07-31-2007 09:42 PM
Interfacing ADC_DSK6713 - Interrupt, Timing Martin J. DSP 0 02-01-2007 02:00 PM


All times are GMT +1. The time now is 02:56 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved