Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 1, 2024
1 parent fa156cc commit 906555e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Sources/Fault/Entries/cut.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func cut(arguments: [String]) -> Int32 {
Stderr.print("No module found.")
exit(EX_DATAERR)
}

var sclConfig = SCLConfiguration(dffMatches: [DFFMatch(name: "DFFSR,DFFNEGX1,DFFPOSX1", clk: "CLK", d: "D", q: "Q")])
if let sclConfigPath = sclConfigOpt.value {
guard let sclConfigYML = File.read(sclConfigPath) else {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Fault/Mux.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class MuxCreator {
"keep"
)
)

// Hook
var hook = outputWire
if muxInfo.invertedOutput {
Expand Down

0 comments on commit 906555e

Please sign in to comment.