entity rstbuff isuse IEEE.std_logic_1164.all;
use IEEE.std_logic_misc.all;
use IEEE.std_logic_arith.all;
architecture BEHAVIOR of rstbuff isport (
);mclk : in std_logic_vector (1 downto 1);
GSR : buffer std_logic;
gblreset : buffer std_logic
end rstbuff ;