Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Spartan-3 -> Spartan-2 problem

There are 1 messages in this thread.

You are currently looking at messages 0 to 1.

Spartan-3 -> Spartan-2 problem - aleksa - 2008-09-04 11:34:00

About two months ago I've started learning VHDL,
CPLD and FPGA.

Right from the start I've choosen Spartan-3 (XC3S50) and
didn't look at Spartan-II because I wanted to use the latest chip.

Now I am making a board with 50 5V TTL inputs and idea was to use
the CPLD XC95144XL as a level translator...but I just don't like it.

So, now I am trying Spartan-II (XC2S50),
which is 5V tolerant, and I have 3 problems/issues:

1. when I start "Implement design", ISE complains:
   "MapLib:95 - IBUF symbol "CLOCK1_IBUF" (output signal=CLOCK1_IBUF1)
    is promoted to indicate the use of GCLKIOB site."

   I have 7 clocks in my design and ISE gives me the same report
   for 3 of them. What does it mean and what should I do about it?

   It works fine on spartan-3.


2. when I start "Floorplan IO - Pre-Synthesis", ISE complains:
   "ERROR:HDLParsers:3562 - pepExtractor.prj line 1
    Expecting 'vhdl' or 'verilog'   keyword,  found 'work'."

   (This I can fix with LOC attribute..)


3. for how long will	 Spartan-II be available?


Cheers