Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

not an executable line in vhdl

Status
Not open for further replies.

p11

Banned
Joined
Jan 25, 2014
Messages
177
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
0
pleaxe help.. i was running a vhdl code... and it was well running .. but suddenly the simulation o.p is not as desired and the error shows that the simulation stops at line 100.what i can recall is i pressed the step button hust to see what is its function , but now unable to undo... please help.. using xilinx 9.1 version.
 

Can you post the exact error (or errors) and the exact line 100 (or line 100 + any lines that continue the statement started on line 100).

My guess is "not an executable line" is a custom error message generated by an assert/report with a severity of error/failure.
 

Possibly by pressing Stop, you caused the program to install a breakpoint at that line. So now it always stops at that line. Look for a menu option that removes a breakpoint, or all breakpoints.
 

Can you post the exact error (or errors) and the exact line 100 (or line 100 + any lines that continue the statement started on line 100).

My guess is "not an executable line" is a custom error message generated by an assert/report with a severity of error/failure.












This is a Lite version of ISE Simulator.
Simulator is doing circuit initialization process.
Finished circuit initialization process.
ERROR:Simulator:596 - Index 70 out of bound 0 to 69.
Simulation stopped when executing process: po.vhd:794
on line 806 in file "C:/payel1/po.vhd"
%
 

That means you're accessing index 70 of an array that doesnt exist, because you only have elements 0 to 69.
You'll have to post the code if you want more help.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top