architecture behavioral of top is
...
attribute keep : string;
attribute keep of MyClk : signal is "true";
attribute keep of MyData : signal is "true";
begin