Defining a real valued input in the entity

Guest
How does one define a port input to be a real value? To define an integer it
would be
PORT (
input : IN integer
),

what is the equivalent for real-values?

dougs
 
PORT (
input : IN real;



<dougs@dougs.com> wrote in message news:<bvpn54$qm0$1@tomahawk.unsw.edu.au>...
How does one define a port input to be a real value? To define an integer it
would be
PORT (PORT (
input : IN integer
),

what is the equivalent for real-values?

dougs
 

Welcome to EDABoard.com

Sponsor

Back
Top