|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 14:08:57 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:14:08 Modified: jop/vhdl/scio/lego audio.vhd debounce.vhd input_synchronizer.vhd lego_motor.vhd lego_pack.vhd lego_pld_pack.vhd lesens.vhd pld.vhd pld_interface.vhd pld_tb.vhd pldtest.vhd sc_lego_tb.vhd sigma_delta.vhd Log: JOP goes GPL Revision Changes Path 1.2 jop/vhdl/scio/lego/audio.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/audio.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: audio.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/scio/lego/audio.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- audio.vhd 21 May 2007 19:55:36 -0000 1.1 +++ audio.vhd 25 Feb 2008 13:08:56 -0000 1.2 @@ -1,4 +1,24 @@ -- +-- This file is part of JOP, the Java Optimized Processor +-- +-- Copyright (C) 2007, Peter Hilber +-- +-- 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/>. +-- + + +-- -- audio.vhd -- -- PCM audio playback support 1.2 jop/vhdl/scio/lego/debounce.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/debounce.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: debounce.vhd =================================================================== RCS file: /cvsroot/martin/jop/vhdl/scio/lego/debounce.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- debounce.vhd 21 May 2007 19:55:36 -0000 1.1 +++ debounce.vhd 25 Feb 2008 13:08:56 -0000 1.2 @@ -1,3 +1,23 @@ +-- +-- This file is part of JOP, the Java Optimized Processor +-- +-- Copyright (C) 2007, Peter Hilber +-- +-- 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/>. +-- + + library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; 1.2 jop/vhdl/scio/lego/input_synchronizer.vhd http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/input_synchronizer.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: input_synchronizer.vhd ===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/input_synchronizer.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- input_synchronizer.vhd 21 May 2007 19:55:36 -0000 1.1
+++ input_synchronizer.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,4 +1,24 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- input_synchronizer.vhd
--
-- To avoid metastability
1.3 jop/vhdl/scio/lego/lego_motor.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/lego_motor.vhd.diff?r1=1.2&r2=1.3
(In the diff below, changes in quantity of whitespace are not shown.)
Index: lego_motor.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/lego_motor.vhd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- lego_motor.vhd 5 Sep 2007 18:07:26 -0000 1.2
+++ lego_motor.vhd 25 Feb 2008 13:08:56 -0000 1.3
@@ -1,4 +1,24 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- lego_motor.vhd
--
-- Motor and sensor interface for LEGO MindStorms
1.2 jop/vhdl/scio/lego/lego_pack.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/lego_pack.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: lego_pack.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/lego_pack.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- lego_pack.vhd 21 May 2007 19:55:36 -0000 1.1
+++ lego_pack.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,4 +1,24 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- lego_pack.vhd
--
-- For Lego PCB related stuff
1.2 jop/vhdl/scio/lego/lego_pld_pack.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/lego_pld_pack.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: lego_pld_pack.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/lego_pld_pack.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- lego_pld_pack.vhd 21 May 2007 19:55:36 -0000 1.1
+++ lego_pld_pack.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,4 +1,24 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- lego_pld_pack.vhd
--
-- Types and constants for communication between JOP and PLD
1.2 jop/vhdl/scio/lego/lesens.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/lesens.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: lesens.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/lesens.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- lesens.vhd 21 May 2007 19:55:36 -0000 1.1
+++ lesens.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,4 +1,25 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2005-2007, Martin Schoeberl (martin@j...)
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- lesens.vhd
--
-- ADC converter for LEGO MindStorms
1.2 jop/vhdl/scio/lego/pld.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/pld.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pld.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/pld.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pld.vhd 21 May 2007 19:55:36 -0000 1.1
+++ pld.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,4 +1,24 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- pld.vhd
--
-- PLD that provides additional pins for simple inputs/outputs
1.3 jop/vhdl/scio/lego/pld_interface.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/pld_interface.vhd.diff?r1=1.2&r2=1.3
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pld_interface.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/pld_interface.vhd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pld_interface.vhd 5 Sep 2007 18:07:26 -0000 1.2
+++ pld_interface.vhd 25 Feb 2008 13:08:56 -0000 1.3
@@ -1,4 +1,24 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- pld_interface.vhd
--
-- Communicates with PLD over serial line
1.2 jop/vhdl/scio/lego/pld_tb.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/pld_tb.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pld_tb.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/pld_tb.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pld_tb.vhd 21 May 2007 19:55:36 -0000 1.1
+++ pld_tb.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,3 +1,23 @@
+--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
---------------------------------------------------------------------------------------------------
library ieee;
1.2 jop/vhdl/scio/lego/pldtest.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/pldtest.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pldtest.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/pldtest.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pldtest.vhd 21 May 2007 19:55:36 -0000 1.1
+++ pldtest.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,3 +1,23 @@
+--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
1.2 jop/vhdl/scio/lego/sc_lego_tb.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/sc_lego_tb.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: sc_lego_tb.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/sc_lego_tb.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- sc_lego_tb.vhd 21 May 2007 19:55:36 -0000 1.1
+++ sc_lego_tb.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,3 +1,23 @@
+--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
1.2 jop/vhdl/scio/lego/sigma_delta.vhd
http://www.opencores.org/cvsweb.shtml/jop/vhdl/scio/lego/sigma_delta.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: sigma_delta.vhd
===================================================================
RCS file: /cvsroot/martin/jop/vhdl/scio/lego/sigma_delta.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- sigma_delta.vhd 21 May 2007 19:55:36 -0000 1.1
+++ sigma_delta.vhd 25 Feb 2008 13:08:56 -0000 1.2
@@ -1,4 +1,25 @@
--
+-- This file is part of JOP, the Java Optimized Processor
+--
+-- Copyright (C) 2005,2006, Martin Schoeberl (martin@j...)
+-- Copyright (C) 2007, Peter Hilber
+--
+-- 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/>.
+--
+
+
+--
-- sigma_delta.vhd
--
-- Motor and sensor interface for LEGO MindStorms
|
 |