I'm a new user on EDK and i want to simulate this processor for a specific purpose (I just want to simulate and not to implement on a real FPGA platform). I need to feed data to processor from my PC. I think that the only way to do this is to transmit data from Hyperterminal to MicroBlaze. If so, how can i do this? Please provide me step-by-step instructions for this purpose. Is there any other way?
I'm confused...If you want to simulate the MicroBlaze in say Modelsim you can't communicate with it via Hyperterminal. Besides I wouldn't even try to run a simulation that has to boot the MicroBlaze and run SW. If you have a week to run the simulation you might get somewhere with it.
If you just want to run it in a test bench you'll have to create a bus functional model of a UART transmit that will be attached to the UART of the MicroBlaze.
What you're trying to do will be a lot easier using a MicroBlaze system running on an FPGA.