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 | IEEE fixed_pkg not recognized in ISE 11.1

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

IEEE fixed_pkg not recognized in ISE 11.1 - axr0284 - 2010-01-19 17:35:00

Hi,
 I was wondering why this declaration in my code:
use IEEE.fixed_pkg.all;

spits out this error when I try to synthesize in ISE 11.1
Library unit fixed_pkg is not available in library IEEE.

It works in Active HDL simulation.

Any idea why?
Thanks,
Amish
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: IEEE fixed_pkg not recognized in ISE 11.1 - Amal - 2010-01-19 19:12:00

On Jan 19, 5:35=A0pm, axr0284
<axr0...@yahoo.com> wrote:
> Hi,
> =A0I was wondering why this declaration in my code:
> use IEEE.fixed_pkg.all;
>
> spits out this error when I try to synthesize in ISE 11.1
> Library unit fixed_pkg is not available in library IEEE.
>
> It works in Active HDL simulation.
>
> Any idea why?
> Thanks,
> Amish

Vendors are starting to support VHDL 2008.  ModelSim already supplies
these.  For synthesis, you might need to add a few translate_off/
translate_on for the version supplied by ModelSim.

You can get a copy (not sure if it s up to date or not) from:

http://www.eda-stds.org/vhdl-200x/vhdl-200x-ft/packages_old/vhdl-200x-pkgs_=
18.zip

-- Amal
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: IEEE fixed_pkg not recognized in ISE 11.1 - Amal - 2010-01-19 19:16:00

On Jan 19, 7:12=A0pm, Amal
<akhailt...@gmail.com> wrote:
> On Jan 19, 5:35=A0pm, axr0284 <axr0...@yahoo.com> wrote:
>
> > Hi,
> > =A0I was wondering why this declaration in my code:
> > use IEEE.fixed_pkg.all;
>
> > spits out this error when I try to synthesize in ISE 11.1
> > Library unit fixed_pkg is not available in library IEEE.
>
> > It works in Active HDL simulation.
>
> > Any idea why?
> > Thanks,
> > Amish
>
> Vendors are starting to support VHDL 2008. =A0ModelSim already supplies
> these. =A0For synthesis, you might need to add a few translate_off/
> translate_on for the version supplied by ModelSim.
>
> You can get a copy (not sure if it s up to date or not) from:
>
> http://www.eda-stds.org/vhdl-200x/vhdl-200x-ft/packages_old/vhdl-200x...
>
> -- Amal

I guess Mike answered this here:
http://groups.google.com/group/comp.lang.vhdl/browse_thread/thread/805c3397=
b1fec45a

-- Amal

Re: IEEE fixed_pkg not recognized in ISE 11.1 - HT-Lab - 2010-01-20 03:35:00

"Amal" <a...@gmail.com> wrote in message 
news:9...@e16g2000yqc.googlegroups.com...
On Jan 19, 5:35 pm, axr0284 <axr0...@yahoo.com> wrote:
> Hi,
> I was wondering why this declaration in my code:
> use IEEE.fixed_pkg.all;
>
> spits out this error when I try to synthesize in ISE 11.1
> Library unit fixed_pkg is not available in library IEEE.
>
> It works in Active HDL simulation.
>
> Any idea why?
> Thanks,
> Amish

> Vendors are starting to support VHDL 2008.

Yes you are right, I just got Mentor's Precision beta program email and going 
through the features I noticed some VHDL2008 support including support for the 
fixed point, numeric_signed and numeric_unsigned packages. They next release 
will also support expressions in port maps which I assume they needed for the 
above packages since they don't seem to support any other VHDL2008 language 
constructs.

Hans
www.ht-lab.com



______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.