mirror of https://github.com/openXC7/prjxray.git
utils: sdfmerge: use ns timescale
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
03252bc46f
commit
eaa8e50fe1
|
|
@ -55,7 +55,7 @@ def main():
|
|||
timings_list.append(timing)
|
||||
|
||||
merged_sdf = merge(timings_list, args.site)
|
||||
open(args.out, 'w').write(sdfparse.emit(merged_sdf))
|
||||
open(args.out, 'w').write(sdfparse.emit(merged_sdf, timescale='1ns'))
|
||||
|
||||
if args.json is not None:
|
||||
with open(args.json, 'w') as fp:
|
||||
|
|
|
|||
Loading…
Reference in New Issue