Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Contributor
beandigital
Posts: 98
Registered: ‎04-27-2010
0

BFM Sim

I am trying to do a BFM SIM IN edk 12.4. Ihave copied the bfm files to the EDK dir and created the simulation files for my custom core. When I try and load the bfm_system.xmp file I get the following error message

 

ERROR:EDK - Illegal MPD definition for synch_bus in MHS file. Look in console for errors..

 

It seems to be complaining about this,

 

 BEGIN bfm_synch
 PARAMETER INSTANCE = synch_bus
 PARAMETER HW_VER = 1.00.a
 PARAMETER C_NUM_SYNCH = 4
 PORT FROM_SYNCH_OUT = synch0 & synch1 & synch2 & synch3
 PORT TO_SYNCH_IN = synch
 END

 

as if I comment it out the project will load. Does anyone know what the problem is?

 

Thanks

 

Jon