From 18f1e47a2df933b285a1959b8b9d01b08ed0302a Mon Sep 17 00:00:00 2001 From: Milkies <109905773+TheMilkies@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:16:50 +0200 Subject: [PATCH] Fixed formatting --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1eb17d..1016366 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The implementation consists of such modules: ### RAM module: + ```verilog module ram(); @@ -38,8 +39,9 @@ Module represents memory which is used as RAM. It has 4096 32-bit addressable ce --- -###Cache module: +### Cache module: + ```verilog module cache(); @@ -63,6 +65,7 @@ initial endmodule ``` + So the cache contains more than just copies of the data in @@ -72,8 +75,9 @@ verify its validity. --- -###Cache and RAM module: +### Cache and RAM module: + ```verilog module cache_and_ram( input [31:0] address,