代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/458000/7314389
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/450121/7490272
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/445886/7588921
log cc_build_debug.log
--------------------------- AudioG711.pjt - Debug ---------------------------
[Echo.c] "c:\ti\c5400\cgtools\bin\cl500" -g -q -fr"E:/g729/exercise/data-save/Debug" -d"_DEBUG" -@"Debug.lkf" "Echo.c"
www.eeworm.com/read/398754/7925333
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/331826/12804596
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/144120/12812572
v pcr739428.v
// Verify that the ported nets (not the port aliases) are declared
// input/output/inout.
module leaf (.a(x), .b(y), .c({w, z[3], z[2], z[1]}));
inout w;
input x;
output [3:0] y;
inout [7:0] z
www.eeworm.com/read/144120/12812634
v badorderleaf1.v
// The terminals of the scalarLeaf module are declared inconsistently
// with the actual leaf cell.
module scalarLeaf (output out, input in);
endmodule
module top();
wire a, b;
scalarLea
www.eeworm.com/read/144120/12812772
v badorderleaf2.v
// The terminals of the scalarLeaf module are declared inconsistently
// with the actual leaf cell.
module scalarLeaf (.out(x), .in(y));
input in;
output out;
wire x, y;
endmodule
www.eeworm.com/read/330982/12858182
plg main.plg
Build Log
--------------------Configuration: main - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/238879/13316965
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used