Wilson Snyder
|
a2558886c8
|
Report errors on empty pins, bug321
|
2011-01-29 18:00:48 -05:00 |
|
Wilson Snyder
|
48df52d743
|
Reduce use of CRELINE so line numbers more closely match first parsed location
|
2011-01-18 21:12:31 -05:00 |
|
Wilson Snyder
|
71c1f00ec2
|
Copyright year update
|
2011-01-01 18:21:19 -05:00 |
|
Wilson Snyder
|
2cb97f7475
|
For UNUSED, ignore black boxed sys calls
|
2010-12-30 07:55:31 -05:00 |
|
Wilson Snyder
|
6283df7491
|
Vlt lint off now has optional msgname
|
2010-12-30 06:58:02 -05:00 |
|
Wilson Snyder
|
e94fc1305b
|
Support unique0; track internally with new attributes
|
2010-12-26 08:09:25 -05:00 |
|
Wilson Snyder
|
d6ac5e5001
|
Support ++,--,+= etc as standalone statements.
|
2010-12-07 20:18:47 -05:00 |
|
Wilson Snyder
|
9d98e012e4
|
Fix segfault on SystemVerilog "output wire foo=0", bug291.
|
2010-10-04 07:48:09 -04:00 |
|
Wilson Snyder
|
a320c4584e
|
Fix do {...} while() not requiring final semicolon.
|
2010-07-07 19:15:51 -04:00 |
|
Byron Bradley
|
d776638f53
|
Internals: Mark packed dimensions in arrays, bug227
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2010-04-09 20:40:41 -04:00 |
|
Wilson Snyder
|
7ed18ac62d
|
Internals: Track Verilog-Perl 3.240 parser changes
|
2010-04-06 18:55:54 -04:00 |
|
Wilson Snyder
|
936738b750
|
Add /*verilator public_flat_rw*/ for timing-specific public access.
|
2010-04-05 20:01:17 -04:00 |
|
Wilson Snyder
|
9a3e497c22
|
Fix specparam defaults
|
2010-02-18 08:43:16 -05:00 |
|
Wilson Snyder
|
cdd06e7236
|
Support "break", "continue", "return".
|
2010-02-14 10:01:21 -05:00 |
|
Wilson Snyder
|
b1872a8e21
|
Internals: Add enum prefixes to reduce MSVC macro conflicts
|
2010-02-01 20:15:48 -05:00 |
|
Wilson Snyder
|
abcb95b8a1
|
Fix order of packed arrays, bug216
|
2010-01-26 08:06:39 -05:00 |
|
Wilson Snyder
|
4b38acd540
|
Fix 2D wire decls, bug206
|
2010-01-25 07:52:07 -05:00 |
|
Wilson Snyder
|
d17bcd8afe
|
Allow 'global' reserved identifier in 1800-2009 when possible
|
2010-01-22 19:08:20 -05:00 |
|
Wilson Snyder
|
4360fe492e
|
Fix initial values for local variables, bug210
|
2010-01-21 20:08:45 -05:00 |
|
Wilson Snyder
|
2da9d46ca6
|
Internals: Rename AstVar::initp to valuep as it's a constant, not initial value
|
2010-01-21 18:20:47 -05:00 |
|
Wilson Snyder
|
c695af31b8
|
Add experimental config files to filter warnings outside of the source.
|
2010-01-21 06:11:30 -05:00 |
|
Wilson Snyder
|
d2bce042a5
|
Fix for variable typing, bug205.
|
2010-01-19 19:27:36 -05:00 |
|
Wilson Snyder
|
27e4503dc6
|
DPI: Constify new $sformatf
|
2010-01-17 20:06:08 -05:00 |
|
Wilson Snyder
|
72b596efb3
|
DPI $display like sformat metacomment and $sformatf
|
2010-01-17 19:13:44 -05:00 |
|
Wilson Snyder
|
0d1de96dbc
|
Internals: Add AstSFormatF
|
2010-01-17 15:53:12 -05:00 |
|
Wilson Snyder
|
ab2702070b
|
Remove extra warning newlines
|
2010-01-15 20:07:16 -05:00 |
|
Wilson Snyder
|
8203c79f76
|
/sformat should accept rvalue expressions
|
2010-01-14 19:07:18 -05:00 |
|
Wilson Snyder
|
a2629c4929
|
Internals: Avoid some extra CRELINES
|
2010-01-09 15:44:06 -05:00 |
|
Wilson Snyder
|
0d12fe43a0
|
Internals: Move CASEX warning with other case lints; add test
|
2010-01-09 11:09:14 -05:00 |
|
Wilson Snyder
|
2950f77dbc
|
Ignore gate delays in UDP cells
|
2010-01-07 22:44:30 -05:00 |
|
Wilson Snyder
|
a94f5ba200
|
--bbox-unsup now ignores cmos and tran gate primitives
|
2010-01-07 22:08:48 -05:00 |
|
Wilson Snyder
|
eb63c8dcb8
|
Fix multiple declarations on one enum, bug199
|
2010-01-06 19:04:20 -05:00 |
|
Wilson Snyder
|
cdcb94751e
|
Fix with no parenthesis
|
2010-01-06 14:21:34 -05:00 |
|
Wilson Snyder
|
cd5d8cceb8
|
Fix with no parenthesis
|
2010-01-06 14:13:11 -05:00 |
|
Wilson Snyder
|
729dfdfed7
|
Copyright year update
|
2010-01-05 21:15:06 -05:00 |
|
Wilson Snyder
|
f3347be629
|
Support edge, 1800-2009
|
2009-12-28 19:49:40 -05:00 |
|
Wilson Snyder
|
dbce06500d
|
Support enums
|
2009-12-27 08:29:55 -05:00 |
|
Wilson Snyder
|
45aa8742d8
|
Internals: Rename implicit_typeE to match Verilog-Perl
|
2009-12-17 20:58:14 -05:00 |
|
Wilson Snyder
|
5a9309de78
|
DPI import: Allow system calls to call imports
|
2009-12-04 07:05:44 -05:00 |
|
Wilson Snyder
|
a40fae04ce
|
Support direct programming interface (DPI) "import".
|
2009-12-03 06:55:29 -05:00 |
|
Wilson Snyder
|
1da07a3b86
|
Fix auto-indentation of AstCStmts
|
2009-12-01 21:55:56 -05:00 |
|
Wilson Snyder
|
955824e634
|
Fix functions arguments without leading input
|
2009-11-24 22:16:28 -05:00 |
|
Wilson Snyder
|
d2a27a84cf
|
Support chandle
|
2009-11-24 09:11:25 -05:00 |
|
Wilson Snyder
|
c7d8eb126f
|
Support and .
|
2009-11-23 21:24:55 -05:00 |
|
Wilson Snyder
|
2f2f367c0b
|
Internals: AstConst named functions when want true/false size 1
|
2009-11-22 20:05:33 -05:00 |
|
Wilson Snyder
|
d7a2362a76
|
Parse UDP Tables, and report single unsupported error
|
2009-11-20 19:53:40 -05:00 |
|
Wilson Snyder
|
e479c8a553
|
Support 'primitive', but not yet 'table'.
|
2009-11-20 08:41:28 -05:00 |
|
Wilson Snyder
|
62f707f501
|
Support $test$plusargs and $value$plusargs, but see the docs.
|
2009-11-19 17:04:21 -05:00 |
|
Wilson Snyder
|
19d62b7a68
|
Support 'time'.
|
2009-11-19 10:45:59 -05:00 |
|
Wilson Snyder
|
92819f5082
|
Fix multi-dimensional arrayed typedefs, bug183.
|
2009-11-12 20:50:31 -05:00 |
|