From 6d578abd9c08b08c488744ccce68ccfad202c9c9 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 3 Feb 2022 22:17:27 +0100 Subject: pyGHDL: reformat after update to black version 22 --- pyGHDL/cli/dom.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyGHDL/cli/dom.py') diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index 6ba5894fe..1ec168842 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -280,8 +280,8 @@ class Application(LineTerminal, ArgParseMixin): DOM translation time: {:5.3f} us """ ).format( - document.LibGHDLProcessingTime * 10 ** 6, - document.DOMTranslationTime * 10 ** 6, + document.LibGHDLProcessingTime * 10**6, + document.DOMTranslationTime * 10**6, ) ) elif args.Directory is not None: @@ -299,8 +299,8 @@ class Application(LineTerminal, ArgParseMixin): DOM translation time: {:5.3f} us """ ).format( - document.LibGHDLProcessingTime * 10 ** 6, - document.DOMTranslationTime * 10 ** 6, + document.LibGHDLProcessingTime * 10**6, + document.DOMTranslationTime * 10**6, ) ) -- cgit v1.2.3 '/cgit.cgi/iCE40/ghdl/tree/src/ortho/llvm/Makefile?id=7cbb32c05ecb54781bf37e0bd424b011fa4b2c58'>treecommitdiffstats
path: root/src/ortho/llvm/Makefile
blob: 8c6a8d7f2e60ac3c69013f89cf10f52eba76e2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32