Skip to content
Snippets Groups Projects
Commit 1c634e4a authored by Kia's avatar Kia
Browse files

spacing

parent 4a896dda
Branches
No related tags found
No related merge requests found
...@@ -237,11 +237,9 @@ class ReduceRuleTable(Elaboratable): ...@@ -237,11 +237,9 @@ class ReduceRuleTable(Elaboratable):
self.table_width = (lang_params.W_max_RHS + lang_params.W_nonterminal) self.table_width = (lang_params.W_max_RHS + lang_params.W_nonterminal)
self.table_depth = lang_param.number_of_reduce_rules self.table_depth = lang_param.number_of_reduce_rules
# Interfaces # Interfaces
self.bus = OneDimensionTableBus(parameters=lang_params) self.bus = OneDimensionTableBus(parameters=lang_params)
self.mem = Memory(width=self.table_width, depth=self.table_depth, init=input_array) self.mem = Memory(width=self.table_width, depth=self.table_depth, init=input_array)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment