K
KJ
I started using fixed_pkg and wrote some simple programs also.But when
I tried to synthesis the code it came "Library ieee_proposed cannot be
found."
I successfully simulated the same design.
Is Library ieee_proposed not synthesisable????????
pls help...- Hide quoted text -
Yes the library is synthesizable. You need to tell ISE to compile the
file with the fixed point package into the 'ieee_proposed'
library...the default library is 'work'.
KJ