|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 09:52:17 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:09:52 Modified: jop/java/tools/src/com/jopdesign/wcet CacheSimul.java CallGraph.java MyVisitor.java SetWCETAnalysis.java WCETAnalyser.java WCETBasicBlock.java WCETInstruction.java WCETMethodBlock.java WU.java Log: JOP goes GPL Revision Changes Path 1.4 jop/java/tools/src/com/jopdesign/wcet/CacheSimul.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/CacheSimul.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: CacheSimul.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/CacheSimul.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- CacheSimul.java 30 May 2006 17:34:41 -0000 1.3 +++ CacheSimul.java 25 Feb 2008 08:52:17 -0000 1.4 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2006, Rasmus Ulslev Pedersen + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package com.jopdesign.wcet; import org.apache.bcel.classfile.Method; 1.3 jop/java/tools/src/com/jopdesign/wcet/CallGraph.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/CallGraph.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: CallGraph.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/CallGraph.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- CallGraph.java 1 Jun 2006 21:20:39 -0000 1.2 +++ CallGraph.java 25 Feb 2008 08:52:17 -0000 1.3 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2006, Rasmus Ulslev Pedersen + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package com.jopdesign.wcet; import java.util.*; 1.2 jop/java/tools/src/com/jopdesign/wcet/MyVisitor.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/MyVisitor.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: MyVisitor.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/MyVisitor.java,v retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- MyVisitor.java 8 Apr 2006 16:29:24 -0000 1.1
+++ MyVisitor.java 25 Feb 2008 08:52:17 -0000 1.2
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import org.apache.bcel.classfile.*;
1.15 jop/java/tools/src/com/jopdesign/wcet/SetWCETAnalysis.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/SetWCETAnalysis.java.diff?r1=1.14&r2=1.15
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SetWCETAnalysis.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/SetWCETAnalysis.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- SetWCETAnalysis.java 21 Jun 2006 09:19:58 -0000 1.14
+++ SetWCETAnalysis.java 25 Feb 2008 08:52:17 -0000 1.15
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import org.apache.bcel.classfile.*;
1.51 jop/java/tools/src/com/jopdesign/wcet/WCETAnalyser.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/WCETAnalyser.java.diff?r1=1.50&r2=1.51
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WCETAnalyser.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/WCETAnalyser.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- WCETAnalyser.java 18 Oct 2006 20:27:02 -0000 1.50
+++ WCETAnalyser.java 25 Feb 2008 08:52:17 -0000 1.51
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import java.util.*;
1.5 jop/java/tools/src/com/jopdesign/wcet/WCETBasicBlock.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/WCETBasicBlock.java.diff?r1=1.4&r2=1.5
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WCETBasicBlock.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/WCETBasicBlock.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- WCETBasicBlock.java 24 Oct 2006 12:11:20 -0000 1.4
+++ WCETBasicBlock.java 25 Feb 2008 08:52:17 -0000 1.5
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import java.util.ArrayList;
1.21 jop/java/tools/src/com/jopdesign/wcet/WCETInstruction.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/WCETInstruction.java.diff?r1=1.20&r2=1.21
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WCETInstruction.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/WCETInstruction.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- WCETInstruction.java 19 Feb 2008 10:19:26 -0000 1.20
+++ WCETInstruction.java 25 Feb 2008 08:52:17 -0000 1.21
@@ -1,3 +1,24 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+ Copyright (C) 2006-2008, Martin Schoeberl (martin@j...)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import org.apache.bcel.generic.Instruction;
1.10 jop/java/tools/src/com/jopdesign/wcet/WCETMethodBlock.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/WCETMethodBlock.java.diff?r1=1.9&r2=1.10
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WCETMethodBlock.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/WCETMethodBlock.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- WCETMethodBlock.java 12 Mar 2007 21:04:40 -0000 1.9
+++ WCETMethodBlock.java 25 Feb 2008 08:52:17 -0000 1.10
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import java.io.BufferedReader;
1.2 jop/java/tools/src/com/jopdesign/wcet/WU.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/wcet/WU.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WU.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/wcet/WU.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- WU.java 24 Jun 2006 08:01:47 -0000 1.1
+++ WU.java 25 Feb 2008 08:52:17 -0000 1.2
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Rasmus Ulslev Pedersen
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package com.jopdesign.wcet;
import java.util.ArrayList;
|
 |