EmbDev.net

Forum: FPGA, VHDL & Verilog Implement function for three architectures using VHDL


von Sergey L. (sergey_levv)


Rate this post
useful
not useful
Hello!

I have a task: implement copying integer array using VHDL for stack, GPR 
and accumulator structure. In generally I understand how this three 
structures works. However I do not understand how to program it. Could 
anybody help with this task?

von Lothar M. (Company: Titel) (lkmiller) (Moderator)


Rate this post
useful
not useful
Sergey L. wrote:
> Could anybody help with this task?
Helping means: you start with something and then we discuss about it.
Its not the same like "can anybody do my homework?"...

> In generally I understand how this three structures works.
There is no "usual way" to implement those three components.
A stack can be only a two level hardware stack like the first PICs had, 
or it could be a register set on which a stack based Computer is 
working.
A GPR can be one memory cell or a special register set in a processor.

So: start with your description of the structure (it is not a 
"program" you are writing, otherwise it would be VHPL instead of VHDL!) 
and when you encounter specific problems, then ask.

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.