From b9dc8d9e33e85b76de2154b8671a880ec151ac3e 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