From 2c5b8cd5c401fb2e200c12e00ffbdf0ff8159d4c Mon Sep 17 00:00:00 2001 From: Mateusz Gancarz Date: Fri, 14 Feb 2025 13:15:34 +0100 Subject: [PATCH] add OpenSTA commands collected in one file --- examples/saif_example/sta_commands | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/saif_example/sta_commands diff --git a/examples/saif_example/sta_commands b/examples/saif_example/sta_commands new file mode 100644 index 000000000..684290d9f --- /dev/null +++ b/examples/saif_example/sta_commands @@ -0,0 +1,14 @@ +read_liberty $::env(LIB_DIR)/asap7sc7p5t_AO_RVT_FF_nldm_211120.lib.gz +read_liberty $::env(LIB_DIR)/asap7sc7p5t_INVBUF_RVT_FF_nldm_220122.lib.gz +read_liberty $::env(LIB_DIR)/asap7sc7p5t_OA_RVT_FF_nldm_211120.lib.gz +read_liberty $::env(LIB_DIR)/asap7sc7p5t_SIMPLE_RVT_FF_nldm_211120.lib.gz +read_liberty $::env(LIB_DIR)/asap7sc7p5t_SEQ_RVT_FF_nldm_220123.lib + +read_verilog 1_synth.v +link_design gcd + +read_sdc 1_synth.sdc + +read_saif -scope gcd simx.saif +report_power +exit \ No newline at end of file