Read output from external chip using microblaze

N

nana_7488

Guest
Hi all
I got stuck with my design. I'm planning to use microblaze in ML505 boar
to read my full custom chip output and display to hyperterminal.
I've found one tutorial about read DIP switch using microblaze, but here
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 tha
the microbalze can read the signal.

FYI, I want to test my chip by driven the input signal using test vecto
that I've designed using VHDL in Virtex-5(ML505)and the test vector outpu
will be the input of my chip. Then my chip will produce the output an
display at hyperterminal using microblaze.

Hope somebody can help me with this.
Thanks



---------------------------------------
Posted through http://www.FPGARelated.com
 
"nana_7488" <nana_7488@n_o_s_p_a_m.yahoo.com> wrote in message
news:SNWdnf0AHOmu_SLSnZ2dnUVZ_gydnZ2d@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.
 
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 her
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 vecto
output
will be the input of my chip. Then my chip will produce the output and
display at hyperterminal using microblaze.

Hope somebody can help me with this.
Thanks
What is the interface of the "full custon chip" that you want to read?
Or is it just a bunch of signals?


---------------------------------------
Posted through http://www.FPGARelated.com
 
Hi all
I got stuck with my design. I'm planning to use microblaze in ML50
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 s
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.

Hope somebody can help me with this.
Thanks

What is the interface of the "full custon chip" that you want to read?
Or is it just a bunch of signals?


---------------------------------------
Posted through http://www.FPGARelated.com
Hi
my interface is a test vector generator(vhdl file) to generate the 2 inpu
of 8-bit to my full custom chip. output of my chip will be read again an
compare with expected result and also to display at hyperterminal.
Actually i want to make this simple, but this is the only plan I have t
display the output by using microblaze.
Do you have any idea to solve my prob?Thanks.

---------------------------------------
Posted through http://www.FPGARelated.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, bu
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 tes
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.

Hope somebody can help me with this.
Thanks

What is the interface of the "full custon chip" that you want to read?
Or is it just a bunch of signals?


Hi
my interface is a test vector generator(vhdl file) to generate the
input
of 8-bit to my full custom chip. output of my chip will be read again and
compare with expected result and also to display at hyperterminal.
Actually i want to make this simple, but this is the only plan I have to
display the output by using microblaze.
Do you have any idea to solve my prob?Thanks.
Does the phrase "sledgehammer to crack a nut" mean anything to you?
Unless you are allergic to HDLs, it is time to learn digital design an
Verilog or VHDL.


---------------------------------------
Posted through http://www.FPGARelated.com
 

Welcome to EDABoard.com

Sponsor

Back
Top