It appears that several implementations are supporting the following style of port declarations based on user requests. module test (output A, input B, C); reg A; wire B, C; always @* A = B & C; endmodule This comes from putting parentheses around the V1995 style input/output statements . I can understand someone wanting to do this when moving from V1995 to V2001, but I'm wondering if this would cause a problem in SystemVerilog. Dave David Rich Verification Technologist Design Verification & Test Division Mentor Graphics Corporation dave_rich@mentor.com Office: 408 487-7206 Cell: 510 589-2625Received on Sun Aug 20 23:56:48 2006
This archive was generated by hypermail 2.1.8 : Sun Aug 20 2006 - 23:57:00 PDT