always @(posedge clk) begin if(ce) begin rega = ent1; regb = ent2; end end