Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Newbie
giorgos2
Posts: 1
Registered: ‎05-20-2009
0

Problems with generating VHDL code

Hello,

 

I am trying to generate VHDL code for my system-generator system, but i am facing problem below:

 

 

Summary of Errors:

Error 0001: caught standard exception

Block: Unspecified

--------------------------------------------------------------------------------

 

Error 0001:

 

Reported by:

Unspecified

 

Details:

standard exception: XNetlistEngine:

An exception was raised:

com.xilinx.sysgen.netlist.NetlistInternal: time value is outside

permissable range

 

 

 

Unfortunately i can imagine what can cause this problem. Could anybody help me?

Visitor
sidharthg
Posts: 3
Registered: ‎05-21-2009
0

Re: Problems with generating VHDL code

Go into the sysgen folder in your project.

 

Check out the above mentioned file  "com.xilinx.sysgen.netlist.NetlistInternal" and search for time value.

 

Hope this helps.

 

Sid 

Administrator
criley
Posts: 249
Registered: ‎08-16-2007
0

Re: Problems with generating VHDL code

Check out Xilinx's Master Answer Record for standard exception errors and see if any of the solutions resolve the problem:

http://www.xilinx.com/support/answers/29430.htm

 

You may also want to poke around your model and simply the FPGA clock period and Simulink System Period to find out if the "time value is outside permissible range" message is correct.   You can also set the "Block icon display" in the SysGen token to "Normalized sample periods" which is helpful in understanding where sample period change in the model.