Byron Bradley
|
9163ce0f6e
|
Internals: modify AstVar::dimensions() to return a pair, bug227
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2010-04-09 20:43:25 -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
|
936738b750
|
Add /*verilator public_flat_rw*/ for timing-specific public access.
|
2010-04-05 20:01:17 -04:00 |
|
Wilson Snyder
|
ba93a08b40
|
Support runtime access to public signal names
|
2010-03-17 08:22:49 -04:00 |
|
Wilson Snyder
|
cdd06e7236
|
Support "break", "continue", "return".
|
2010-02-14 10:01:21 -05:00 |
|
Wilson Snyder
|
3912e5ef0b
|
Allow empty top-level module name, to match standalone simulation
|
2010-02-03 19:19:18 -05:00 |
|
Wilson Snyder
|
89e03a86b7
|
Support assignments of multidimensional slices, bug170
|
2010-01-19 10:52:11 -05:00 |
|
Wilson Snyder
|
788f69a8c9
|
DPI: Support strings in DPI Imports
|
2010-01-17 15:10:37 -05:00 |
|
Wilson Snyder
|
729dfdfed7
|
Copyright year update
|
2010-01-05 21:15:06 -05:00 |
|
Wilson Snyder
|
dbce06500d
|
Support enums
|
2009-12-27 08:29:55 -05:00 |
|
Wilson Snyder
|
ef3ed6e338
|
Support DPI exports
|
2009-12-20 08:27:00 -05:00 |
|
Wilson Snyder
|
3386466e7a
|
DPI svSetScope is speced to return last scope, not new one
|
2009-12-08 21:35:15 -05:00 |
|
Wilson Snyder
|
17bf13fcb6
|
Support DPI context imports
|
2009-12-05 10:38:49 -05:00 |
|
Wilson Snyder
|
a40fae04ce
|
Support direct programming interface (DPI) "import".
|
2009-12-03 06:55:29 -05:00 |
|
Wilson Snyder
|
3b39c3391d
|
Support "import".
|
2009-11-09 19:07:59 -05:00 |
|
Wilson Snyder
|
e0bca07e06
|
Internals: Create AstNodeModule in prep for packages
|
2009-11-07 06:20:20 -05:00 |
|
Wilson Snyder
|
377f194837
|
Support typedef
|
2009-11-06 23:16:06 -05:00 |
|
Wilson Snyder
|
700c1f836d
|
Internals: Move array definitions to AstArrayDType instead of under AstVars.
Prep work for more complicated data types.
|
2009-11-04 22:31:53 -05:00 |
|
Wilson Snyder
|
6bc81d3d26
|
Support byte, shortint, int, longint in variables, parameters and functions.
Internals: function/var sizing and signing now comes via dtypep()
Internals: cleanup code that widths parameters (again)
|
2009-11-02 22:14:11 -05:00 |
|
Wilson Snyder
|
4c26792c9b
|
Internals: Create data types and attach to AstVars, in prep for typedefs.
Added AstNodeDType and AstBasicDType and associated enums.
|
2009-11-02 08:06:04 -05:00 |
|
Wilson Snyder
|
39444d83c5
|
Support little endian bit vectors ("reg [0:2] x;").
|
2009-10-25 16:53:55 -04:00 |
|
Wilson Snyder
|
b4d3806f10
|
Fix carriage-returns embedded in display formats
Internals: Store all AstDisplay etc strings in un-backslashed raw format.
|
2009-10-22 21:29:18 -04:00 |
|
Wilson Snyder
|
b1e6fe7139
|
Fix core dump with SystemVerilog var declarations under unnamed begins.
|
2009-10-11 20:50:31 -04:00 |
|
Wilson Snyder
|
ceb2f6894f
|
Fix writing to out-of-bounds arrays writing element 0.
|
2009-10-08 20:42:45 -04:00 |
|
Wilson Snyder
|
348c43de63
|
Add verilator --pins-uint8 option to use sc_in<uint8_t/uint16_t>.
|
2009-06-29 09:21:21 -04:00 |
|
Wilson Snyder
|
4569278c53
|
Reconsile parser with Verilog-Perl version, to enable more SV features
|
2009-05-07 18:28:05 -04:00 |
|
Wilson Snyder
|
7df730cedd
|
Verilator is now licensed under LGPL v3 and/or Artistic v2.0.
|
2009-05-04 17:07:57 -04:00 |
|
Wilson Snyder
|
193dcf38f4
|
Add --pins-bv option to use sc_bv for all ports.
|
2009-03-13 14:17:30 -04:00 |
|
Wilson Snyder
|
59159b4811
|
Clock gating optimization, currently disabled. Merge from branch
|
2009-01-07 09:37:59 -05:00 |
|
Wilson Snyder
|
3d06720628
|
Copyright year update
|
2009-01-02 11:47:39 -05:00 |
|
Wilson Snyder
|
77405ddded
|
Add toggle coverage
|
2008-12-12 15:34:02 -05:00 |
|
Wilson Snyder
|
ddbfc176b6
|
Internals: Create AstNodeSelItem in prep for future commits.
No real functional change, outside of minor debug dump differences.
|
2008-11-20 07:55:54 -05:00 |
|
Wilson Snyder
|
3b1929259a
|
Support negative bit indexes.
Allow arbitrary characters in symbols (to make '-' work.)
Final merge from negative_lsb branch.
|
2008-10-06 09:59:22 -04:00 |
|
Wilson Snyder
|
cdd6ea8e60
|
Fix genvars causing link error when using --public.
|
2008-09-30 08:58:07 -04:00 |
|
Wilson Snyder
|
3463080a71
|
Fix extra evaluation of pure combo blocks in SystemC output.
|
2008-08-06 17:09:33 -04:00 |
|
Wilson Snyder
|
20aa21d4b6
|
Replace stdio.h and stdarg.h with C++ versions
|
2008-06-30 13:11:25 -04:00 |
|
Wilson Snyder
|
52912c6329
|
Convert repository to git from svn.
- Change .cvsignore to .gitignore
- Remove Id metacomments
- Cleanup whitespace at end of lines
|
2008-06-09 21:25:10 -04:00 |
|
Wilson Snyder
|
8e812058cb
|
Change website references to veripool.org
git-svn-id: file://localhost/svn/verilator/trunk/verilator@1039 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2008-04-25 12:14:27 +00:00 |
|
Wilson Snyder
|
f6fb2362c6
|
Fix dropping of backslash quoted-quote at end of .
git-svn-id: file://localhost/svn/verilator/trunk/verilator@1012 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2008-03-26 14:58:30 +00:00 |
|
Wilson Snyder
|
a2ffe86a36
|
Copyright update
git-svn-id: file://localhost/svn/verilator/trunk/verilator@976 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2008-01-15 14:29:08 +00:00 |
|
Wilson Snyder
|
d2ce499b59
|
Support SystemVerilog .name and .* interconnect.
git-svn-id: file://localhost/svn/verilator/trunk/verilator@906 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2007-03-14 13:06:08 +00:00 |
|
Wilson Snyder
|
895a3264a3
|
Add isolate_assignments meta comment
git-svn-id: file://localhost/svn/verilator/trunk/verilator@871 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2007-01-18 00:51:26 +00:00 |
|
Wilson Snyder
|
b5b1d94d4a
|
Copyright date update
git-svn-id: file://localhost/svn/verilator/trunk/verilator@864 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2007-01-02 22:06:40 +00:00 |
|
Wilson Snyder
|
58b1ad1439
|
Rework parser and add V3LinkParse so we can handle foo[#].foo[#].foo[#:#] etc
git-svn-id: file://localhost/svn/verilator/trunk/verilator@862 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-12-21 21:53:51 +00:00 |
|
Wilson Snyder
|
3b554f4c5b
|
Rename config.h to config_build.h, and add cross compile notes.
git-svn-id: file://localhost/svn/verilator/trunk/verilator@842 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-12-18 19:20:45 +00:00 |
|
Wilson Snyder
|
3ad5872d30
|
Add verilator no_inline_task
git-svn-id: file://localhost/svn/verilator/trunk/verilator@816 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-10-11 15:41:42 +00:00 |
|
Wilson Snyder
|
318a6e348c
|
Support wide public task outputs.
git-svn-id: file://localhost/svn/verilator/trunk/verilator@810 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-10-05 14:53:17 +00:00 |
|
Wilson Snyder
|
e471a34323
|
Add maybePointedTo to v3Broken for better and faster checks
git-svn-id: file://localhost/svn/verilator/trunk/verilator@809 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-10-05 00:45:39 +00:00 |
|
Wilson Snyder
|
4f42c25c7c
|
Fix inout task arguments
git-svn-id: file://localhost/svn/verilator/trunk/verilator@795 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-09-25 20:40:52 +00:00 |
|
Wilson Snyder
|
ce10dbd11c
|
Version bump
git-svn-id: file://localhost/svn/verilator/trunk/verilator@753 77ca24e4-aefa-0310-84f0-b9a241c72d87
|
2006-08-26 11:35:28 +00:00 |
|