Overview
Comment: | Added logic rep. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
24041642d457f7d8764cbe8acb3d87a1 |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-19 11:36:36 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-19
| ||
13:15:38 | Initial revision check-in: 70b1299e51 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:36:36 | Added logic rep. check-in: 24041642d4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:16:07 | Added logic check-in: 519738620f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [1a62b5d478] to [03474df53e].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.241 2000/05/16 11:42:14 peterg ## Addded /usr/lib/libp2c.a to gcc ## ## Revision 1.240 2000/05/10 09:38:58 peterg ## Added Make to list of copied files. ## ## Revision 1.239 2000/04/11 18:08:33 peterg | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.242 2000/05/18 20:12:02 peterg ## Version 4.2 ## ## Revision 1.241 2000/05/16 11:42:14 peterg ## Addded /usr/lib/libp2c.a to gcc ## ## Revision 1.240 2000/05/10 09:38:58 peterg ## Added Make to list of copied files. ## ## Revision 1.239 2000/04/11 18:08:33 peterg |
︙ | ︙ | |||
1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 | ( \ echo '# -*-octave-*- Put Emacs into octave-mode'; \ echo "# Simulation parameters for system $1 ($1_logic.txt)"; \ echo "# Generated by MTT on" `date`.; \ cat $MTTPATH/trans/rcs_header.sh; \ echo ;\ )> $1_logic.txt #SUMMARY switch Dynamic switch information (txt) $1_switch.txt: $1_struc.txt struc2switch_txt $1 $1_switchopen.m: $1_switch.txt $1_sympars.txt $1_logic.txt switch_txt2m $1 | > > > > > | 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 | ( \ echo '# -*-octave-*- Put Emacs into octave-mode'; \ echo "# Simulation parameters for system $1 ($1_logic.txt)"; \ echo "# Generated by MTT on" `date`.; \ cat $MTTPATH/trans/rcs_header.sh; \ echo ;\ )> $1_logic.txt #SUMMARY logic Dynamic switch logic (tex) #SUMMARY logic Dynamic switch logic (view) $1_logic.tex: $1_logic.txt txt2tex $1 logic txt #SUMMARY switch Dynamic switch information (txt) $1_switch.txt: $1_struc.txt struc2switch_txt $1 $1_switchopen.m: $1_switch.txt $1_sympars.txt $1_logic.txt switch_txt2m $1 |
︙ | ︙ |