mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Apply clang-format
This commit is contained in:
parent
457e926168
commit
37ebc6e634
@ -17,11 +17,11 @@ from pprint import pprint, pformat
|
|||||||
|
|
||||||
class VlFileCopy:
|
class VlFileCopy:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
verilator_args, # presently all verilator options are passed-thru
|
verilator_args, # presently all verilator options are passed-thru
|
||||||
# ideally this script would check against options mentioned in help
|
# ideally this script would check against options mentioned in help
|
||||||
debug=0,
|
debug=0,
|
||||||
output_dir='copied'): # directory name we output file uses
|
output_dir='copied'): # directory name we output file uses
|
||||||
self.debug = debug
|
self.debug = debug
|
||||||
|
|
||||||
xml_temp = tempfile.NamedTemporaryFile()
|
xml_temp = tempfile.NamedTemporaryFile()
|
||||||
|
@ -17,11 +17,11 @@ from pprint import pprint, pformat
|
|||||||
|
|
||||||
class VlHierGraph:
|
class VlHierGraph:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
verilator_args, # presently all verilator options are passed-thru
|
verilator_args, # presently all verilator options are passed-thru
|
||||||
# ideally this script would check against options mentioned in help
|
# ideally this script would check against options mentioned in help
|
||||||
debug=0,
|
debug=0,
|
||||||
output_filename='graph.dot'): # output filename
|
output_filename='graph.dot'): # output filename
|
||||||
self.debug = debug
|
self.debug = debug
|
||||||
self.next_vertex_number = 0
|
self.next_vertex_number = 0
|
||||||
self.name_to_number = {}
|
self.name_to_number = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user