I have implemented a FSL core for the Microblaze processor. It is a very easy test programm, and now I wanna try to use chipscope to take a look at the internal registers of my Core. I think this is achivable with Chipscope, so is there somewhere a useful tutorial which explains me step by step what I have to do to be able to read out data from my core? Would be very thankful for usefull tips
Best Wishes Clemens
Didn't find your answer? Ask the community — no account required.
J
Johan Bernspång
y
at
cope,
what
It shouldn't be any problem at all. Use ChipScope Inserter after=20 synthesis and before implementation of the system. In the inserter you=20 should be able to connect the ChipScope core to the signals of your core.=
After the insertion of the core in your system netlist you just continue =
the design flow with the ngdbuild, map, par, bitgen, bitinit and impact.
I did this over a year ago, and at that time I had to move some files=20 generated by the ngdbuild to the implementation directory manually.=20 Below is an example of the commandos I used at the command line.