/Test/bug762027.v
V | 27 lines | 3 code | 1 blank | 23 comment | 0 complexity | 4aae6a0532e22006d4fb48106c26fe3e MD5 | raw file
Possible License(s): GPL-2.0
1/* 2Bugs item #762027, was opened at 2003-06-27 18:32 3Message generated for change (Tracker Item Submitted) made by Item Submitter 4You can respond by visiting: 5https://sourceforge.net/tracker/?func=detail&atid=106556&aid=762027&group_id=6556 6 7Category: None 8Group: None 9Status: Open 10Resolution: None 11Priority: 5 12Submitted By: cdic (cdic) 13Assigned to: Nobody/Anonymous (nobody) 14Summary: multi-line definition w/o back-slash will be missing 15 16Initial Comment: 17There is a small bug (language verilog): 18*/ 19 wire N_84, N_83; // is ok. 20 21 wire N_84, 22 N_83; // then N_83 will be missing in tags. 23/* 24Thanks for fixing it. 25 26cdic 27*/