H
hansman
I am trying to build and simulate an FPGA System built with
EDK 6.1.1. The system contains a PPC and an Ethernet MAC.
I have set up the simulation libraries according to the getting started with edk manual.
when compiling the behavioral simulation (do system.do) modelsim 5.7g puts following errors:
If one of you knows the answer for this behavior it would be great!
# Model Technology ModelSim SE vcom 5.7g Compiler 2003.10 Oct 10 2003
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Loading package std_logic_arith
# -- Loading package std_logic_unsigned
# -- Loading package plb2opb_bridge_pkg
# -- Loading package proc_common_pkg
# -- Compiling entity plb2opb_bridge_opb_if
# -- Compiling architecture plb2opb_bridge_opb_if of plb2opb_bridge_opb_if
# WARNING[1]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/plb2opb_bridge_v1_00_b/hdl/vhdl/plb2opb_bridge_opb_if.vhd(296): No default binding for component: "bgo_opb_if_ila". (No entity named "bgo_opb_if_ila" was found)
# WARNING[1]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/plb2opb_bridge_v1_00_b/hdl/vhdl/plb2opb_bridge_opb_if.vhd(302): No default binding for component: "bgo_opb_if". (No entity named "bgo_opb_if" was found)
and
Model Technology ModelSim SE vcom 5.7g Compiler 2003.10 Oct 10 2003
# -- Loading package standard
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): near "xlxv35eb": syntax error
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): A space is required between a number and an identifier.
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): A space is required between a number and an identifier.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): near "þî_": Identifier may not end with an underscore.
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): A space is required between a number and an identifier.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): near "@®": unterminated string
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(2): near "n": unterminated string
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(4): A space is required between a number and an identifier.
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(4): A space is required between a number and an identifier.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(6): near "e_": Identifier may not end with an underscore.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(6): unterminated string
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(7): unterminated string
# WARNING: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(8): Non-printable characters are not allowed in extended identifiers
# ERROR: C:/Modeltech_5.7g/win32/vcom failed.
# Error in macro ./system.do line 140
# C:/Modeltech_5.7g/win32/vcom failed.
# while executing
# "vcom -93 -work lib_common_v1_00_a C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd
# "
EDK 6.1.1. The system contains a PPC and an Ethernet MAC.
I have set up the simulation libraries according to the getting started with edk manual.
when compiling the behavioral simulation (do system.do) modelsim 5.7g puts following errors:
If one of you knows the answer for this behavior it would be great!
# Model Technology ModelSim SE vcom 5.7g Compiler 2003.10 Oct 10 2003
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Loading package std_logic_arith
# -- Loading package std_logic_unsigned
# -- Loading package plb2opb_bridge_pkg
# -- Loading package proc_common_pkg
# -- Compiling entity plb2opb_bridge_opb_if
# -- Compiling architecture plb2opb_bridge_opb_if of plb2opb_bridge_opb_if
# WARNING[1]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/plb2opb_bridge_v1_00_b/hdl/vhdl/plb2opb_bridge_opb_if.vhd(296): No default binding for component: "bgo_opb_if_ila". (No entity named "bgo_opb_if_ila" was found)
# WARNING[1]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/plb2opb_bridge_v1_00_b/hdl/vhdl/plb2opb_bridge_opb_if.vhd(302): No default binding for component: "bgo_opb_if". (No entity named "bgo_opb_if" was found)
and
Model Technology ModelSim SE vcom 5.7g Compiler 2003.10 Oct 10 2003
# -- Loading package standard
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): near "xlxv35eb": syntax error
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): A space is required between a number and an identifier.
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): A space is required between a number and an identifier.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): near "þî_": Identifier may not end with an underscore.
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): A space is required between a number and an identifier.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(1): near "@®": unterminated string
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(2): near "n": unterminated string
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(4): A space is required between a number and an identifier.
# WARNING[4]: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(4): A space is required between a number and an identifier.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(6): near "e_": Identifier may not end with an underscore.
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(6): unterminated string
# ** Error: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(7): unterminated string
# WARNING: C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd(8): Non-printable characters are not allowed in extended identifiers
# ERROR: C:/Modeltech_5.7g/win32/vcom failed.
# Error in macro ./system.do line 140
# C:/Modeltech_5.7g/win32/vcom failed.
# while executing
# "vcom -93 -work lib_common_v1_00_a C:/Xilinx/EDK/hw/XilinxProcessorIPLib/pcores/lib_common_v1_00_a/hdl/vhdl/addr_iet_inc_ip_bus.vhd
# "