User guide
25-16
Source Protection
inData35=iPb[cpuTmpCnt];
$display("\tiPb[%0h]=%b, %h", cpuTmpCnt,
iPb[cpuTmpCnt],iPb[cpuTmpCnt] >> 3);
cpuDatareg=merge_word(cpuData,inData35[0:31],cpuTmpCn
t);
end
end
endmodule
The following is the mangled code in tokens.v produced by the
-Xmangle or -Xmangle=1 option:
‘portcoerce
‘inline
// No timescale specified
module Memoe(Remoe, Afmoe);
input [7:0] Remoe;
output [255:0] Afmoe;
integer Ifmoe;
reg [255:0] Wfmoe;
reg [0:34] Sfmoe[0:10];
assign Afmoe = Wfmoe;
function [0:255] Hgmoe;
input [0:255] Sgmoe;
input [0:31] Ehmoe;
input [0:2] Qhmoe;
reg [0:255] Sgmoe;
reg [0:31] Ehmoe;
reg [0:2] Qhmoe;
begin
end
endfunction