gpm module and exec first buggy version.
[calu.git] / cpu / src / gpm.vhd
index 7bba4007c08164e749058416262f9c40e6c83d16..428bdbb3454c7867428e0e2cf105bdb03f3ddba9 100644 (file)
@@ -12,7 +12,7 @@ entity gpm is
                        -- active reset value
                        RESET_VALUE : std_logic;
                        -- active logic value
-                       LOGIC_ACT : std_logic
+                       --LOGIC_ACT : std_logic
                        
                        );
        port(
@@ -20,7 +20,7 @@ entity gpm is
                 clk : in std_logic;
                reset : in std_logic;
 
-                exti : in extmod_rec;
+                --exti : in extmod_rec;
                 --alu outpus
                 alu_nxt : in alu_result_rec;
                 --input
@@ -28,12 +28,12 @@ entity gpm is
                 --output
                 psw     : out status_rec;
                 --to memcnt
-                addr : out gp_register_t;
-                mem_en : out std_logic;
-                ldst : out std_logic;
+                --addr : out gp_register_t;
+                --mem_en : out std_logic;
+                --ldst : out std_logic;
                 --, hw,byte: std_logic;
                 --to output bus
-                exto : out data_ram_word_t
+                --exto : out data_ram_word_t
                         
         );