Skip to content

Commit

Permalink
openlane add SYNTH_AUTONAME param to help with timeing analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Feb 5, 2024
1 parent 4b6ae36 commit 79ea10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/openlane/nax/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set ::env(VERILOG_FILES) [glob $::env(DESIGN_DIR)/src/*.v]
set ::env(CLOCK_PORT) "clk"
set ::env(CLOCK_PERIOD) "50.0"
set ::env(DESIGN_IS_CORE) {1}
set ::env(SYNTH_AUTONAME) {1}

# If you use SRAM macro, uncomment this
#set ::env(VERILOG_FILES_BLACKBOX) [glob $::env(DESIGN_DIR)/sram/*.v]
Expand Down

0 comments on commit 79ea10e

Please sign in to comment.