Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

Timming issue

Altera_Forum
Honored Contributor II
1,324 Views

Hi, 

Can I use the "conv_integer" (for 24 bits) twice in the same line (in the architecture) and to use the data immediately in the next clock cycle (in the process)? On modelSim it looks good but I'm afraid the in the real worlds, I could miss it in the up coming cycle... 

Idan 

:( 

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
303 Views

The "conv_integer" function is, itself, free in hardware.

0 Kudos
Altera_Forum
Honored Contributor II
303 Views

at the end of the day, the integer is just just bits. the conv_integer (I would go on about how conv_integer is not part of a standard package, but hey ho, you wont listen). is basically free. Its more to do with types in VHDL.

0 Kudos
Reply