There are 4 messages in this thread.
You are currently looking at messages 0 to 4.
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______________________________
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______________________________
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
"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______________________________