Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI looked for colqueue in source codes,
but there nothing but only in below and generated file. --- Quote Start --- ColQueue Queue_Red ( .wrclk ( Wrtcmplt ), .rdclk ( Req ), .data ( Redin[3:0] ), .rdreq ( Req ), .wrreq ( Wrtcmplt ), .empty ( Remp ), .full ( Rful ), .q ( RedOt[3:0] ) ); ColQueue Queue_Gre ( .wrclk ( Wrtcmplt ), .rdclk ( Greq ), .data ( Grein[3:0] ), .rdreq ( Greq ), .wrreq ( Wrtcmplt ), .empty ( Gemp ), .full ( Gful ), .q ( GreOt[3:0] ) ); ColQueue Queue_Blu ( .wrclk ( Wrtcmplt ), .rdclk ( Blreq ), .data ( Bluin[3:0] ), .rdreq ( Blreq ), .wrreq ( Wrtcmplt ), .empty ( Bemp ), .full ( Bful ), .q ( BluOt[3:0] ) ); --- Quote End ---