User guide
25-20
Source Protection
Here there are additional comments about the system tasks used and
the source file and line number of the module header.
The following is the mangled code in tokens.v produced by the
-Xmangle=28 option:
/* System Tasks:
$display
*/
‘portcoerce
‘inline
/* Source file "mangle2.v", line 1 */
// No timescale specified
module demo(modulus1, cpuData);
input[7:0] modulus1;
output[255:0] cpuData;
integer cpuTmpCnt;
reg [255:0] cpuDatareg;
reg [0:34] iPb[0:10];
assign cpuData = cpuDatareg;
function [0:255] merge_word;
input[0:255] source_line;
input[0:31] source_word;
input[0:2] word_index;
reg [0:255] source_line;
reg [0:31] source_word;
reg [0:2] word_index;
begin
end
endfunction
initial begin