// ================================================================// NVDLA Open Source Project//// Copyright(c) 2016 - 2017 NVIDIA Corporation. Licensed under the// NVDLA Open Hardware License; Check "LICENSE" which comes with// this distribution for more information.// ================================================================// File Name: CKLNQD12PO4.vmoduleCKLNQD12PO4(TE,E,CP,Q);inputTE;inputE;inputCP;outputQ;regqd;always@(negedgeCP)qd<=TE|E;assignQ=CP&qd;endmodule