madalin1990
Full Member level 2
- Joined
- Apr 4, 2012
- Messages
- 124
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 2,090
I want to display an 800x600 picture using a vga controller.I have used a rather "barbaric" method to implement the ROM:using a matlab script I generated 480000 times:
Unsurprisingly synthesizing is taking forever to finish.
So does someone have an idea of how to implement this memory more efficiently?
Code:
assign mem [address] = pixel_value
Unsurprisingly synthesizing is taking forever to finish.
So does someone have an idea of how to implement this memory more efficiently?