S
Sergey Katsev
Guest
All,
Im using Xilinx WebPack ISE 8, and the project is just fixed_synth
with fixed_pkg and math_utility_pkg in IEEE_PROPOSED.
After removing some incompatibilities (such as aliases), I get these errors:
Compiling vhdl file "/vhdl/math_utility_pkg.vhdl" in Library ieee_proposed.
Compiling vhdl file "/vhdl/fixed_pkg_c_new.vhdl" in Library ieee_proposed.
WARNING:HDLParsers:3350 - "/vhdl/fixed_pkg_c_new.vhdl" Line 1478. Null
range: 0 downto 1
WARNING:HDLParsers:3350 - "/vhdl/fixed_pkg_c_new.vhdl" Line 1479. Null
range: 0 downto 1
WARNING:HDLParsers:3350 - "/vhdl/fixed_pkg_c_new.vhdl" Line 1480. Null
range: 0 downto 1
Architecture fixed_pkg of Entity fixed_pkg is up to date.
Compiling vhdl file "/vhdl/fixed_synth.vhdl" in Library work.
Entity <fixed_synth> compiled.
ERROR:HDLParsers:163 - "/vhdl/fixed_synth.vhdl" Line 659. Unexpected
symbol read: ?.
ERROR:HDLParsers:800 - "/vhdl/fixed_synth.vhdl" Line 659. Type of
outarray is incompatible with type of =.
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 670. parse error,
unexpected NOR
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 671. parse error,
unexpected XNOR
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 672. parse error,
unexpected NAND
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 673. parse error,
unexpected OR
Is it actually not understanding the VHDL, or am I setting up the
project incorrectly?
Thanks in advance,
Sergey
Im using Xilinx WebPack ISE 8, and the project is just fixed_synth
with fixed_pkg and math_utility_pkg in IEEE_PROPOSED.
After removing some incompatibilities (such as aliases), I get these errors:
Compiling vhdl file "/vhdl/math_utility_pkg.vhdl" in Library ieee_proposed.
Compiling vhdl file "/vhdl/fixed_pkg_c_new.vhdl" in Library ieee_proposed.
WARNING:HDLParsers:3350 - "/vhdl/fixed_pkg_c_new.vhdl" Line 1478. Null
range: 0 downto 1
WARNING:HDLParsers:3350 - "/vhdl/fixed_pkg_c_new.vhdl" Line 1479. Null
range: 0 downto 1
WARNING:HDLParsers:3350 - "/vhdl/fixed_pkg_c_new.vhdl" Line 1480. Null
range: 0 downto 1
Architecture fixed_pkg of Entity fixed_pkg is up to date.
Compiling vhdl file "/vhdl/fixed_synth.vhdl" in Library work.
Entity <fixed_synth> compiled.
ERROR:HDLParsers:163 - "/vhdl/fixed_synth.vhdl" Line 659. Unexpected
symbol read: ?.
ERROR:HDLParsers:800 - "/vhdl/fixed_synth.vhdl" Line 659. Type of
outarray is incompatible with type of =.
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 670. parse error,
unexpected NOR
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 671. parse error,
unexpected XNOR
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 672. parse error,
unexpected NAND
ERROR:HDLParsers:164 - "/vhdl/fixed_synth.vhdl" Line 673. parse error,
unexpected OR
Is it actually not understanding the VHDL, or am I setting up the
project incorrectly?
Thanks in advance,
Sergey