From d21a8117c64a68ebe5b5e70cfe82cab36cbeb222 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Tue, 21 Nov 2023 14:13:58 -0800 Subject: [PATCH] fix: README inaccurately stated number of columns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0787278..40e530ea 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ If you have access to proprietary tools (eg. Calibre, Spectre, etc.) and would l to the SRAM22 plugins for those tools, please contact us. The number of rows in the SRAM bitcell array is `num_words / mux_ratio`. -The number of columns in the array is `num_words * mux_ratio`. +The number of columns in the array is `data_width * mux_ratio`. A valid configuration must have: * A `mux_ratio` of 4 or 8