Skip to content

Commit

Permalink
Allow precompile of the dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed May 9, 2021
1 parent 115e327 commit 65e403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sky130_fd_pr.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module sky130_fd_pr
# ERROR: TODO: Maybe have a julia-side SPICE model registry also,
# to avoid requiring explicit .lib in the `.sp` files?
error("This is a SPICE model package, not a julia package. Don't attempt to load it like this.")
__init__() = error("This is a SPICE model package, not a julia package. Don't attempt to load it like this.")
end

0 comments on commit 65e403d

Please sign in to comment.