User guide
25-21
Source Protection
cpuDatareg = 256’b0;
for (cpuTmpCnt = 0; (cpuTmpCnt < 8); cpuTmpCnt =
(cpuTmpCnt + 1))
begin : assemble_incoming
reg[0:34] inData35;
inData35 = iPb[cpuTmpCnt];
$display("iPb[%0h]=%b, %h", cpuTmpCnt,
iPb[cpuTmpCnt],
(iPb[cpuTmpCnt] >> 3));
cpuDatareg = merge_word(cpuData, inData35[0:31],
cpuTmpCnt);
end
end
endmodule
// ===================
// DESIGN STATISTICS
// ===================
// Static<!> Elaborated<@>
// ------ ----------
// No. of module instances: 1 1
// No. of comb. udp instances: 0 0
// No. of seq. udp instances: 0 0
// No. of gates: 0 0
// No. of continuous assignments: 1 1
// No. of module+udp port connects: 0 0
// No. of registers (vector+scalar): 7 7
// No. of memories: 1 1
// No. of scalar nets: 0 0
// No. of vector nets: 2 2
// No. of named events: 0 0
// No. of always blocks: 0 0
// No. of initial blocks: 1 1
// No. of fork/join blocks: 0 0
// No. of verilog tasks: 0 0
// No. of verilog functions: 1 1
// No. of verilog task calls: 0 0
// No. of verilog function calls: 1 1
// No. of system task calls: 1 1
// No. of user task calls: 0 0
// No. of system function calls: 0 0