Macros not found error
diff --git a/openlane/chaos_automaton_full/macro_placement.cfg b/openlane/chaos_automaton_full/macro_placement.cfg
index bbfb360..35b9e83 100644
--- a/openlane/chaos_automaton_full/macro_placement.cfg
+++ b/openlane/chaos_automaton_full/macro_placement.cfg
@@ -1,19 +1,19 @@
-chaos_automaton_subarray 100.0 120.0 N

-chaos_automaton_subarray 1053.0 120.0 N

-chaos_automaton_subarray 2006.0 120.0 N

+chaos_subarray 100.0 120.0 N

+chaos_subarray 1053.0 120.0 N

+chaos_subarray 2006.0 120.0 N

 

-chaos_automaton_subarray 100.0 819.0 N

-chaos_automaton_subarray 1053.0 819.0 N

-chaos_automaton_subarray 2006.0 819.0 N

+chaos_subarray 100.0 819.0 N

+chaos_subarray 1053.0 819.0 N

+chaos_subarray 2006.0 819.0 N

 

-chaos_automaton_subarray 100.0 1518.0 N

-chaos_automaton_subarray 1053.0 1518.0 N

-chaos_automaton_subarray 2006.0 1518.0 N

+chaos_subarray 100.0 1518.0 N

+chaos_subarray 1053.0 1518.0 N

+chaos_subarray 2006.0 1518.0 N

 

-chaos_automaton_subarray 100.0 2217.0 N

-chaos_automaton_subarray 1053.0 2217.0 N

-chaos_automaton_subarray 2006.0 2217.0 N

+chaos_subarray 100.0 2217.0 N

+chaos_subarray 1053.0 2217.0 N

+chaos_subarray 2006.0 2217.0 N

 

-chaos_automaton_subarray 100.0 2916.0 N

-chaos_automaton_subarray 1053.0 2916.0 N

-chaos_automaton_subarray 2006.0 2916.0 N
\ No newline at end of file
+chaos_subarray 100.0 2916.0 N

+chaos_subarray 1053.0 2916.0 N

+chaos_subarray 2006.0 2916.0 N
\ No newline at end of file
diff --git a/verilog/rtl/chaos_automaton_full.v b/verilog/rtl/chaos_automaton_full.v
index 1f334f9..a0ecd5c 100644
--- a/verilog/rtl/chaos_automaton_full.v
+++ b/verilog/rtl/chaos_automaton_full.v
@@ -105,9 +105,9 @@
  *-----------------------------------------------------------------
  */
 
-module chaos_automaton #(
-    parameter XSIZE = 20,		// Number of cells left to right
-    parameter YSIZE = 20,		// Number of cells top to bottom
+module chaos_automaton_full #(
+    parameter XSIZE = 10,		// Number of cells left to right
+    parameter YSIZE = 10,		// Number of cells top to bottom
     parameter ASIZE = 9,		// Enough bits to count XSIZE * YSIZE
     parameter BASE_ADR = 32'h 3000_0000 // Wishbone base address
 )(
@@ -412,8 +412,8 @@
  */
 
 module chaos_array #(
-    parameter XSIZE = 20,
-    parameter YSIZE = 20,
+    parameter XSIZE = 10,
+    parameter YSIZE = 10,
     parameter BASE_ADR = 32'h3000_0000
 )(
 `ifdef USE_POWER_PINS