diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 21:02:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 21:02:41 +0000 |
commit | 1d253c14f83bac8b6f4888463ef1d241229918b9 (patch) | |
tree | 9b872d3620103afe26f5f535bb99a8b602dc58a5 /cad/Makefile | |
parent | c7d9688c3ce94c35fa64ef2e48f0d407b580b559 (diff) |
Add dinotrace, a mature signal waveform viewer used to debug digital design
simulations.
PR: ports/68688
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
Notes
Notes:
svn path=/head/; revision=113000
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index f81bc88663d6..3aed16637723 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -13,6 +13,7 @@ SUBDIR += chipmunk SUBDIR += chipvault SUBDIR += cider + SUBDIR += dinotrace SUBDIR += electric SUBDIR += fandango SUBDIR += geda |