mirror of https://github.com/VLSIDA/OpenRAM.git
fixed analytical flag
This commit is contained in:
parent
0cabee060d
commit
ff09254590
|
|
@ -61,7 +61,7 @@ class datasheet():
|
||||||
# check if analytical model is being used
|
# check if analytical model is being used
|
||||||
self.html += '<p style="font-size: 26px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">Timing Data</p>'
|
self.html += '<p style="font-size: 26px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">Timing Data</p>'
|
||||||
model = ''
|
model = ''
|
||||||
if self.ANALYTICAL_MODEL:
|
if self.ANALYTICAL_MODEL == 'True':
|
||||||
model = "analytical model: results may not be precise"
|
model = "analytical model: results may not be precise"
|
||||||
else:
|
else:
|
||||||
model = "spice characterizer"
|
model = "spice characterizer"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue