Example config only characterizes a single corner. Remove default name of sram to generate more meaningful name. Begin pre-computed IP library.

This commit is contained in:
mguthaus 2018-02-12 11:22:47 -08:00
parent 6bf4190dde
commit 636099c5e1
4 changed files with 15 additions and 2 deletions

View File

@ -3,6 +3,9 @@ num_words = 128
num_banks = 1
tech_name = "freepdk45"
process_corners = ["TT"]
supply_voltages = [1.0]
temperatures = [25]
output_path = "temp"
output_name = "sram_2_16_1_freepdk45"

View File

@ -3,8 +3,9 @@ num_words = 16
num_banks = 1
tech_name = "scn3me_subm"
process_corners = ["TT"]
supply_voltages = [ 5.0 ]
temperatures = [ 25.0 ]
temperatures = [ 25 ]
output_path = "temp"

View File

@ -39,7 +39,7 @@ class options(optparse.Values):
# Define the output file paths
output_path = "."
# Define the output file base name
output_name = "sram"
output_name = ""
# Use analytical delay models by default rather than (slow) characterization
analytical_delay = True
# Purge the temp directory after a successful run (doesn't purge on errors, anyhow)

View File

@ -0,0 +1,9 @@
word_size = 32
num_words = 1024
num_banks = 1
tech_name = "freepdk45"
output_path = "sram_1rw_32b_1k_freepdk45"