mirror of https://github.com/VLSIDA/OpenRAM.git
Added local_array_size as an input to the model
This commit is contained in:
parent
3f5fd0b6f4
commit
ad1509b29b
|
|
@ -56,7 +56,8 @@ class regression_model(simulation):
|
|||
log_num_words = math.log(OPTS.num_words, 2)
|
||||
model_inputs = [log_num_words,
|
||||
OPTS.word_size,
|
||||
OPTS.words_per_row,
|
||||
OPTS.words_per_row,
|
||||
OPTS.local_array_size,
|
||||
process_transform[self.process],
|
||||
self.vdd_voltage,
|
||||
self.temperature]
|
||||
|
|
|
|||
Loading…
Reference in New Issue