Searching \ for '%CPLD's%' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: www.piclist.com/techref/index.htm?key=cplds
Search entire site for: 'CPLD's'.

Sub string match.
PICList Thread
'[EE]: FPGA's CPLD's etc....starting point'
2003\02\06@234623 by Jonathan Johnson

flavicon
face
Can anyone on list offer any pointers for someone looking at getting into
programmable logic? FPGA's and CPLD's etc.
Good starting point?
What language do you recommend? I read a little on verilog and VHDL but dont
really have a clue in this arena.
Recommended reading? on and offline.
what manufaturers platform do you recommend? Ive been looking at xilinx.

any and all pointers will be greatly appreciated.


thanks

Jonathan

--
http://www.piclist.com hint: PICList Posts must start with ONE topic:
[PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads

2003\02\07@013553 by Herbert Graf

flavicon
face
> Can anyone on list offer any pointers for someone looking at getting into
> programmable logic? FPGA's and CPLD's etc.
> Good starting point?
> What language do you recommend? I read a little on verilog and
> VHDL but dont
> really have a clue in this arena.
> Recommended reading? on and offline.
> what manufaturers platform do you recommend? Ive been looking at xilinx.

       Thanks to a project at work I was exposed to Xilinx's 9500 series CPLDs.
There are GREAT to work with, very easy to get going with them. The software
is free and includes both Verilog and VHDL support, programmer software and
a good sim. The programmer itself is pretty simple to build (although I used
the programmer we have at work).

       As for language I personally prefer Verilog, by a large margin. Coming from
a programming background Verilog seems more "natural" to me, it's quite "C"
like in the way it does things. VHDL is OK, but I was just never very
comfortable with it.

Hope this helped. TTYL

--
http://www.piclist.com hint: The list server can filter out subtopics
(like ads or off topics) for you. See http://www.piclist.com/#topics

2003\02\07@103809 by Micro Eng

picon face
Both Xilinx and Altera offer small free packages online to start with
development.

Seems that in the states, west of the mississippi verilog is used, and east
of it VHDL is used.  I prefer verilog myself.

Now, withe the Altera s/w for the 7000 series parts, you can do schematic
capture if you don't have an interest in learning an HDL, but I would
recommend that you do learn it.  Most large designs are done in HDL






{Quote hidden}

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

--
http://www.piclist.com hint: The list server can filter out subtopics
(like ads or off topics) for you. See http://www.piclist.com/#topics

2003\02\10@060129 by Pepe Benitez

picon face
Estimado Herbert,

Con fecha viernes, 07 de febrero de 2003, 7:34:27, escribis:

>> Can anyone on list offer any pointers for someone looking at getting into
>> programmable logic? FPGA's and CPLD's etc.
>> Good starting point?
>> What language do you recommend? I read a little on verilog and
>> VHDL but dont
>> really have a clue in this arena.
>> Recommended reading? on and offline.
>> what manufaturers platform do you recommend? Ive been looking at xilinx.

HG>         Thanks to a project at work I was exposed to Xilinx's 9500 series CPLDs.
HG> There are GREAT to work with, very easy to get going with them. The software
HG> is free and includes both Verilog and VHDL support, programmer software and
HG> a good sim. The programmer itself is pretty simple to build (although I used
HG> the programmer we have at work).

HG>         As for language I personally prefer Verilog, by a large margin. Coming from
HG> a programming background Verilog seems more "natural" to me, it's quite "C"
HG> like in the way it does things. VHDL is OK, but I was just never very
HG> comfortable with it.

HG> Hope this helped. TTYL

HG> --
HG> http://www.piclist.com hint: The list server can filter out subtopics
HG> (like ads or off topics) for you. See http://www.piclist.com/#topics

    You can take a look at Altera website, you can use the most advanced
 tool in FPGA programming using Quartus II, with a very nice
 interface. Also they have many chips to work with.
    And I program VHDL (don't know much Verilog) is very easy, but
 you have to remember to program a circuit, you are not programming a
 software program. You program a RTL logic or a behaviour.
    And an ISP programmer is byteblaster, very easy to build.
    With this you have too much to start, take a look at Altera,
 Xilinx and lately Actel is coming to the consumers side.

--
Saludos,
Pepe                            .....zumbita00KILLspamspam.....yahoo.es

___________________________________________________
Yahoo! Msviles
Personaliza tu msvil con tu logo y melodma favorito
en http://moviles.yahoo.es

--
http://www.piclist.com hint: To leave the PICList
EraseMEpiclist-unsubscribe-requestspam_OUTspamTakeThisOuTmitvma.mit.edu>

2003\02\11@042755 by Martin.Buehler
picon face
if you only want to use relatively small fpgas, it makes no sense to use
altera quartus software. you better use altera maxplus, which is an older
tool, but may give you better results for chips of the max3k or max7k
technology.
although i do fpga design every day, i usually take maxplus (for chips up
to 30kgates).
tino





Pepe Benitez <zumbita00spamspam_OUTYAHOO.ES>
Gesendet von: pic microcontroller discussion list <@spam@PICLISTKILLspamspamMITVMA.MIT.EDU>
10.02.03 12:05
Bitte antworten an pic microcontroller discussion list


       An:     KILLspamPICLISTKILLspamspamMITVMA.MIT.EDU
       Kopie:
       Thema:  Re: [EE]: FPGA's CPLD's etc....starting point


Estimado Herbert,

Con fecha viernes, 07 de febrero de 2003, 7:34:27, escribis:

>> Can anyone on list offer any pointers for someone looking at getting
into
>> programmable logic? FPGA's and CPLD's etc.
>> Good starting point?
>> What language do you recommend? I read a little on verilog and
>> VHDL but dont
>> really have a clue in this arena.
>> Recommended reading? on and offline.
>> what manufaturers platform do you recommend? Ive been looking at
xilinx.

HG>         Thanks to a project at work I was exposed to Xilinx's 9500
series CPLDs.
HG> There are GREAT to work with, very easy to get going with them. The
software
HG> is free and includes both Verilog and VHDL support, programmer
software and
HG> a good sim. The programmer itself is pretty simple to build (although
I used
HG> the programmer we have at work).

HG>         As for language I personally prefer Verilog, by a large
margin. Coming from
HG> a programming background Verilog seems more "natural" to me, it's
quite "C"
HG> like in the way it does things. VHDL is OK, but I was just never very
HG> comfortable with it.

HG> Hope this helped. TTYL

HG> --
HG> http://www.piclist.com hint: The list server can filter out subtopics
HG> (like ads or off topics) for you. See http://www.piclist.com/#topics

    You can take a look at Altera website, you can use the most advanced
 tool in FPGA programming using Quartus II, with a very nice
 interface. Also they have many chips to work with.
    And I program VHDL (don't know much Verilog) is very easy, but
 you have to remember to program a circuit, you are not programming a
 software program. You program a RTL logic or a behaviour.
    And an ISP programmer is byteblaster, very easy to build.
    With this you have too much to start, take a look at Altera,
 Xilinx and lately Actel is coming to the consumers side.

--
Saludos,
Pepe                            RemoveMEzumbita00TakeThisOuTspamyahoo.es

___________________________________________________
Yahoo! Msviles
Personaliza tu msvil con tu logo y melodma favorito
en http://moviles.yahoo.es

--
http://www.piclist.com hint: To leave the PICList
spamBeGonepiclist-unsubscribe-requestspamBeGonespammitvma.mit.edu

--
http://www.piclist.com hint: PICList Posts must start with ONE topic:
[PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads


'[EE]:CPLD's --was PIC Based Logic Analyzer'
2003\11\17@121954 by Dal Wheeler
flavicon
face
The 3.3v (XL series) version is a little bit better than that in practice
(~25% lower).  It's still not an ideal family for long lived battery powered
devices.  The coolrunner family is spec'd better for that, but you'd need
level converters if your other hardware isn't 1.8v-2.5v.

These are loads better than the old style gals/pals I used in school.  They
are way more hardy and don't get nearly as hot when pressed.  I'm not sure
why, but I could always get my AMD PAL22V10's to "forget" after a while.
That kind of soured me on programmable logic for a while.  (the cypress
versions I worked with later did work better).  Still, these xilinx
components are quite a bit more reliable for me.  I used the altera parts
before these and they worked handily, but I got irritated with them when
they took out verilog support of the free dev package.  It turns out that I
can get the xilinx parts easier/cheaper anyway.

{Original Message removed}

More... (looser matching)
- Last day of these posts
- In 2003 , 2004 only
- Today
- New search...