Wilson Snyder
|
8323092a0c
|
Fix cppcheck warnings. No functional change.
|
2015-02-09 21:05:27 -05:00 |
|
Wilson Snyder
|
4c91ade61d
|
Copyright year update
|
2015-01-07 18:25:53 -05:00 |
|
Wilson Snyder
|
c1593f856d
|
Support enum.first/name and similar methods, bug848.
|
2014-11-28 20:34:23 -05:00 |
|
Wilson Snyder
|
71b2eed32c
|
Fix false name conflict on cells in generate blocks, bug749.
|
2014-06-09 22:00:45 -04:00 |
|
Wilson Snyder
|
a1c1ff9981
|
Fix seg-fault with variable of parameterized interface, bug692.
|
2014-05-28 07:33:40 -04:00 |
|
Wilson Snyder
|
2accba2e71
|
Update WIDTH warning message formats to match future commit.
|
2014-04-29 21:11:57 -04:00 |
|
Wilson Snyder
|
6cf6d9f7e1
|
Fix modport function import not-found error.
|
2014-04-03 21:53:39 -04:00 |
|
Wilson Snyder
|
c18df68ead
|
Fix C++-2011 warnings.
|
2014-03-15 14:50:03 -04:00 |
|
Wilson Snyder
|
4422de0c6c
|
Copyright year update.
|
2014-01-06 19:28:57 -05:00 |
|
Wilson Snyder
|
bcefc17631
|
Support modport import, bug696.
|
2013-12-21 06:51:15 -05:00 |
|
Wilson Snyder
|
5d233b8c09
|
Fix parameter pin vs. normal pin error, bug704.
|
2013-12-14 18:04:10 -05:00 |
|
Wilson Snyder
|
23bb045a72
|
Support interfaces and modports, bug102.
|
2013-05-27 21:39:19 -04:00 |
|
Wilson Snyder
|
7c834ad118
|
Internals: Misc cleanups from interface branch. No functional change.
|
2013-05-27 20:56:20 -04:00 |
|
Wilson Snyder
|
6b8d9b5c36
|
Internals: If registered, dump symtable on any error
|
2013-05-25 12:15:38 -04:00 |
|
Wilson Snyder
|
6a69813326
|
Internals: Renames for interfaces. No functional change.
|
2013-05-18 19:45:52 -04:00 |
|
Wilson Snyder
|
464679c78b
|
Fix module resolution with __, bug631.
|
2013-03-12 07:27:17 -04:00 |
|
Wilson Snyder
|
6594a54a95
|
Fix wrong dot resolution under inlining.
|
2013-02-21 23:38:29 -05:00 |
|
Wilson Snyder
|
f07f6a26a8
|
cppcheck fixes
|
2013-02-03 13:27:37 -05:00 |
|
Wilson Snyder
|
b4a8be07f3
|
Fix enum items under packages.
|
2013-02-02 14:11:50 -05:00 |
|
Wilson Snyder
|
e1eb41fe77
|
Fix segfault on multidimensional dotted arrays, bug607.
|
2013-01-25 21:27:19 -05:00 |
|
Wilson Snyder
|
08fec0534d
|
Fix package import preventing local var, bug599.
|
2013-01-08 19:06:52 -05:00 |
|
Wilson Snyder
|
a8bbf7231b
|
Copyright year update.
|
2013-01-01 09:42:59 -05:00 |
|
Wilson Snyder
|
229d854607
|
Fix package resolution of parameters, bug586.
|
2012-12-31 17:05:13 -05:00 |
|
Wilson Snyder
|
562460606f
|
Internals: Add V3LinkDot m_ds structure, towards bug586. No functional change.
|
2012-12-31 14:00:04 -05:00 |
|
Wilson Snyder
|
46f70b1cbb
|
Fix implying dotted wire names
|
2012-12-31 13:50:44 -05:00 |
|
Wilson Snyder
|
a547133efe
|
Internals: Remove VAR_MEM to match Verilog-Perl, towards bug586.
|
2012-12-31 13:47:34 -05:00 |
|
Wilson Snyder
|
98f68e46d6
|
Fix package import of package imports, partial bug592.
|
2012-12-17 20:26:40 -05:00 |
|
Wilson Snyder
|
27660b271d
|
Fix package import of non-localparam parameter, bug591.
|
2012-12-17 19:07:23 -05:00 |
|
Wilson Snyder
|
f607b32938
|
Fix crash on dotted references into dead modules, bug583.
|
2012-11-30 06:57:36 -05:00 |
|
Wilson Snyder
|
6cd9b25a53
|
Fix array of struct references giving false error, bug566.
|
2012-11-03 09:17:42 -04:00 |
|
Wilson Snyder
|
0431b1909c
|
Fix name collision on task inputs, bug569.
|
2012-11-03 08:01:19 -04:00 |
|
Wilson Snyder
|
907665e2e8
|
Fix name collision on unnamed blocks, bug567.
|
2012-11-02 20:30:47 -04:00 |
|
Wilson Snyder
|
c378d32c85
|
Fix parameter pins interspersed with cells broke in 3.840.
|
2012-09-07 19:51:41 -04:00 |
|
Wilson Snyder
|
5f9810070d
|
Fix imports under multiple instantiated cells, bug542.
|
2012-08-08 21:59:17 -04:00 |
|
Wilson Snyder
|
b51d197117
|
Fix defparam in generate broke in 3.840, bug543.
|
2012-08-07 18:24:51 -04:00 |
|
Wilson Snyder
|
6339159b04
|
MAJOR: Support packed structures and unions, bug181.
|
2012-07-29 10:16:20 -04:00 |
|
Wilson Snyder
|
b52d94273c
|
Internals: Move variable referencing into LinkDot in support of structs.
|
2012-07-24 06:26:35 -04:00 |
|
Wilson Snyder
|
09ebc0c163
|
Internals: Fix 0x tree debug suffix. Misc merges from struct. No functional change.
|
2012-07-22 22:48:39 -04:00 |
|
Wilson Snyder
|
0f583f4b33
|
Internals: Remove dead varref code, part of last change.
|
2012-07-21 21:23:57 -04:00 |
|
Wilson Snyder
|
f175db74a5
|
Internals: Rework implicit handling to make room for ParseRef vs. VarRef
|
2012-07-21 21:18:07 -04:00 |
|
Wilson Snyder
|
8d5e37a413
|
Internals: Move trace check up. No functional change.
|
2012-07-21 20:33:24 -04:00 |
|
Wilson Snyder
|
8b9b7178a2
|
Internals: MAJOR CHANGE. Combine V3Link and V3LinkDot stages for structures.
Functionality should be similar, but may introduce instability in resolving variables/cells.
Final merge from dot.
|
2012-07-21 17:12:42 -04:00 |
|
Wilson Snyder
|
a2f49063e2
|
Internals: Rename LinkDot methods. Merge from dot. No functional change
|
2012-07-21 09:27:57 -04:00 |
|
Wilson Snyder
|
b7d1c34aa6
|
Internals: Add more sym table debug, renames. Merge from dot. No functional change
|
2012-07-19 21:18:39 -04:00 |
|
Wilson Snyder
|
b18690cbe2
|
Linking renames. Merge from dot. No functional change.
|
2012-07-17 21:29:10 -04:00 |
|
Wilson Snyder
|
3ec687a0cf
|
Internals: Merge from struct branch, rework LinkDot symbol table. No functional change intended.
|
2012-06-20 06:13:28 -04:00 |
|
Wilson Snyder
|
365034d7dd
|
Internals: Merge from struct branch, rename SymTable calls. No functional change intended.
|
2012-06-20 06:09:07 -04:00 |
|
Wilson Snyder
|
429437f1b9
|
Internals: Reorder code. No functional change.
|
2012-05-28 09:19:51 -04:00 |
|
Wilson Snyder
|
c6e7d87960
|
Commentary - Remove author lines as amany contributors now
|
2012-05-24 19:19:48 -04:00 |
|
Wilson Snyder
|
716320f3ca
|
Extra debug check
|
2012-05-24 19:15:28 -04:00 |
|