X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=dide_16.git;a=blobdiff_plain;f=bsp3%2FAngabe%2Fvga_pak.vhd;h=1dff302b2bea0c28e5bd7efadbad11e9acfc3161;hp=7f59eabbae0095655865a0fd341cd6cc0f24519b;hb=5094f38dc303ffb483f21916399e293a56c5ac99;hpb=dad9d820049346615ca141552fec5a4918121286 diff --git a/bsp3/Angabe/vga_pak.vhd b/bsp3/Angabe/vga_pak.vhd index 7f59eab..1dff302 100644 --- a/bsp3/Angabe/vga_pak.vhd +++ b/bsp3/Angabe/vga_pak.vhd @@ -52,7 +52,10 @@ package vga_pak is -- define coordinates of rectangle constant X_MIN : std_logic_vector(COL_CNT_WIDTH-1 downto 0) := "0001100100"; -- 100 - constant X_MAX : std_logic_vector(COL_CNT_WIDTH-1 downto 0) := "0011001000"; -- 200 + constant X2_MIN : std_logic_vector(COL_CNT_WIDTH-1 downto 0) := "0010100111"; -- 167 + constant X3_MIN : std_logic_vector(COL_CNT_WIDTH-1 downto 0) := "0011101000"; -- 232 + constant X_MAX : std_logic_vector(COL_CNT_WIDTH-1 downto 0) := "0101110000"; -- 368 + constant Y_MIN : std_logic_vector(LINE_CNT_WIDTH-1 downto 0) := "001100100"; constant Y_MAX : std_logic_vector(LINE_CNT_WIDTH-1 downto 0) := "011001000";