I am experimenting with some Old Legacy Spartan 3 , 6 and Virtex 5 Series Kits as a part of research work. I am currently designing a microblaze processor systems. Is it possible that without using RS232 cable interface I can view the results on Console like a normal C/C++ application. ?
Asked
Active
Viewed 81 times
0
-
Results of what? Can you describe the problem a little bit more :) – Caglayan DOKME Sep 14 '21 at 18:08
-
printing statements like hello word on console. Like MS visual studio. – Arslan Majid Sep 15 '21 at 19:56
-
There are applications that use the Microblaze Debug Module for serial communication. But, you don't want an RS232 interface. If you have a development board with an OLED screen, then you may want to print your *results* there? Onboard LEDs would also be a good choice to represent the status of your application.. – Caglayan DOKME Sep 16 '21 at 07:50