Solving ModelSim XE III 6.2g Digital Circuit Design Issue

  • Thread starter Thread starter soul
  • Start date Start date
AI Thread Summary
The user faced issues while running a testbench simulation in ModelSim XE III 6.2g after designing a digital circuit. The errors indicated that a formal port "i" in the VHDL code had no actual associated with it, leading to a compilation failure. The user initially sought help to resolve the problem, but later identified their mistake independently. The discussion highlights common challenges in VHDL simulation and the importance of correctly associating ports. Ultimately, the user resolved the issue on their own.
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.
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top