From 35002868037fc4499bc08eddd3cb3597886dfd17 Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 25 Aug 2022 04:32:19 -0700 Subject: [PATCH] Cleanup typos --- pipelined/src/generic/mem/bram2p1r1w.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelined/src/generic/mem/bram2p1r1w.sv b/pipelined/src/generic/mem/bram2p1r1w.sv index de5a09f27..8c66a963a 100644 --- a/pipelined/src/generic/mem/bram2p1r1w.sv +++ b/pipelined/src/generic/mem/bram2p1r1w.sv @@ -5,8 +5,8 @@ // March 29, 2022 // Modified: Based on UG901 vivado documentation. // -// Purpose: On-chip SIMPLERAM, external to core -// +/// Purpose: On-chip RAM array +// // A component of the Wally configurable RISC-V project. // // Copyright (C) 2021 Harvey Mudd College & Oklahoma State University