Moving a square on VGA monitor VHDL

Guest #6542205
Rate this post
useful
not useful
- Make the coordinates for your square change over time.
- Bonus: Detect when your square collides with the screen boundaries and 
invert the moving direction of x or y accordingly.

Regards,
gustl
Moderator (Company: Titel) #6544890
Rate this post
useful
not useful
Cristina E. wrote:
> do you have any idea how I should write the process?
Its not the problem of how to write "the process". Maybe you don't need 
an additional process at all. Or maybe you need 4 more processes. That 
depends on how the code looks now...

> I managed to generate a square on the monitor, but I want it to
> move alone on the monitor.
It goes more to the deep: how do you generate a picture on the screen? 
and how do you generate a square in that picture? And what parameters 
determine the position of the square? And how can you make those 
parameters variable?

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now