jkntnh.v 125 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module jkntnh (q, qn, j, k, cp); input j, k, cp; output q, qn; GCB_JK G1 (q, qn, j, k, cp, 1'b1, 1'b1); endmodule