Enable output filename and path to be in config file. Command line will over-ride config file.

This commit is contained in:
mguthaus
2017-06-12 14:37:15 -07:00
parent a840209c08
commit 6e90bf0d6d
7 changed files with 54 additions and 28 deletions
+4
View File
@@ -4,6 +4,10 @@ num_banks = 1
tech_name = "freepdk45"
# Optional, will be over-ridden on command line.
output_path = "/tmp/mysram"
output_name = "sram_2_16_1_freepdk45"
decoder = "hierarchical_decoder"
ms_flop = "ms_flop"
ms_flop_array = "ms_flop_array"
+4
View File
@@ -4,6 +4,10 @@ num_banks = 1
tech_name = "scn3me_subm"
# Optional, will be over-ridden on command line.
output_path = "/tmp/mysram"
output_name = "sram_2_16_1_scn3me_subm"
decoder = "hierarchical_decoder"
ms_flop = "ms_flop"
ms_flop_array = "ms_flop_array"