trunk/verilog.c:

trunk/Test/bug2747828.v: bug fix and test case from patch 2747828 (submitted by Nicolas Vincent).


git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@753 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
elliotth 2010-02-27 17:53:32 +00:00
parent 3a2fc2d91d
commit 5b48f338db
2 changed files with 2 additions and 0 deletions

1
Test/bug2747828.v Normal file
View File

@ -0,0 +1 @@
parameter ramaddr_0 = {1'b1,9'd0};

View File

@ -232,6 +232,7 @@ static void tagNameList (const verilogKind kind, int c)
c = skipWhite (c);
if (c == '=')
{
c = skipWhite (vGetc ());
if (c == '{')
skipPastMatch ("{}");
else