blob: e93e4d5262efd93891839439d8a648771fe8b4dc [file] [log] [blame]
module top(input clk, input d, s, output q);
IFS1P3JX ireg_i (.D(d), .SCLK(clk), .SP(1'b1), .PD(s),
.Q(q));
endmodule