LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Tue May 29 10:13:58 CEST 2007
    Subject: [cvs-checkins] MODIFIED: lq057q3dc02 ...
    Top
    Date: 00/07/05 29:10:13

    Modified: lq057q3dc02/hdl/vhsic/coe_image_gen clk_lcd_cyc_cntr.vhd
    components.vhd enab_control.vhd hsyncx_control.vhd
    image_gen_bram.vhd image_gen_bram_blue.xco
    image_gen_bram_green.xco image_gen_bram_red.xco
    lq057q3dc02.vhd lq057q3dc02_tb.vhd
    video_controller.vhd vsyncx_control.vhd xupv2p.ucf
    Log:
    Added more file structure notes!


    Revision Changes Path
    1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/clk_lcd_cyc_cntr.vhd

    http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/clk_lcd_cyc_cntr.vhd.diff?r1=1.1&r2=1.2

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: clk_lcd_cyc_cntr.vhd
    ===================================================================
    RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/clk_lcd_cyc_cntr.vhd,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- clk_lcd_cyc_cntr.vhd 25 May 2007 11:20:02 -0000 1.1
    +++ clk_lcd_cyc_cntr.vhd 29 May 2007 08:13:57 -0000 1.2
    @@ -18,7 +18,7 @@
    --
    ------------------------------------------------------------------------------
    --
    --- $Id: clk_lcd_cyc_cntr.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $
    +-- $Id: clk_lcd_cyc_cntr.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $
    --
    -- Description:
    -- Counts the number of CLK_LCD cycles that have occured after C_VSYNC_TVS
    @@ -30,6 +30,7 @@
    -- Structure:
    -- - xupv2p.ucf
    -- - components.vhd
    +-- - lq057q3dc02_tb.vhd
    -- - lq057q3dc02.vhd
    -- - dcm_sys_to_lcd.xaw
    -- - video_controller.vhd



    1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/components.vhd

    http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/components.vhd.diff?r1=1.1&r2=1.2

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: components.vhd
    ===================================================================
    RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/components.vhd,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- components.vhd 25 May 2007 11:20:02 -0000 1.1
    +++ components.vhd 29 May 2007 08:13:57 -0000 1.2
    @@ -18,7 +18,7 @@
    --
    ------------------------------------------------------------------------------
    --
    --- $Id: components.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $
    +-- $Id: components.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $
    --
    -- Description:
    -- This is a package that lists all of the components used in the design.
    @@ -26,6 +26,7 @@
    -- Structure:
    -- - xupv2p.ucf
    -- - components.vhd
    +-- - lq057q3dc02_tb.vhd
    -- - lq057q3dc02.vhd
    -- - dcm_sys_to_lcd.xaw
    -- - video_controller.vhd



    1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/enab_control.vhd

    http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/enab_control.vhd.diff?r1=1.1&r2=1.2

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: enab_control.vhd
    ===================================================================
    RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/enab_control.vhd,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- enab_control.vhd 25 May 2007 11:20:02 -0000 1.1
    +++ enab_control.vhd 29 May 2007 08:13:57 -0000 1.2
    @@ -18,7 +18,7 @@
    --
    ------------------------------------------------------------------------------
    --
    --- $Id: enab_control.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $
    +-- $Id: enab_control.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $
    --
    -- Description: -- This file controls ENAB. This is the hardest state machine of the three. ENAB @@ -29,6 +29,7 @@ -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/hsyncx_control.vhd http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/hsyncx_control.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: hsyncx_control.vhd =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/hsyncx_control.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- hsyncx_control.vhd 25 May 2007 11:20:02 -0000 1.1 +++ hsyncx_control.vhd 29 May 2007 08:13:57 -0000 1.2 @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------ -- --- $Id: hsyncx_control.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $ +-- $Id: hsyncx_control.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ -- -- Description: -- This file controls the HSYNCx signal. The HSYNCx state machine is @@ -36,6 +36,7 @@ -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram.vhd http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: image_gen_bram.vhd =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- image_gen_bram.vhd 25 May 2007 11:20:02 -0000 1.1 +++ image_gen_bram.vhd 29 May 2007 08:13:57 -0000 1.2 @@ -18,13 +18,14 @@ -- ------------------------------------------------------------------------------ -- --- $Id: image_gen_bram.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $ +-- $Id: image_gen_bram.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ -- -- Description: This file controls the BRAM components for each color. -- -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_blue.xco http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_blue.xco.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: image_gen_bram_blue.xco =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_blue.xco,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- image_gen_bram_blue.xco 25 May 2007 11:20:02 -0000 1.1 +++ image_gen_bram_blue.xco 29 May 2007 08:13:57 -0000 1.2 @@ -1,3 +1,46 @@ +############################################################################## +# Copyright (C) 2007 Jonathon W. Donaldson +# jwdonal a t opencores DOT org +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# +############################################################################## +# +# $Id: image_gen_bram_blue.xco,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ +# +# Description: +# XCO file automatically generated by the Xilinx CoreGen tool. +# +# Structure: +# - xupv2p.ucf +# - components.vhd +# - lq057q3dc02_tb.vhd +# - lq057q3dc02.vhd +# - dcm_sys_to_lcd.xaw +# - video_controller.vhd +# - enab_control.vhd +# - hsyncx_control.vhd +# - vsyncx_control.vhd +# - clk_lcd_cyc_cntr.vhd +# - image_gen_bram.vhd +# - image_gen_bram_red.xco +# - image_gen_bram_green.xco +# - image_gen_bram_blue.xco +# +############################################################################## + # BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True @@ -24,7 +67,7 @@ # BEGIN Parameters CSET handshaking_pins=false CSET init_value=0 -CSET coefficient_file=..\src\c_code\full_screen_B.coe +CSET coefficient_file=..\src\full_screen_B.coe CSET select_primitive=16kx1 CSET initialization_pin_polarity=Active_Low CSET global_init_value=0 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_green.xco http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_green.xco.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: image_gen_bram_green.xco =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_green.xco,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- image_gen_bram_green.xco 25 May 2007 11:20:02 -0000 1.1 +++ image_gen_bram_green.xco 29 May 2007 08:13:57 -0000 1.2 @@ -1,3 +1,46 @@ +############################################################################## +# Copyright (C) 2007 Jonathon W. Donaldson +# jwdonal a t opencores DOT org +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# +############################################################################## +# +# $Id: image_gen_bram_green.xco,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ +# +# Description: +# XCO file automatically generated by the Xilinx CoreGen tool. +# +# Structure: +# - xupv2p.ucf +# - components.vhd +# - lq057q3dc02_tb.vhd +# - lq057q3dc02.vhd +# - dcm_sys_to_lcd.xaw +# - video_controller.vhd +# - enab_control.vhd +# - hsyncx_control.vhd +# - vsyncx_control.vhd +# - clk_lcd_cyc_cntr.vhd +# - image_gen_bram.vhd +# - image_gen_bram_red.xco +# - image_gen_bram_green.xco +# - image_gen_bram_blue.xco +# +############################################################################## + # BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True @@ -24,7 +67,7 @@ # BEGIN Parameters CSET handshaking_pins=false CSET init_value=0 -CSET coefficient_file = ..\src\c_code\full_screen_G.coe +CSET coefficient_file = ..\src\full_screen_G.coe CSET select_primitive=16kx1 CSET initialization_pin_polarity=Active_Low CSET global_init_value=0 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_red.xco http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_red.xco.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: image_gen_bram_red.xco =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/image_gen_bram_red.xco,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- image_gen_bram_red.xco 25 May 2007 11:20:02 -0000 1.1 +++ image_gen_bram_red.xco 29 May 2007 08:13:57 -0000 1.2 @@ -1,3 +1,46 @@ +############################################################################## +# Copyright (C) 2007 Jonathon W. Donaldson +# jwdonal a t opencores DOT org +# +# 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# +############################################################################## +# +# $Id: image_gen_bram_red.xco,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ +# +# Description: +# XCO file automatically generated by the Xilinx CoreGen tool. +# +# Structure: +# - xupv2p.ucf +# - components.vhd +# - lq057q3dc02_tb.vhd +# - lq057q3dc02.vhd +# - dcm_sys_to_lcd.xaw +# - video_controller.vhd +# - enab_control.vhd +# - hsyncx_control.vhd +# - vsyncx_control.vhd +# - clk_lcd_cyc_cntr.vhd +# - image_gen_bram.vhd +# - image_gen_bram_red.xco +# - image_gen_bram_green.xco +# - image_gen_bram_blue.xco +# +############################################################################## + # BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True @@ -24,7 +67,7 @@ # BEGIN Parameters CSET handshaking_pins=false CSET init_value=0 -CSET coefficient_file = ..\src\c_code\full_screen_R.coe +CSET coefficient_file = ..\src\full_screen_R.coe CSET select_primitive=16kx1 CSET initialization_pin_polarity=Active_Low CSET global_init_value=0 1.5 lq057q3dc02/hdl/vhsic/coe_image_gen/lq057q3dc02.vhd http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/lq057q3dc02.vhd.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: lq057q3dc02.vhd =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/lq057q3dc02.vhd,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- lq057q3dc02.vhd 29 May 2007 07:57:57 -0000 1.4 +++ lq057q3dc02.vhd 29 May 2007 08:13:57 -0000 1.5 @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------ -- --- $Id: lq057q3dc02.vhd,v 1.4 2007/05/29 07:57:57 jwdonal Exp $ +-- $Id: lq057q3dc02.vhd,v 1.5 2007/05/29 08:13:57 jwdonal Exp $ -- -- Description: -- Top level file for the lq057q3dc02 pcore. @@ -30,6 +30,7 @@ -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/lq057q3dc02_tb.vhd http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/lq057q3dc02_tb.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: lq057q3dc02_tb.vhd =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/lq057q3dc02_tb.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- lq057q3dc02_tb.vhd 25 May 2007 11:20:02 -0000 1.1 +++ lq057q3dc02_tb.vhd 29 May 2007 08:13:57 -0000 1.2 @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------ -- --- $Id: lq057q3dc02_tb.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $ +-- $Id: lq057q3dc02_tb.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ -- -- Description: -- Test bench to verify lq057q3dc02 pcore. @@ -26,6 +26,7 @@ -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/video_controller.vhd http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/video_controller.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: video_controller.vhd =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/video_controller.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- video_controller.vhd 25 May 2007 11:20:02 -0000 1.1 +++ video_controller.vhd 29 May 2007 08:13:57 -0000 1.2 @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------ -- --- $Id: video_controller.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $ +-- $Id: video_controller.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ -- -- Description: -- This file instantiates the components which control HSYNCx, VSYNCx, ENAB, @@ -27,6 +27,7 @@ -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/vsyncx_control.vhd http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/vsyncx_control.vhd.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: vsyncx_control.vhd =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/vsyncx_control.vhd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- vsyncx_control.vhd 25 May 2007 11:20:02 -0000 1.1 +++ vsyncx_control.vhd 29 May 2007 08:13:57 -0000 1.2 @@ -18,7 +18,7 @@ -- ------------------------------------------------------------------------------ -- --- $Id: vsyncx_control.vhd,v 1.1 2007/05/25 11:20:02 jwdonal Exp $ +-- $Id: vsyncx_control.vhd,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ -- -- Description: -- This file controls VSYNCx. VSYNCx is dependent upon the number of HSYNCx @@ -44,6 +44,7 @@ -- Structure: -- - xupv2p.ucf -- - components.vhd +-- - lq057q3dc02_tb.vhd -- - lq057q3dc02.vhd -- - dcm_sys_to_lcd.xaw -- - video_controller.vhd 1.2 lq057q3dc02/hdl/vhsic/coe_image_gen/xupv2p.ucf http://www.opencores.org/cvsweb.shtml/lq057q3dc02/hdl/vhsic/coe_image_gen/xupv2p.ucf.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: xupv2p.ucf =================================================================== RCS file: /cvsroot/jwdonal/lq057q3dc02/hdl/vhsic/coe_image_gen/xupv2p.ucf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- xupv2p.ucf 25 May 2007 11:20:02 -0000 1.1 +++ xupv2p.ucf 29 May 2007 08:13:57 -0000 1.2 @@ -18,7 +18,7 @@ # ############################################################################## # -# $Id: xupv2p.ucf,v 1.1 2007/05/25 11:20:02 jwdonal Exp $ +# $Id: xupv2p.ucf,v 1.2 2007/05/29 08:13:57 jwdonal Exp $ # # Description: # Mapping and Timing Constraints for XUPV2P Development Board. @@ -26,6 +26,7 @@ # Structure: # - xupv2p.ucf # - components.vhd +# - lq057q3dc02_tb.vhd # - lq057q3dc02.vhd # - dcm_sys_to_lcd.xaw # - video_controller.vhd

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.