On Fri, 28 Apr 2006 10:31:29 +0200, Attila Csosz <
[email protected]>
wrote:
>Hi,
>
>Is there a simple conversion routine in vhdl to convert real type time
>data to time type data? For example: "0.001" -> "1 ms"
>
>Thanks
> Attila
Just multiply by the appropriate time unit (in your example, 1 second).
- Brian