mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 05:57:29 +02:00
utils: sdfmerge: use ns timescale
Signed-off-by: Karol Gugala <[email protected]>
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ def main():
|
|||||||
timings_list.append(timing)
|
timings_list.append(timing)
|
||||||
|
|
||||||
merged_sdf = merge(timings_list, args.site)
|
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:
|
if args.json is not None:
|
||||||
with open(args.json, 'w') as fp:
|
with open(args.json, 'w') as fp:
|
||||||
|
|||||||
Reference in New Issue
Block a user