Overview
Comment: | More on logic rep |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c96a61b12e3f58c741366b914403d25c |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-17 09:53:05 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-17
| ||
09:53:20 | Fixed logic rep check-in: b1bf1cc08e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:53:05 | More on logic rep check-in: c96a61b12e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:20:00 | *** empty log message *** check-in: c94c0268ff user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_update from [3c49e7525e] to [ca77c3d684].
︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.13 2000/10/15 09:27:13 peterg ## Better way of generating $infofile ## ## Revision 1.12 2000/10/14 16:11:00 peterg ## Made all variables, states etc lower case ## ## Revision 1.11 2000/10/13 11:07:00 peterg | > > > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.14 2000/10/17 08:36:56 peterg ## Included logic rep. ## ## Revision 1.13 2000/10/15 09:27:13 peterg ## Better way of generating $infofile ## ## Revision 1.12 2000/10/14 16:11:00 peterg ## Made all variables, states etc lower case ## ## Revision 1.11 2000/10/13 11:07:00 peterg |
︙ | ︙ | |||
89 90 91 92 93 94 95 | default='0.0' ;; logic) lang=txt textfile=$1_$2.$lang infofile=mtt_list.$lang moreinfofile=mtt_list_numpar.$lang | | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | default='0.0' ;; logic) lang=txt textfile=$1_$2.$lang infofile=mtt_list.$lang moreinfofile=mtt_list_numpar.$lang awk '{if ($3=="MTT_SWITCH") printf("%s_logic\n", $4)}' rep=$2 \ <$1_struc.txt >$infofile cat $infofile $1_sympar.$lang> $moreinfofile default='1.0' ;; *) echo Representation $rep not implemented exit esac # Create a string containing the variables |
︙ | ︙ |