// ================================================================// 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: AN2D4PO4.vmoduleAN2D4PO4(A1,A2,Z);inputA1,A2;outputZ;assignZ=A1&A2;endmodule