mirror of https://github.com/VLSIDA/OpenRAM.git
functional should use full sp file path
This commit is contained in:
parent
e13cc76ac3
commit
15c5e57d77
|
|
@ -113,7 +113,7 @@ class sram():
|
|||
|
||||
# Save a functional simulation file with default period
|
||||
functional(self.s,
|
||||
os.path.basename(spname),
|
||||
spname,
|
||||
cycles=200,
|
||||
output_path=OPTS.output_path)
|
||||
print_time("Spice writing", datetime.datetime.now(), start_time)
|
||||
|
|
|
|||
Loading…
Reference in New Issue