From a72cadd5ec4bd0d1eba2b8ef58f40d16e06a4836 Mon Sep 17 00:00:00 2001 From: NouranAbdelaziz Date: Sat, 6 Apr 2024 18:08:52 +0200 Subject: [PATCH] updated max freq values after fixing clock propagation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d101652..32b835f 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ EF_UART_APB INST ( The following table is the result for implementing the EF_UART IP with different wrappers using Sky130 PDK and [yosys](https://github.com/YosysHQ/yosys). |Module | Number of cells | Max. freq | |-|-|-| -|EF_UART|1590| 212 MHz | -|EF_UART_APB|1943| 192 MHz| -|EF_UART_AHBL|1973| 232 MHz| +|EF_UART|1590| 277 MHz | +|EF_UART_APB|1943| 208 MHz| +|EF_UART_AHBL|1973| 250 MHz| ## The Programming Interface