From ee94c97e4f8208d0c7404887cda16d00f67c6f1f Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 21 May 2024 15:57:42 +0200 Subject: comments --- rtl/src/cpu.v | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rtl/src/cpu.v') diff --git a/rtl/src/cpu.v b/rtl/src/cpu.v index a3b94ff..64e3d49 100644 --- a/rtl/src/cpu.v +++ b/rtl/src/cpu.v @@ -1,3 +1,6 @@ +// cpu: +// Connects the various bit and pieces together. + module cpu ( input clk, input rstn, -- cgit v1.2.3