OpenCores
URL https://opencores.org/ocsvn/2d_game_console/2d_game_console/trunk

Subversion Repositories 2d_game_console

[/] [2d_game_console/] [trunk/] [Processor_Quartus/] [VGA_Interface.bsf] - Rev 2

Compare with Previous | Blame | View Log

/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to occur.
*/
/*
Copyright (C) 2017  Intel Corporation. All rights reserved.
Your use of Intel Corporation's design tools, logic functions 
and other software and tools, and its AMPP partner logic 
functions, and any output files from any of the foregoing 
(including device programming or simulation files), and any 
associated documentation or information are expressly subject 
to the terms and conditions of the Intel Program License 
Subscription Agreement, the Intel Quartus Prime License Agreement,
the Intel MegaCore Function License Agreement, or other 
applicable license agreement, including, without limitation, 
that your use is for the sole purpose of programming logic 
devices manufactured by Intel and sold by Intel or its 
authorized distributors.  Please refer to the applicable 
agreement for further details.
*/
(header "symbol" (version "1.1"))
(symbol
        (rect 16 16 224 256)
        (text "VGA_Interface" (rect 5 0 69 12)(font "Arial" ))
        (text "inst" (rect 8 224 20 236)(font "Arial" ))
        (port
                (pt 0 32)
                (input)
                (text "clk" (rect 0 0 10 12)(font "Arial" ))
                (text "clk" (rect 21 27 31 39)(font "Arial" ))
                (line (pt 0 32)(pt 16 32)(line_width 1))
        )
        (port
                (pt 0 48)
                (input)
                (text "rst" (rect 0 0 10 12)(font "Arial" ))
                (text "rst" (rect 21 43 31 55)(font "Arial" ))
                (line (pt 0 48)(pt 16 48)(line_width 1))
        )
        (port
                (pt 0 64)
                (input)
                (text "R_in[7..0]" (rect 0 0 40 12)(font "Arial" ))
                (text "R_in[7..0]" (rect 21 59 61 71)(font "Arial" ))
                (line (pt 0 64)(pt 16 64)(line_width 3))
        )
        (port
                (pt 0 80)
                (input)
                (text "G_in[7..0]" (rect 0 0 38 12)(font "Arial" ))
                (text "G_in[7..0]" (rect 21 75 59 87)(font "Arial" ))
                (line (pt 0 80)(pt 16 80)(line_width 3))
        )
        (port
                (pt 0 96)
                (input)
                (text "B_in[7..0]" (rect 0 0 37 12)(font "Arial" ))
                (text "B_in[7..0]" (rect 21 91 58 103)(font "Arial" ))
                (line (pt 0 96)(pt 16 96)(line_width 3))
        )
        (port
                (pt 208 32)
                (output)
                (text "oAddress[19..0]" (rect 0 0 63 12)(font "Arial" ))
                (text "oAddress[19..0]" (rect 124 27 187 39)(font "Arial" ))
                (line (pt 208 32)(pt 192 32)(line_width 3))
        )
        (port
                (pt 208 48)
                (output)
                (text "R[7..0]" (rect 0 0 28 12)(font "Arial" ))
                (text "R[7..0]" (rect 159 43 187 55)(font "Arial" ))
                (line (pt 208 48)(pt 192 48)(line_width 3))
        )
        (port
                (pt 208 64)
                (output)
                (text "G[7..0]" (rect 0 0 27 12)(font "Arial" ))
                (text "G[7..0]" (rect 160 59 187 71)(font "Arial" ))
                (line (pt 208 64)(pt 192 64)(line_width 3))
        )
        (port
                (pt 208 80)
                (output)
                (text "B[7..0]" (rect 0 0 25 12)(font "Arial" ))
                (text "B[7..0]" (rect 162 75 187 87)(font "Arial" ))
                (line (pt 208 80)(pt 192 80)(line_width 3))
        )
        (port
                (pt 208 96)
                (output)
                (text "BLANK" (rect 0 0 34 12)(font "Arial" ))
                (text "BLANK" (rect 153 91 187 103)(font "Arial" ))
                (line (pt 208 96)(pt 192 96)(line_width 1))
        )
        (port
                (pt 208 112)
                (output)
                (text "VGA_SYNC" (rect 0 0 56 12)(font "Arial" ))
                (text "VGA_SYNC" (rect 131 107 187 119)(font "Arial" ))
                (line (pt 208 112)(pt 192 112)(line_width 1))
        )
        (port
                (pt 208 128)
                (output)
                (text "VGA_CLK" (rect 0 0 49 12)(font "Arial" ))
                (text "VGA_CLK" (rect 138 123 187 135)(font "Arial" ))
                (line (pt 208 128)(pt 192 128)(line_width 1))
        )
        (port
                (pt 208 144)
                (output)
                (text "HS" (rect 0 0 12 12)(font "Arial" ))
                (text "HS" (rect 175 139 187 151)(font "Arial" ))
                (line (pt 208 144)(pt 192 144)(line_width 1))
        )
        (port
                (pt 208 160)
                (output)
                (text "VS" (rect 0 0 14 12)(font "Arial" ))
                (text "VS" (rect 173 155 187 167)(font "Arial" ))
                (line (pt 208 160)(pt 192 160)(line_width 1))
        )
        (port
                (pt 208 176)
                (output)
                (text "v_pos[9..0]" (rect 0 0 46 12)(font "Arial" ))
                (text "v_pos[9..0]" (rect 141 171 187 183)(font "Arial" ))
                (line (pt 208 176)(pt 192 176)(line_width 3))
        )
        (port
                (pt 208 192)
                (output)
                (text "h_pos[9..0]" (rect 0 0 44 12)(font "Arial" ))
                (text "h_pos[9..0]" (rect 143 187 187 199)(font "Arial" ))
                (line (pt 208 192)(pt 192 192)(line_width 3))
        )
        (parameter
                "H_FRONT"
                "16"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "H_SYNC"
                "96"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "H_BACK"
                "48"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "H_DISPLAY"
                "640"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "H_BLANK"
                ""
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "H_TOTAL"
                ""
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "V_FRONT"
                "10"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "V_SYNC"
                "2"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "V_BACK"
                "33"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "V_DISPLAY"
                "480"
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "V_BLANK"
                ""
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (parameter
                "V_TOTAL"
                ""
                ""
                (type "PARAMETER_SIGNED_DEC")   )
        (drawing
                (rectangle (rect 16 16 192 224)(line_width 1))
        )
        (annotation_block (parameter)(rect 224 -64 324 16))
)

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.