[Dso-cvs] FPGA/src types_p.vhd,1.2,1.3
Status: Planning
Brought to you by:
hansiglaser
|
From: Gerald Z. <ri...@us...> - 2003-05-08 14:48:42
|
Update of /cvsroot/dso/FPGA/src In directory sc8-pr-cvs1:/tmp/cvs-serv4048/FPGA/src Modified Files: types_p.vhd Log Message: first 5 tests running, rest not possible: DEMUX_PP must bei modified; Index: types_p.vhd =================================================================== RCS file: /cvsroot/dso/FPGA/src/types_p.vhd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** types_p.vhd 26 Feb 2003 10:10:10 -0000 1.2 --- types_p.vhd 8 May 2003 14:48:39 -0000 1.3 *************** *** 1,35 **** ! ------------------------------------------------------------------------------- ! -- ! -- Author: Johann Glaser ! -- ! -- Filename: types_.vhd ! -- ! -- Date of Creation: 25-02-2003 ! -- ! -- Description: Package with types. ! -- ! ------------------------------------------------------------------------------- ! -- ! -- Copyright (C) 2003 Johann Glaser ! -- ! -- 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 2 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, write to the Free Software ! -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! -- ! ------------------------------------------------------------------------------- ! ! package types_p is ! ! type MAAM_t is (MAAM_Min,MAAM_Avg1,MAAM_Avg2,MAAM_Max); -- MUX selection which data group for the RAM ! ! end types_p; --- 1,36 ---- ! ------------------------------------------------------------------------------- ! -- ! -- Author: Johann Glaser ! -- ! -- Filename: types_.vhd ! -- ! -- Date of Creation: 25-02-2003 ! -- ! -- Description: Package with types. ! -- ! ------------------------------------------------------------------------------- ! -- ! -- Copyright (C) 2003 Johann Glaser ! -- ! -- 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 2 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, write to the Free Software ! -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! -- ! ------------------------------------------------------------------------------- ! ! package types_p is ! ! type MAAM_t is (MAAM_Min,MAAM_Avg1,MAAM_Avg2,MAAM_Max); -- MUX selection which data group for the RAM ! type Test_t is (IdlePrep,Test1,Test2,Test3,Test4,Test5,Test6); -- for tb_Datapath ! ! end types_p; |