16X8 Character Rom in verilog - need materials

Status
Not open for further replies.

crazy_man1234

Newbie level 6
Joined
Jun 18, 2009
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
uk
Activity points
1,356
verilog vga character rom

Hi
Could any1 help to build a character ROM for my VGA controller, i need to deveolp a 16X8 character rom, any document to model rom in verilog would be helpful

Thanks
 

verilog character rom

case (address)
0: rom = 8'b00001000;
1: rom = 8'b10101010;
2: rom = 8'b01010101;
...
endcase
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…