Skip to content

Commit

Permalink
Add dummy julia file
Browse files Browse the repository at this point in the history
At the moment, the package manager complains if a package contains
no loadable julia file. We may want to reconsider that, but for now
this is fine.
  • Loading branch information
Keno committed May 9, 2021
1 parent 06d73b9 commit 115e327
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sky130_fd_pr.jl
Original file line number Diff line number Diff line change
@@ -0,0 +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.")
end

0 comments on commit 115e327

Please sign in to comment.