]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-rocon.git/blobdiff - hw/lx-rocon_tumbl/lx_rocon_dmem.vhd
Major refactorization in hw
[fpga/lx-cpu1/lx-rocon.git] / hw / lx-rocon_tumbl / lx_rocon_dmem.vhd
index b9e3f58a58d905127ab99b484bcb17caf66d9570..f03b256bc4e72a0b587ddbed4de9b29d7eedac6a 100644 (file)
@@ -21,7 +21,6 @@ entity lx_rocon_dmem is
                bsel_i : in std_logic_vector(3 downto 0);
                dat_i  : in std_logic_vector(31 downto 0);
                dat_o  : out std_logic_vector(31 downto 0);
-
                -- Memory wiring for Master CPU
                clk_m  : in std_logic;
     en_m   : in std_logic;
@@ -29,7 +28,6 @@ entity lx_rocon_dmem is
     addr_m : in std_logic_vector(9 downto 0);
     din_m  : in std_logic_vector(31 downto 0);
     dout_m : out std_logic_vector(31 downto 0)
-
        );
 end lx_rocon_dmem;