mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 04:11:47 +02:00
Fixed various issues with imported code from CACTI, added CACTI as an option for analytical sim, added placeholder names in tech files for CACTI
This commit is contained in:
@@ -636,6 +636,8 @@ class lib:
|
||||
from .elmore import elmore as model
|
||||
elif model_name_lc == "neural_network":
|
||||
from .neural_network import neural_network as model
|
||||
elif model_name_lc == "cacti":
|
||||
from .cacti import cacti as model
|
||||
else:
|
||||
debug.error("{} model not recognized. See options.py for available models.".format(OPTS.model_name))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user