Fixed DE0 compilation problems

This commit is contained in:
Niels Moseley 2018-02-19 00:29:30 +01:00
parent 8066942b40
commit a0dae6f9a7
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ module apple1 #(
reg [2:0] fg_colour;
reg [2:0] bg_colour;
reg [1:0] font_mode;
wire [7:0] vga_mode_dout;
reg [7:0] vga_mode_dout;
vga #(
.VRAM_FILENAME (VRAM_FILENAME),

View File

@ -23,7 +23,7 @@
//
module vram #(
parameter VRAM_FILENAME = "../../../roms/vga_vram.bin",
parameter VRAM_FILENAME = "../../../roms/vga_vram.bin"
) (
input clk, // clock signal
input [10:0] read_addr, // read address bus