-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency visualization script. Specialize it for thermostat.
Ignore-this: b8f2994ed2d029e0706311c35d75c88e darcs-hash:20090612102420-bab43-c79c14eb40c4e0fae0ccdb23766d6337a1a8673b.gz
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/sh | ||
coqdep -R . hybrid -I . -I examples/thermostat *.v examples/thermostat/*.v 2> /dev/null | runhaskell coqdeps_as_dot.hs | dot -Tpng > deps.png |
This file was deleted.
Oops, something went wrong.