Maker Pro
Maker Pro

How to create PROM contents and burn it?

L

lefoot

Hi. First time to visit here.
I'm in the course of 'Logic Design', novice that cannot implement even simplest
FSM easily. ( only have experience to implement 4bit adder... such things)

Given the project that implements DDR game(as you know, famous Rhythm action
game), I was supposed to write the pattern of points to PROM in advance, and
give an output(using LED array) by connecting its input to counter. In other
words, I want the PROM to give output by address given from Counter's output.

But how can I write contents(such as 10010), and burn the PROM with it?
I have searched the webs, but so many PROMs by many companies confuses me.
I cannot know even whether the chip found on Web is in my lab or not.
By chance, came to know that "Atm CPS8.02" was installed on the computer in
that lab, and that it is the Burning Rom Software!

By searching Web, I found out that the Software burns the PROM produced by
Atmel, so I searched my lab, and got AT17LV010.
But my teammate says that because it is a serial ROM, so I cannot implement
what I want.

* I want to implement 64 words by 5bits ROM by burning PROM of atmel.
How can I do that?

will thank for your reply...
 
A

Aubrey McIntosh

Hi. First time to visit here.
....
But how can I write contents(such as 10010), and burn the PROM with it?
I have searched the webs, but so many PROMs by many companies confuses me.
I cannot know even whether the chip found on Web is in my lab or not.
By chance, came to know that "Atm CPS8.02" was installed on the computer in
that lab, and that it is the Burning Rom Software!

By searching Web, I found out that the Software burns the PROM produced by
Atmel, so I searched my lab, and got AT17LV010.
But my teammate says that because it is a serial ROM, so I cannot implement
what I want.

Is the AT17LV010 the only PROM in the lab? I think you should be told
which PROMS are in the lab, or else told that you can choose any PROM
that you want.
Check with the instructor or the teaching assistant.
 
Top