soul
- 61
- 0
For the digital circuit design lesson we have to install xilinx and modelsim. After I designed the circuit and run the testbench simulation, I encountered a problem.
# Reading C:/Modeltech_xe_starter/tcl/vsim/pref.tcl
# do intro_tb.fdo
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim XE III vcom 6.2g Compiler 2007.02 Feb 22 2007
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Loading package numeric_std
# -- Loading package vcomponents
# -- Compiling entity intro
# -- Compiling architecture behavioral of intro
# ** Error: intro.vhf(90): (vcom-1035) Formal port "i" has no actual associated with it.
# ** Error: intro.vhf(109): VHDL Compiler exiting
# ** Error: C:/Modeltech_xe_starter/win32xoem/vcom failed.
# Error in macro ./intro_tb.fdo line 5
# C:/Modeltech_xe_starter/win32xoem/vcom failed.
# while executing
# "vcom -93 -explicit intro.vhf"
The bold lines were written with red. I do not how I can fix this problem. Can anyone help me?
# Reading C:/Modeltech_xe_starter/tcl/vsim/pref.tcl
# do intro_tb.fdo
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim XE III vcom 6.2g Compiler 2007.02 Feb 22 2007
# -- Loading package standard
# -- Loading package std_logic_1164
# -- Loading package numeric_std
# -- Loading package vcomponents
# -- Compiling entity intro
# -- Compiling architecture behavioral of intro
# ** Error: intro.vhf(90): (vcom-1035) Formal port "i" has no actual associated with it.
# ** Error: intro.vhf(109): VHDL Compiler exiting
# ** Error: C:/Modeltech_xe_starter/win32xoem/vcom failed.
# Error in macro ./intro_tb.fdo line 5
# C:/Modeltech_xe_starter/win32xoem/vcom failed.
# while executing
# "vcom -93 -explicit intro.vhf"
The bold lines were written with red. I do not how I can fix this problem. Can anyone help me?