Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into multiple_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 4, 2024
2 parents 6df0d0b + 6a45e7c commit 3154630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Fault/Entries/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Defile
import Foundation
import PythonKit

let VERSION = "0.6.0"
let VERSION = "0.6.1"

var env = ProcessInfo.processInfo.environment
let iverilogBase = env["FAULT_IVL_BASE"] ?? "/usr/local/lib/ivl"
Expand Down
1 change: 1 addition & 0 deletions Sources/Fault/Module.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import Collections
import Defile
import Foundation
import PythonKit
import Collections

struct Port: Codable {
enum Polarity: String, Codable {
Expand Down

0 comments on commit 3154630

Please sign in to comment.