From 47f73366f5c474b1362c0d9cfb588f8e9cb1eec2 Mon Sep 17 00:00:00 2001
From: Dag Einar <debnord@hotmail.no>
Date: Thu, 7 Nov 2024 17:50:26 +0100
Subject: [PATCH] =?UTF-8?q?m=C3=A5tte=20endre=20navn=20p=C3=A5=20fifo=20fo?=
 =?UTF-8?q?r=20kompilering?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Rx.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rx.vhd b/Rx.vhd
index 27a87d7..98dac7d 100644
--- a/Rx.vhd
+++ b/Rx.vhd
@@ -164,7 +164,7 @@ begin
     --------------------------------------------------------------------------------------------------------------------------------
     --component fifo
     --------------------------------------------------------------------------------------------------------------------------------
-    fifo: entity progkrets.fifo 
+    fifo: entity Files.fifo 
         Port map(
             clock => clk,
             data => fifo_inn,
-- 
GitLab