Delay w/ spaces

From: adamk@cyrix.com
Date: Tue Dec 02 1997 - 10:43:22 PST


BAD MSG:
module test;
ontent-Length: 152
X-Lines: 8
X-Status: $$$$
X-UID: 0000000280
Status: RO

reg [21:0] b;
initial begin
// This is a delay of 32.
b = # 32 'h 20 - 10;
//b = #32'h20 - 10; So is this.
end
initial $monitor($time, ,,b);
endmodule



This archive was generated by hypermail 2.1.4 : Mon Jul 08 2002 - 12:52:32 PDT and
sponsored by Boyd Technology, Inc.