history: simple implementierung + testbench
[hwmod.git] / src / gen_pkg.vhd
index a897b0a7b504d2fc780d84c06b5659a408612fcd..1fd0404bb2b1a07c64b083f73499b1cddb1eb068 100644 (file)
@@ -19,9 +19,9 @@ package gen_pkg is
        subtype cinteger is integer;
 
        -- vorerst: 2 * 71
-       -- constant H_RAM_SIZE : integer := 142;
+       constant H_RAM_SIZE : integer := 142;
        -- danach: 50 * 71 * 2 = 7100
-       constant H_RAM_SIZE : integer := 7100;
+       -- constant H_RAM_SIZE : integer := 7100;
        constant H_RAM_WIDTH : integer := log2c(H_RAM_SIZE);
        subtype hspalte is std_logic_vector(6 downto 0);
        subtype hzeile is std_logic_vector(4 downto 0);