aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--design/vga.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/design/vga.v b/design/vga.v
index 4b71b28..9057304 100644
--- a/design/vga.v
+++ b/design/vga.v
@@ -151,6 +151,7 @@
reg [0:7] font [128 * 16 - 1 : 0];
+ /* Should result in initialization of embedded RAM */
initial begin
$readmemb(FONT_FILE, font, 0, 128 * 16 - 1);
end