Besides the '=', another difference between the Verilog-like "localparam type" and the C-like "typedef" syntaxes is their ordering localparam type ab = struct {int a; shortreal b;}; vs. typedef struct {int a; shortreal b;} ab; I prefer the Verilog-like ordering. -- BradReceived on Mon Jan 23 11:08:03 2006
This archive was generated by hypermail 2.1.8 : Mon Jan 23 2006 - 11:08:22 PST