Solving ModelSim XE III 6.2g Digital Circuit Design Issue

  • Thread starter Thread starter soul
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
soul
Messages
61
Reaction score
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?
 
Engineering news on Phys.org
Ok. I found my mistake. Sorry for mess.