Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | rtl simulation model for microblaze

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

rtl simulation model for microblaze - mizrahi_lior - 2010-05-05 13:25:00

Hello,

My design is an spartan 3 with MicroBlaze.
I'm running functional simulation in NCsim ( CADENCE ).

Does anyone knows how to intergrate an rtl model of the microblaze in thefunctional simulation?

I found some .vhd files but they are all encrypted.
Xilinx did not givve me answer about that yet.

Does anyone knows about an rtl model for Microblaze of a similarprocessor?

Lior

	   
					
---------------------------------------		
Posted through http://www.FPGARelated.com
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: rtl simulation model for microblaze - mamu - 2010-05-05 17:52:00

Hi,

you can generate simulation model of your system from the XPS GUI. I
don't remember the exact process but it is (was) well documented. XPS
also generates script files for modelsim to setup and run a
simulation. I managed to run it in activeHDL after downloading some
precompiled libs for microblaze from aldec' site.

Remember that if you have external components (e.g. SDRAM) you most
likely need sim models of those too to make any sensible simulation
runs.

Finally, if you intend to verify a custom peripheral you might
consider doing a BFM sim instead. You will then need to get the PLB
toolkit from xilinx.

HTH
Magne