changed clock to io_in[0]
diff --git a/openlane/tiny_user_project/config.json b/openlane/tiny_user_project/config.json
index 59718fe..9105713 100644
--- a/openlane/tiny_user_project/config.json
+++ b/openlane/tiny_user_project/config.json
@@ -8,8 +8,8 @@
"dir::../../verilog/rtl/tiny_user_project.v"
],
"CLOCK_TREE_SYNTH": 1,
- "CLOCK_PORT": "clk",
- "CLOCK_NET": "ref::$CLOCK_PORT",
+ "CLOCK_PORT": "io_in[0]",
+ "CLOCK_NET": "io_in[0]",
"FP_SIZING": "absolute",
"DIE_AREA": "0 0 300 300",
"FP_PIN_ORDER_CFG": "dir::pin_order.cfg",
@@ -50,4 +50,4 @@
"vss"
]
}
-}
\ No newline at end of file
+}