From 44b0e55b3f433c155b42b25b826daee0bb1ec47d Mon Sep 17 00:00:00 2001
From: Kia <kia@special-circumstanc.es>
Date: Thu, 22 Apr 2021 09:55:39 -0600
Subject: [PATCH] rename

---
 unoptimized_lr/simple_lr_tables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unoptimized_lr/simple_lr_tables.py b/unoptimized_lr/simple_lr_tables.py
index 3aa1080..7f3b561 100644
--- a/unoptimized_lr/simple_lr_tables.py
+++ b/unoptimized_lr/simple_lr_tables.py
@@ -50,7 +50,7 @@ class ShiftReduceTableBus(Record):
 
 
 
-class LRTable(Elaboratable):
+class ShiftReduceTable(Elaboratable):
     def __init__(self, *, lang_params, input_array):
         # Parameters
 
-- 
GitLab