Google Groups Home Help | Sign in
External Cloking of Altera MAX 7000S
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Moussa A. Ba  
View profile
 More options Oct 7 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: "Moussa A. Ba" <b...@eng.umd.edu>
Date: 1999/10/07
Subject: External Cloking of Altera MAX 7000S
Good day, I am very new to FPGA design so excuse my ignorance.  I just
finished simulating my first FPGA design.  The simulated is based on a
4Mhz clock.  After burning the circuit on the chip and supplying my
external clock through a 4 Mhz crystal, the clock gets totally messed up
as soon as it is connected to the fpga clock input, am I suffering from
loading problem?  Is there any other way to provide a reliable clock to
the system.  By the way, the board I am using is the UP1 board
university program.
Thank you in advance

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brad Ree  
View profile
 More options Oct 7 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: Brad Ree <brad....@programmable-products.com>
Date: 1999/10/07
Subject: Re: External Cloking of Altera MAX 7000S
Not to be picky, but the 7000 family is not an FPGA.  This device is
actually an EPLD (Altera terms) or CPLD(Xilinx terms).  The reason for this
is that this device has a PLD structure, which is the AND/OR array feeding
into registers.

These EPLDs and FPGAs can not work with a crystal as the clock source.  You
should use an oscillator for the clock.  I am not familiar with the UP1
board, but would expect that there would be a location for an oscillator.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Peters  
View profile
 More options Oct 7 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: "Andy Peters" <apeters.nos...@nospam.noao.edu.nospam>
Date: 1999/10/07
Subject: Re: External Cloking of Altera MAX 7000S

Moussa A. Ba wrote in message <37FC834C.E6B5F...@eng.umd.edu>...
>Good day, I am very new to FPGA design so excuse my ignorance.  I just
>finished simulating my first FPGA design.  The simulated is based on a
>4Mhz clock.  After burning the circuit on the chip and supplying my
>external clock through a 4 Mhz crystal, the clock gets totally messed up
>as soon as it is connected to the fpga clock input, am I suffering from
>loading problem?  Is there any other way to provide a reliable clock to
>the system.  By the way, the board I am using is the UP1 board
>university program.

You can't use a crystal by itself, like you can on some microcontrollers.
Crystals do not have TTL (or CMOS) outputs.  You need to buffer it (the
common trick is to use unbuffered CMOS inverters; I forget the part number).
Save yourself some grief and buy a 4 MHz TTL-out oscillator.

-- a
-----------------------------------------
Andy Peters
Sr Electrical Engineer
National Optical Astronomy Observatories
950 N Cherry Ave
Tucson, AZ 85719
apeters (at) noao \dot\ edu

"Creation Science" is oxymoronic.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moussa Ba  
View profile
 More options Oct 7 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: Moussa Ba <b...@eng.umd.edu>
Date: 1999/10/07
Subject: Re: External Cloking of Altera MAX 7000S
Thank you for your reply.  I forgot to mention in my email that I did use a TTL
crystal oscillator.  And I still get a messed up signal as soon as I connect the

clock to the clock input of the MAX chip.

P.S.:  I am an alumni of University of Arizona, currently in Maryland, how is
Tucson?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike  
View profile
 More options Oct 8 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: "Mike" <mmatu...@ics-ltd.com>
Date: 1999/10/08
Subject: Re: External Cloking of Altera MAX 7000S

Moussa Ba wrote in message <37FD1D45.848CC...@eng.umd.edu>...
>Thank you for your reply.  I forgot to mention in my email that I did use a
TTL
>crystal oscillator.  And I still get a messed up signal as soon as I
connect the

>clock to the clock input of the MAX chip.

Is it possible that you connect your clock to a wrong pin? Check how your
pins were routed in your .rpt file. It sounds like you are connecting your
clock to a pin configured as an output.

Mikhail Matusov


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Moussa Ba  
View profile
 More options Oct 8 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: Moussa Ba <b...@eng.umd.edu>
Date: 1999/10/08
Subject: Re: External Cloking of Altera MAX 7000S
The board I am using is the University Program Altera board that features a
MAX7000S as well as a FLEX10K chip.  I did notice that on the pinout of the
MAX7000S it had a bunch of VCCIO, VCCINT and GND pins.  In my pin description
file it mentions that these pins have to be connected to 5.0,5.0 and GND
respectively.  I assumed that these pins were directly driven by the on-board
power supply.  Is my assumption wrong?  I did test out the pins and they provide
no Voltage.  Do I have to provide that voltage?

Moussa


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Peters  
View profile
 More options Oct 11 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: "Andy Peters" <apeters.nos...@nospam.noao.edu.nospam>
Date: 1999/10/11
Subject: Re: External Cloking of Altera MAX 7000S

Moussa Ba wrote in message <37FE7BBC.BCF86...@eng.umd.edu>...
>The board I am using is the University Program Altera board that features a
>MAX7000S as well as a FLEX10K chip.  I did notice that on the pinout of the
>MAX7000S it had a bunch of VCCIO, VCCINT and GND pins.  In my pin
description
>file it mentions that these pins have to be connected to 5.0,5.0 and GND
>respectively.  I assumed that these pins were directly driven by the
on-board
>power supply.  Is my assumption wrong?  I did test out the pins and they
provide
>no Voltage.  Do I have to provide that voltage?

VCCIO and VCCINT are the chip's power supply voltage inputs.  You need to
connect them to a +5V supply.  The board should have some sort of
power-supply input (otherwise, it's not going to do anything interesting!).

tucson is gorgeous this time of year...

-- a
-----------------------------------------
Andy Peters
Sr Electrical Engineer
National Optical Astronomy Observatories
950 N Cherry Ave
Tucson, AZ 85719
apeters (at) noao \dot\ edu

"Creation Science" is oxymoronic.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
davezz9472  
View profile
 More options Oct 21 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: davezz9...@my-deja.com
Date: 1999/10/21
Subject: Re: External Cloking of Altera MAX 7000S
MAX7000S is 5V part but is also compatible with 3.3V I/O. VCCIO pins
are the I/O voltage pins. VCCINT pins are the internal logic power
pins. If your design use 5V only both of them will be connected to 5V.
If you want interface to 3.3V parts, then you need connect VCCIO to
3.3V supply.

In article <37FE7BBC.BCF86...@eng.umd.edu>,
  Moussa Ba <b...@eng.umd.edu> wrote:

Sent via Deja.com http://www.deja.com/
Before you buy.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edward Moore  
View profile
 More options Oct 23 1999, 3:00 am
Newsgroups: comp.arch.fpga
From: "Edward Moore" <edmo...@digitate.freeserve.co.uk>
Date: 1999/10/23
Subject: Re: External Cloking of Altera MAX 7000S
No. You are all wrong.

The Klingons are the only people able to cloak a MAX device, and it requires
a quantum hilarity to power it.

Or do I mean the ROMulans ?.

--
Edward Moore


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google