AR# 34567

|

11.4 ISE Simulator (ISim) - Bi-directional signals are not initialized during simulation restart

描述

I have a design with bi-directional signals.It simulates successfully when I first run the simulation. However, when I restart the simulation, the simulation fails because the bi-directional signals are not assigned default values as defined in the HDL:

tbio <= TB_INOUT_Z;

where TB_INOUT_Z is defined as a constant via the following HDL

TYPE tb_inout IS
RECORD
inout_sig : STD_LOGIC;
out_sig : STD_LOGIC;
END RECORD;

CONSTANT TB_INOUT_Z : tb_inout :=
(
inout_sig => 'Z',
out_sig => 'Z'
);


How can I resolve this issue?

解决方案


This is an issue in ISE Simulator 11. It has been resolved in ISE Design Suite 12.

To download and install the latest version of ISE Design Suite, visit the Download Center at http://www.xilinx.com/support/download/index.htm

链接问答记录

相关答复记录

Answer Number 问答标题 问题版本 已解决问题的版本
33381 ISE Design Suite 11 - ISE Simulator (ISim) Known Issues N/A N/A
AR# 34567
日期 12/15/2012
状态 Archive
Type 综合文章
Tools More Less
People Also Viewed