From c085c31c5d4796bb2fbef2ec1d35cea358c0d8e0 Mon Sep 17 00:00:00 2001 From: slederer Date: Fri, 28 Feb 2025 02:44:54 +0100 Subject: [PATCH] tridoracpu: disable vgafb for now --- tridoracpu/Makefile | 6 ++++-- tridoracpu/tridoracpu.srcs/top_ccgm.v | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tridoracpu/Makefile b/tridoracpu/Makefile index 828556f..262b5ac 100644 --- a/tridoracpu/Makefile +++ b/tridoracpu/Makefile @@ -24,8 +24,10 @@ srcs = \ $(SRCDIR)/sdspi.v \ $(SRCDIR)/stackcpu.v \ $(SRCDIR)/stack.v \ - $(SRCDIR)/uart.v \ - $(SRCDIR)/vgafb.v + $(SRCDIR)/uart.v + +# also modify top.v to enable vgafb +#srcs += $(SRCDIR)/vgafb.v # for CCGMA1-EVB srcs += $(SRCDIR)/cpuclk_ccgm.v $(SRCDIR)/top_ccgm.v $(SRCDIR)/mem_ccgm.v diff --git a/tridoracpu/tridoracpu.srcs/top_ccgm.v b/tridoracpu/tridoracpu.srcs/top_ccgm.v index 9cbdaa8..3ddc09d 100644 --- a/tridoracpu/tridoracpu.srcs/top_ccgm.v +++ b/tridoracpu/tridoracpu.srcs/top_ccgm.v @@ -5,7 +5,7 @@ //`define clock clk //`define clkfreq 100000000 //`define clock clk_1hz -`define ENABLE_VGAFB +//`define ENABLE_VGAFB //`define ENABLE_MICROSD module top(