|
Message
From: OpenCores CVS Agent<cvs@o...>
Date: Tue Jan 18 16:24:31 CET 2005
Subject: [cvs-checkins] MODIFIED: sc2v ...
Date: 00/05/01 18:16:24 Modified: sc2v ChangeLog Makefile README sc2v.pdf Log: Contributions by Harald Devos Revision Changes Path 1.2 +8 -1 sc2v/ChangeLog http://www.opencores.org/cvsweb.shtml/sc2v/ChangeLog.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: ChangeLog =================================================================== RCS file: /cvsroot/jcastillo/sc2v/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ChangeLog 17 Jan 2005 11:04:40 -0000 1.1 +++ ChangeLog 18 Jan 2005 15:23:14 -0000 1.2 @@ -1,3 +1,10 @@ +18-01-2005 Version 0.2.2 + + Contribution of Harald Devos: + Corrected bug when using keywords in comments + Adding multilines with \ + + 17-01-2005 Version 0.2.1 Corrected bug in else if 1.3 +1 -1 sc2v/Makefile http://www.opencores.org/cvsweb.shtml/sc2v/Makefile.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile =================================================================== RCS file: /cvsroot/jcastillo/sc2v/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Makefile 20 Dec 2004 17:48:51 -0000 1.2 +++ Makefile 18 Jan 2005 15:23:16 -0000 1.3 @@ -18,7 +18,7 @@ test: cd src; make all - cd examples; ../bin/sc2v.sh rng; ../bin/sc2v.sh md5; ../bin/sc2v.sh fsm; echo ""; echo "sc2v translated the following files successfully"; echo ""; ls -l *.v + cd examples; ../bin/sc2v.sh stmach_k; ../bin/sc2v.sh rng; ../bin/sc2v.sh md5; ../bin/sc2v.sh fsm; echo ""; echo "sc2v translated the following files successfully"; echo ""; ls -l *.v docs: cd src; doxygen doxygen.cfg 1.3 +1 -22 sc2v/README http://www.opencores.org/cvsweb.shtml/sc2v/README.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: README =================================================================== RCS file: /cvsroot/jcastillo/sc2v/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- README 20 Dec 2004 17:48:52 -0000 1.2 +++ README 18 Jan 2005 15:23:16 -0000 1.3 @@ -22,6 +22,7 @@ Contributors: David Moloney + Harald Devos @@ -65,28 +66,6 @@ -The usage of macros and defines may cause some errors. - -Using comments in switch case structures may cause errors. Specially - when using structures like: - - case 1: //Comment here - case 2: - //Or comment here - case 3: - - Better write it like this: - - //Comment for 1, 2 and 3 - case 1: - case 2:
- case 3:
- instructions . . .
- instructions . . .
- instructions . . .
-
- A general rule would be: "Don't use comments in the same line of case or
- in the inmediate next line. Use comments in the line before the case
- statement"
-
5- For testing the application we recommend to use the systemcdes or the
systemcmd5 cores, both available at www.opencores.org.
1.3 +198 -198 sc2v/sc2v.pdf
http://www.opencores.org/cvsweb.shtml/sc2v/sc2v.pdf?rev=1.3&content-type=text/x-cvsweb-markup
<<Binary file>>
|
 |