OpenCores
URL https://opencores.org/ocsvn/graphicsaccelerator/graphicsaccelerator/trunk

Subversion Repositories graphicsaccelerator

[/] [graphicsaccelerator/] [trunk/] [Bresenhamer.vhi] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 OmarMokhta
 
2
-- VHDL Instantiation Created from source file Bresenhamer.vhd -- 09:50:52 05/14/2011
3
--
4
-- Notes:
5
-- 1) This instantiation template has been automatically generated using types
6
-- std_logic and std_logic_vector for the ports of the instantiated module
7
-- 2) To use this template to instantiate this entity, cut-and-paste and then edit
8
 
9
        COMPONENT Bresenhamer
10
        PORT(
11
                X1 : IN std_logic_vector(9 downto 0);
12
                Y1 : IN std_logic_vector(8 downto 0);
13
                X2 : IN std_logic_vector(9 downto 0);
14
                Y2 : IN std_logic_vector(8 downto 0);
15
                Clk : IN std_logic;
16
                StartDraw : IN std_logic;
17
                WriteEnable : OUT std_logic;
18
                X : OUT std_logic_vector(9 downto 0);
19
                Y : OUT std_logic_vector(8 downto 0);
20
                SS : OUT std_logic_vector(3 downto 0)
21
                );
22
        END COMPONENT;
23
 
24
        Inst_Bresenhamer: Bresenhamer PORT MAP(
25
                WriteEnable => ,
26
                X => ,
27
                Y => ,
28
                X1 => ,
29
                Y1 => ,
30
                X2 => ,
31
                Y2 => ,
32
                SS => ,
33
                Clk => ,
34
                StartDraw =>
35
        );
36
 
37
 

powered by: WebSVN 2.1.0

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