From 7ed693f6d6f74e6058163c72ec72731f3cbfb942 Mon Sep 17 00:00:00 2001 From: rohanku Date: Wed, 10 Jan 2024 17:12:23 -0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40e530ea..a10a4bbe 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ SRAM22 generates memory blocks based on a TOML configuration file. An example co ```toml num_words = 64 data_width = 32 -mux_ratio = 2 -write_size = 32 +mux_ratio = 4 +write_size = 8 control = "ReplicaV2" # The `pex_level` flag is only available with a full installation. pex_level = "rcc"