revert using empty power up display values

This commit is contained in:
nino-porcino 2022-01-15 10:57:00 +01:00
parent de3902a843
commit c511cf1571
3 changed files with 2050 additions and 1 deletions

View File

@ -35,7 +35,8 @@ module display_ram (
reg [5:0] ram_data[0:2047];
initial
$readmemb("roms/vga_vram.bin", ram_data, 0, 2047);
//$readmemb("roms/vram_powerup_pattern.bin", ram_data, 0, 2047);
$readmemb("roms/vram_empty.bin", ram_data, 0, 2047);
always @(posedge clk)
begin

2048
rtl/roms/vram_empty.bin Normal file

File diff suppressed because it is too large Load Diff