module erzhihua ( Green,
oCb,oCr,
iRST_N,iCLK);
// Input
input [7:0] oCb,oCr;
input iRST_N,iCLK;
// Output
output [7:0] Green;
// Internal Registers/Wires
reg [7:0] grey;
assign Green= grey;
module erzhihua ( Green,
oCb,oCr,