From e807454c338a61c08f7b3131ffa9dd607e79761e Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 12 Oct 2023 19:08:48 +0300 Subject: [PATCH] fix: copy powered netlist when building tt_top the new power gated tt-multiplexer requires powered netlist for the included macros. --- shuttle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuttle.py b/shuttle.py index 5e46a0f..c9d89ef 100644 --- a/shuttle.py +++ b/shuttle.py @@ -139,7 +139,7 @@ def copy_macros(self): f"tt-multiplexer/ol2/tt_top/lef/{macro}.lef", ) copy_print( - f"{lastrun}/final/nl/{macro}.nl.v", + f"{lastrun}/final/pnl/{macro}.pnl.v", f"tt-multiplexer/ol2/tt_top/verilog/{macro}.v", ) copy_print_glob(