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
nc6
Contributor
nc6
Posts: 40
Registered: ‎05-07-2009
0

BFM Simulation

Dear All,

 

I want to do a part system simulation. This setup involves, PLB 4.6 bus, PLB4.6 Master BFM, PLB4.6 Monitor BFM, Sync, a couple of user IPs (both slave peripherals).  I want to write to the slaves and read from them using the PLB4.6 master bfm.  since there is some communication going on between the slave peripherals,  i want to do the reading and writing from the plb46 master BFM simultaneously when both the peripherals are present. the setup seems verymuch like the one in page 4 (figure 3) of BFM_simulation_in Platform_studio user guide, except there is only one master and no arbiter.

 

Also in the XPS, should i configure the BFM master to make its native Dwidth is 32 instead of 128 (all my slaves are 32 bit wide and the microblaze master i am going to use in the main system is 32 bit wide as well)?

 

can EDK automatically create a sample.bfl file for this setup? or should it be manually written?

 

Thanks.