FPGARelated.com
Forums

modelsim and rocketio

Started by shalini August 31, 2004
When doing behavioral simulation using modelsim 5.8b SE version for
rocket io
i am getting the warning as 
# No default binding for component 'gt_fibre_channel_4'(no entity
gt_fibre_channel) was found.

and all the outputs of mgt are having the value 'U'.
shalini wrote:

> When doing behavioral simulation using modelsim 5.8b SE version for > rocket io > i am getting the warning as > # No default binding for component 'gt_fibre_channel_4'(no entity > gt_fibre_channel) was found.
A default binding means that the component AND the entity AND the instance code all use the same identifier 'gt_fibre_channel_4' and all are compiled and in scope. A vhdl configuration is an alternative to a default binding. Good luck. -- Mike Treseler
Make sure you have set your smartmodel mappings in your modelsim.ini file
(end of it). These mappings are used by Modelsim to find out were the
compiled smartmodel library is located. Also have a look on the Xilinx
website which contains lots of info on how to use RocketIO with Modelsim :-)

Hans
www.ht-lab.com


-- 
Regards,
Hans.
"shalini" <shalini_rao27@yahoo.co.in> wrote in message
news:bb192883.0408310354.538b339f@posting.google.com...
> When doing behavioral simulation using modelsim 5.8b SE version for > rocket io > i am getting the warning as > # No default binding for component 'gt_fibre_channel_4'(no entity > gt_fibre_channel) was found. > > and all the outputs of mgt are having the value 'U'.