"nana_7488" <
nana_7488@n_o_s_p_a_m.yahoo.com> wrote in message
news:SNWdnf0AHOmu_SLS...@giganews.com...
> Hi all
> I got stuck with my design. I'm planning to use microblaze in ML505 board
> to read my full custom chip output and display to hyperterminal.
> I've found one tutorial about read DIP switch using microblaze, but here I
> want the output of my external chip to be read by microblaze.
> I'm confused of the device_ID that I should use in my programming so that
> the microbalze can read the signal.
>
> FYI, I want to test my chip by driven the input signal using test vector
> that I've designed using VHDL in Virtex-5(ML505)and the test vector output
> will be the input of my chip. Then my chip will produce the output and
> display at hyperterminal using microblaze.
ChipscopePro does that, I think. I mean, I know what chipscope does; just
not sure if you meant what I thought you were trying to say. There's a 30
day free eval license.
The microblaze needs the embedded tools edition. That's dandy if you have it
already. (In which case, you already have ChipscopePro.) Eval license for
that is also available.
I wouldn't take the microblaze approach, to solve apparently a small problem
with a much larger project. I'm assuming here that if the data rate is slow
enough to make a serial terminal feasible, it's a tiny tiny problem.
Gpio interface is the answer to your dipswitch question. Anything much more
complex really would be better on chipscope.