AR# 65453

|

Vivado 2015.x - ERROR: [XSIM 43-3190] The "System Verilog real type port" is not supported yet for simulation

描述

I am getting the following error related to a real type module port:

ERROR: [XSIM 43-3190] File "C:/10323503/Controller_dpi.sv" Line 4 : The "System Verilog real type port" is not supported yet for simulation.

RTL Sample code:

module Controller_dpi(
    input real Controller_U_error_d,
    output real Controller_Y_control_signal
);

When will this be supported?

解决方案

Vivado simulator does support real type, but not at a module port. 

This feature is planned to be added in a future release of Vivado.

AR# 65453
日期 10/19/2015
状态 Active
Type 已知问题
器件
Tools
People Also Viewed