-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I am using arty a7 100 board with microblaze running at 100 mhz and ddr at 200 mhz . Instead of having axi gpio or uart I hv a custom ip attached to perif interconnect. I want to run this custom ip through microblaze signals frm vitis . When I try to write some value on this address of custom ip through vitis , I am not getting output or any changes on board.for testing purpose trying to turn onboard leds which i mapped in custom ip output to slv reg0 so when some value is changed of this register from vitis I need led to light up ( for testing purpose) I have a different controller code which I want to run through microblaze signals as a host. Tried connecting ila probes to the axi output I'm not getting any changes too.could please let me know what issue I might have?