From e9ecb6cefb7d25ea6325227b41cdd47cda4a03d5 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Fri, 20 Jun 2025 10:24:06 -0700 Subject: [PATCH] README typo Signed-off-by: James Cherry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf82ce8..47db78e1 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ git clone https://github.com/parallaxsw/OpenSTA.git cd OpenSTA mkdir build cd build -cmake -DCUDD_DIR= ,. +cmake -DCUDD_DIR= .. make ``` The default build type is release to compile optimized code.