Commit Graph

  • c7a088faa5 Fix mis-optimized identical submodule subtract, bug581. Take 2. Wilson Snyder 2012-11-28 20:18:41 -0500
  • 30f6c0e105 Fix mis-optimized identical submodule subtract, bug581. Wilson Snyder 2012-11-28 07:36:47 -0500
  • 38b9fa7b93 driver: Print message when no Parallel::Forker. Wilson Snyder 2012-11-21 07:09:29 -0500
  • 39a31fc17f Fix --debug overriding preceding --dump-treei, bug580. Jeremy Bennett 2012-11-21 06:55:28 -0500
  • 899a7df14a Fix VerilatedSave compile issue on MSVCC, bug577. Wilson Snyder 2012-11-13 20:36:20 -0500
  • 7a8c425103 Add +1364-1995ext and similar language options, bug532. Wilson Snyder 2012-11-13 20:12:23 -0500
  • 0e8ce59022 Fix svdpi compile issue on MSVCC, bug571. Wilson Snyder 2012-11-05 10:22:19 -0500
  • 77ac76a158 devel release Wilson Snyder 2012-11-03 20:19:31 -0400
  • 8108b97050 Version bump v3.842 Wilson Snyder 2012-11-03 20:16:01 -0400
  • a1c3491dea Display speed ups, bug574. Wilson Snyder 2012-11-03 20:11:53 -0400
  • 8bba96a84e Tests Wilson Snyder 2012-11-03 09:23:34 -0400
  • 6cd9b25a53 Fix array of struct references giving false error, bug566. Wilson Snyder 2012-11-03 09:17:42 -0400
  • 0431b1909c Fix name collision on task inputs, bug569. Wilson Snyder 2012-11-03 08:01:19 -0400
  • 907665e2e8 Fix name collision on unnamed blocks, bug567. Wilson Snyder 2012-11-02 20:30:47 -0400
  • 61e8836fbd Add -x-initial-edge, bug570. by Jeremy Bennett; from BENNETT/initial-edge branch. Wilson Snyder 2012-11-02 19:55:34 -0400
  • 0e921b5dff Speed display, bug373. Wilson Snyder 2012-11-02 17:54:14 -0400
  • 7ef37d6e17 Fix missing var access functions when no DPI, bug572. Wilson Snyder 2012-10-30 03:02:35 -0400
  • dce227684a Fix mangling on GCC 4.7, msg927. Wilson Snyder 2012-10-28 17:35:48 -0400
  • 158e112752 Internals: Resolve misc bison comments with Verilog-Perl. No functional change. Wilson Snyder 2012-10-08 21:20:13 -0400
  • ec992c7f5e Internals: Resolve misc bison comments with Verilog-Perl Wilson Snyder 2012-10-08 20:45:39 -0400
  • e7d63c7644 Fix large shift error on large shift constants. Wilson Snyder 2012-10-08 07:05:54 -0400
  • 6464e8fee6 Misc code cleanups. Merge from assignment pattern branch. No functional change. Wilson Snyder 2012-09-25 19:27:00 -0400
  • 047d66a657 Slice code cleanup. No functional change. Wilson Snyder 2012-09-25 19:17:09 -0400
  • 55c23360d9 Commentary Wilson Snyder 2012-09-24 18:28:19 -0400
  • c378d32c85 Fix parameter pins interspersed with cells broke in 3.840. Wilson Snyder 2012-09-07 19:51:41 -0400
  • 3d9540c58c devel release Wilson Snyder 2012-09-03 20:32:32 -0400
  • 39724eb916 Version bump v3.841 Wilson Snyder 2012-09-03 19:58:52 -0400
  • 48dddd4ae7 Debug: Use dot label rather than a custom nTITLE node to label the graph. Generate all graph level attributes as attributes of the graph entity. bug555. Jeremy Bennett 2012-08-27 19:02:27 -0400
  • 9c00fd10de Add --savable to support model save/restore. Wilson Snyder 2012-08-26 21:13:47 -0400
  • 9309d0b00f Commentary on internals.pod, bug554. Jeremy Bennett 2012-08-25 12:47:59 -0400
  • 038b5d32a3 Commentary Wilson Snyder 2012-08-25 12:18:06 -0400
  • 706920ba19 Tests: t_vpi_var: Fix vector length, bug553. Jeremy Bennett 2012-08-25 12:05:08 -0400
  • 39492a0726 Tidy up .gitignore and MANIFEST.SKIP, bug552. Jeremy Bennett 2012-08-25 07:52:07 -0400
  • df1170fea9 Test Wilson Snyder 2012-08-23 13:26:12 -0400
  • f0e1d204fa Fix triangle symbol resolution error broke in 3.840, bug550. This requires the parse symbol table persist across all parse runs. This is probably more correct than before, but may result in some fallout if people relied on data types not being persistant across separately parsed cells. Wilson Snyder 2012-08-15 21:28:30 -0400
  • 8ece0a8a5f Create V3ParseSym. No functional change. Wilson Snyder 2012-08-15 21:14:20 -0400
  • 1373b81e7c Include: Allow external progs to test command args Wilson Snyder 2012-08-14 20:37:15 -0400
  • d3601dd561 Support '{} assignment pattern on structures, part of bug355. Wilson Snyder 2012-08-12 15:15:21 -0400
  • f685cf1d0c Fix duplicate begin error broke in 3.840, bug548. Wilson Snyder 2012-08-10 19:39:18 -0400
  • d5fcf0c153 Test for bug349 Wilson Snyder 2012-08-08 22:15:07 -0400
  • 5f9810070d Fix imports under multiple instantiated cells, bug542. Wilson Snyder 2012-08-08 21:59:17 -0400
  • 923efa004b New tests Wilson Snyder 2012-08-07 20:59:34 -0400
  • 869e8eab3c tests; check package to package refs Wilson Snyder 2012-08-07 20:37:28 -0400
  • b51d197117 Fix defparam in generate broke in 3.840, bug543. Wilson Snyder 2012-08-07 18:24:51 -0400
  • e4f0a8952c Fix double-deep parameter cell WIDTHs, bug541. Wilson Snyder 2012-08-02 07:02:57 -0400
  • 072ee425f4 Fix previous mis-commit Wilson Snyder 2012-08-02 07:00:12 -0400
  • a4c2819be2 Commentary Wilson Snyder 2012-07-31 19:23:19 -0400
  • 2a274f9c19 Devel version Wilson Snyder 2012-07-31 18:53:51 -0400
  • b4d5a20670 Version bump v3.840 Wilson Snyder 2012-07-31 18:09:00 -0400
  • 6339159b04 MAJOR: Support packed structures and unions, bug181. Wilson Snyder 2012-07-29 10:16:20 -0400
  • aec019991c Tests: Misc fixes from struct branch. Wilson Snyder 2012-07-28 14:00:51 -0400
  • 33e6a17747 Internals: Look at tree state instead of back for AstAttr. No functional change. Wilson Snyder 2012-07-28 10:52:29 -0400
  • ecf508ec23 Fix replicate verilog dump being backwards Wilson Snyder 2012-07-28 08:25:27 -0400
  • a5bcfc0509 Tests: Rename t_structure Wilson Snyder 2012-07-27 21:14:13 -0400
  • 1899096ff4 Internals: Width debug and null print check Wilson Snyder 2012-07-27 21:12:06 -0400
  • 6e219f5831 Internals: Rework V3WidthSel func for non-vars. No functional change intended. Wilson Snyder 2012-07-25 07:26:41 -0400
  • de1bb5aeb6 Tests: fix driver.pl not tracing time 0, bug536. Jeremy Bennett 2012-07-24 18:48:51 -0400
  • b52d94273c Internals: Move variable referencing into LinkDot in support of structs. Wilson Snyder 2012-07-24 06:26:35 -0400
  • e655c85489 Internals: findBit etc can be const. No functional change. Wilson Snyder 2012-07-23 21:29:53 -0400
  • dee7210231 Debug: add GDB dtf function to dump tree to file Wilson Snyder 2012-07-23 20:21:04 -0400
  • cbd073ed08 Commentary: pthread Wilson Snyder 2012-07-23 10:12:43 -0400
  • 09ebc0c163 Internals: Fix 0x tree debug suffix. Misc merges from struct. No functional change. Wilson Snyder 2012-07-22 22:48:39 -0400
  • d2ede75c71 Fix compile error under git submodules, bug534. Wilson Snyder 2012-07-22 19:51:14 -0400
  • 3e03fef3e3 Tests: Add t_var_notfound_bad Wilson Snyder 2012-07-22 09:09:53 -0400
  • 0f583f4b33 Internals: Remove dead varref code, part of last change. Wilson Snyder 2012-07-21 21:23:45 -0400
  • f175db74a5 Internals: Rework implicit handling to make room for ParseRef vs. VarRef Wilson Snyder 2012-07-21 21:18:07 -0400
  • 8d5e37a413 Internals: Move trace check up. No functional change. Wilson Snyder 2012-07-21 20:33:24 -0400
  • 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. Wilson Snyder 2012-07-21 17:12:42 -0400
  • a2f49063e2 Internals: Rename LinkDot methods. Merge from dot. No functional change Wilson Snyder 2012-07-21 09:27:57 -0400
  • f3f34baa73 debug: Avoid identical skip in driver debug Wilson Snyder 2012-07-21 09:16:19 -0400
  • abe9ecd225 Internals: Move AstBegin code below GenFor. No functional change. Wilson Snyder 2012-07-21 07:28:39 -0400
  • 67409af38d Fix valgrind uninitialized bits. Wilson Snyder 2012-07-19 22:26:15 -0400
  • b7d1c34aa6 Internals: Add more sym table debug, renames. Merge from dot. No functional change Wilson Snyder 2012-07-19 21:18:39 -0400
  • 92809b95c9 driver: Sort results. Merge from dot. Wilson Snyder 2012-07-19 21:02:36 -0400
  • b18690cbe2 Linking renames. Merge from dot. No functional change. Wilson Snyder 2012-07-17 21:29:10 -0400
  • 96155365b2 Fix GCC 4.7.0 compile warnings, bug530. Wilson Snyder 2012-07-15 12:27:36 -0400
  • 3e5067feb1 Fix svdpi.h for apple. Wilson Snyder 2012-07-15 11:28:26 -0400
  • 3ec687a0cf Internals: Merge from struct branch, rework LinkDot symbol table. No functional change intended. Wilson Snyder 2012-06-20 06:13:28 -0400
  • 365034d7dd Internals: Merge from struct branch, rename SymTable calls. No functional change intended. Wilson Snyder 2012-06-20 06:09:07 -0400
  • 09aa9f87d8 Internals: Move initial resolution to V3LinkParse. No functional change intended. Wilson Snyder 2012-06-13 23:08:45 -0400
  • 97963fb8c9 Internals: Move DECLFILENAME code to LinkCells. Wilson Snyder 2012-06-13 22:18:12 -0400
  • ee1643ce39 Fix false UNUSED warning on file system calls. Wilson Snyder 2012-06-03 08:20:12 -0400
  • a82cdcfe48 Add --converge-limit option. Wilson Snyder 2012-05-31 18:56:31 -0400
  • 1b439703ff Fix leak issues, bug521 Wilson Snyder 2012-05-30 23:17:55 -0400
  • 4cc5943f90 Leak fix - Null sense item shouldn't disable event Wilson Snyder 2012-05-30 23:15:25 -0400
  • 5fad666678 Fix +: and -: memory leak. Wilson Snyder 2012-05-29 23:16:13 -0400
  • e12bf35996 Fix leak check compile and run, bug521. Wilson Snyder 2012-05-29 22:59:17 -0400
  • d34fccec22 Internals: Remove typedefFwd earlier to simplify Link Wilson Snyder 2012-05-28 10:23:47 -0400
  • 429437f1b9 Internals: Reorder code. No functional change. Wilson Snyder 2012-05-28 09:18:18 -0400
  • c6e7d87960 Commentary - Remove author lines as amany contributors now Wilson Snyder 2012-05-24 19:19:48 -0400
  • 716320f3ca Extra debug check Wilson Snyder 2012-05-24 19:15:28 -0400
  • 1d12b47cb8 Fix internal readWholefile error check, bug518. Wilson Snyder 2012-05-22 10:20:35 -0400
  • 1bc1ee9e08 Fix duplicate warnings/errors, bug516. Wilson Snyder 2012-05-21 21:31:52 -0400
  • 53f50463bc Internals: Add warnMore() for all continued messages. Wilson Snyder 2012-05-21 21:24:17 -0400
  • 7ab91e660f Tests: Add t_sv_enum_type_methods, bug515. Jeremy Bennett 2012-05-21 18:37:46 -0400
  • 2f0e230522 Tests: New struct tests. Merge from branch. Wilson Snyder 2012-05-16 22:27:49 -0400
  • 280f674ce9 Fix signed extending biops with WIDTH warning off, bug511. Wilson Snyder 2012-05-16 22:18:52 -0400
  • a92c66d512 Internals: Pass expected dtype in width. No functional change intended. Wilson Snyder 2012-05-16 20:58:15 -0400
  • c45eedcb02 Tests: New t_inst_signed test Wilson Snyder 2012-05-16 20:05:05 -0400
  • a9a49345ba Fix loop error message to report line, bug513. Wilson Snyder 2012-05-16 19:31:24 -0400