URL
https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 28 |
Rev 37 |
Line 88... |
Line 88... |
`ifdef ENABLE_CRRD
|
`ifdef ENABLE_CRRD
|
assign IPr[i][j] = |IMr[i];
|
assign IPr[i][j] = |IMr[i];
|
`else
|
`else
|
assign IPr[i][j] = |IPrm[i][j];
|
assign IPr[i][j] = |IPrm[i][j];
|
for(k=0; k<SN; k++) begin: DIRC
|
for(k=0; k<SN; k++) begin: DIRC
|
c2p IPRen (.q(IPrm[i][j][k]), .a0(IMr[i][k]), .a1(~CMs[j][k]));
|
c2p IPRen (.q(IPrm[i][j][k]), .a(IMr[i][k]), .b(~CMs[j][k]));
|
end
|
end
|
`endif
|
`endif
|
end
|
end
|
end // block: IPC
|
end // block: IPC
|
endgenerate
|
endgenerate
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.