Skip to content

Commit

Permalink
[lint] run black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 28, 2024
1 parent 866c183 commit 7220421
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/gen_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@
# Load CoreDSL inputs
cdsl_files = [
# EXAMPLES_DIR / "cdsl" / "rv_gen" / "all_v7.core_desc",
EXAMPLES_DIR / "cdsl" / "rv_gen" / "all_v9.core_desc",
EXAMPLES_DIR
/ "cdsl"
/ "rv_gen"
/ "all_v9.core_desc",
]
seal5_flow.load(cdsl_files, verbose=VERBOSE, overwrite=True)

# Load test inputs
test_files = [
]
test_files = []
seal5_flow.load(test_files, verbose=VERBOSE, overwrite=True)

# Load YAML inputs
Expand Down

0 comments on commit 7220421

Please sign in to comment.