Commit Graph

  • 6903c52ef7 Tests: Add coverage of missing include error. Wilson Snyder 2019-06-26 19:12:57 -0400
  • aa65dfb1bc Tests: Use only 2 threads for t_gantt. Wilson Snyder 2019-06-26 19:06:52 -0400
  • 84a2cd0ec7 Remove some old DIRPROJECT dead code. Wilson Snyder 2019-06-26 18:50:38 -0400
  • 8e7559c6c9 Show included-from filenames in warnings, bug1439. Wilson Snyder 2019-06-22 17:01:39 -0400
  • 951521320a Warnings: Suppress dup lines, and use lowercase note: to match gcc Wilson Snyder 2019-06-22 16:09:10 -0400
  • abc0eb92a0 Debug: Show only first line of suppressed warnings Wilson Snyder 2019-06-22 14:25:31 -0400
  • c514bb26e8 Always internal module wrapper TOP. Wilson Snyder 2019-06-22 13:43:22 -0400
  • 5cb6474cc6 Fix not reporting some duplicate signals/ports, bug1462. Wilson Snyder 2019-06-22 12:43:48 -0400
  • b8eb6368e9 Tests: Fix up duplicate var declarations. Wilson Snyder 2019-06-22 12:32:13 -0400
  • 6239deb1df Tests: Disable t_flag_csplit with old make. Wilson Snyder 2019-06-19 08:44:40 -0400
  • 89c2a6070a devel release Wilson Snyder 2019-06-16 10:00:54 -0400
  • c53ea10c75 Version bump v4.016 Wilson Snyder 2019-06-16 09:30:56 -0400
  • 8fa54b1c4d Add .gitattributes Wilson Snyder 2019-06-15 21:49:49 -0400
  • e5fae03364 docs: Move license files back to top out of docs to appease github. Wilson Snyder 2019-06-15 21:41:38 -0400
  • 081fd3b789 Rename to LICENSE to appease github Wilson Snyder 2019-06-15 17:57:21 -0400
  • 0edd3c9e95 Tests: Support remote test obj_ Wilson Snyder 2019-06-15 16:37:58 -0400
  • 659c7b78d5 Warn only once if too few CPUs. Wilson Snyder 2019-06-15 09:17:51 -0400
  • 34ef3c9c38 Internals: Assert V3Number ops have different pointers. Wilson Snyder 2019-06-15 08:10:17 -0400
  • 90af180ec1 Fix constant function return of function var, bug1467. Wilson Snyder 2019-06-15 08:03:39 -0400
  • 0d71c1154d Fix overshift error to have user's source line. Wilson Snyder 2019-06-15 07:43:45 -0400
  • 5da5e32e86 Fix --savable invalid C++ on packed arrays, bug1465. Alex Chadwick 2019-06-14 18:42:27 -0400
  • ea59a39661 Commentary Wilson Snyder 2019-06-13 20:53:39 -0400
  • f5ca1a04cc Docs: Rewrite README Wilson Snyder 2019-06-13 20:20:58 -0400
  • b6c905dffc Move files into docs directory. Wilson Snyder 2019-06-13 07:19:44 -0400
  • e4a3f9b38c Tests: Remove tabs from golden-output tests. No functional change. Wilson Snyder 2019-06-12 22:41:51 -0400
  • b3e2d26e35 Tests: Remove tabs from golden-output tests. No functional change. Wilson Snyder 2019-06-12 22:22:36 -0400
  • 79e9fbaeb7 Tests: Add additional .out files instead of expects. Wilson Snyder 2019-06-12 21:49:40 -0400
  • f5f5cd522b Tests: Make standard lint() to replace inconsistent compile() Wilson Snyder 2019-06-12 21:05:02 -0400
  • e713c8ce57 Fix not reporting some duplicate signals, bug1462. Wilson Snyder 2019-06-12 19:17:10 -0400
  • 94ed817897 Fix debug over-verbosity. Wilson Snyder 2019-06-12 19:11:26 -0400
  • ff360738b5 XML: Remove extranious space on dtypes. Wilson Snyder 2019-06-12 07:19:14 -0400
  • f7f73a0825 Internals: Standardize internal FileLine filenames. Wilson Snyder 2019-06-12 07:00:56 -0400
  • 2cedd14d43 Fix build error on MinGW, bug1460. Wilson Snyder 2019-06-11 21:38:17 -0400
  • 77c2d49d1a Internals: Move code out of verilog.y. No functional change. Wilson Snyder 2019-06-11 21:19:44 -0400
  • dd8d5ef687 Internals: Move code out of verilog.l. No functional change. Wilson Snyder 2019-06-11 21:03:03 -0400
  • cfb05cd70a Whitespace cleanup. No functional change. Wilson Snyder 2019-06-11 20:20:04 -0400
  • 6f2f668449 Fix dotted references to type parameter sizes, bug1458. Todd Strader 2019-06-11 19:00:24 -0400
  • 6ffbb7cabf Internals: Remove extra semicolons. No functional change. Wilson Snyder 2019-06-11 18:31:06 -0400
  • 6c1782e4de Add contributors and test. Wilson Snyder 2019-06-10 20:29:58 -0400
  • 10e3cc6e3b Tests: Better checking for type param hash fix. Todd Strader 2019-06-06 19:57:31 -0400
  • 34424e70d8 Fix sameHash error on type parameters, bug1456. Todd Strader 2019-06-05 20:39:42 -0400
  • 38ad8727af Tests: Remove CRs. Wilson Snyder 2019-06-04 20:37:16 -0400
  • 4e115d4b69 Fix performance when mulithreaded on 1 CPU, bug1455. Wilson Snyder 2019-06-03 19:13:03 -0400
  • f6f8073058 Support logical equivalence operator <->. Wilson Snyder 2019-06-01 19:40:06 -0400
  • 902ba752a3 Move many unsupported errors from lex to parser so can --bbox-unsup ignore them. Wilson Snyder 2019-05-31 21:05:50 -0400
  • 97d9de3dad Support deferred assertions, bug1449. Wilson Snyder 2019-05-31 07:33:57 -0400
  • 97fef7c60b Tests: Fix t_dist_whitespace.pl --golden, bug1451 Todd Strader 2019-05-30 20:34:35 -0400
  • a58e7d94ec Error continuation lines no longer have %Error prefix. Wilson Snyder 2019-05-30 20:30:59 -0400
  • c0be8bcefb Internals: Remove some pointless V3Number temporaries. No functional change intended. Wilson Snyder 2019-05-29 23:18:47 -0400
  • 8846b365f4 Fix some memory leaks in V3Const/V3Unroll. Wilson Snyder 2019-05-29 22:43:26 -0400
  • 72eb361131 Fix invalid XML output due to special chars, bug1444. Kanad Kanhere 2019-05-29 18:41:03 -0400
  • b83b606267 Internals: Detab and fix spacing style issues. No functional change. Wilson Snyder 2019-05-19 16:13:13 -0400
  • 59d7d9e8c3 Fix real parameter assignment, bug1427. Wilson Snyder 2019-05-17 20:50:57 -0400
  • 3411279294 Internals: Relocate quoteNameControls, part of bug1444. Kanad Kanhere 2019-05-16 21:44:01 -0400
  • 8d6bea8975 nodist: Fix git_untabify --narrow. Wilson Snyder 2019-05-16 21:32:50 -0400
  • 01725f662f Fix $display with string without %s, bug1441. Wilson Snyder 2019-05-16 21:21:38 -0400
  • d841e68f4f Fix parameter function string returns, bug1441. Wilson Snyder 2019-05-16 21:15:02 -0400
  • 13ecb8e177 Fix fault on with %t, bug1443. Wilson Snyder 2019-05-16 19:35:10 -0400
  • 26436cf4dd Tests: Fix files ignored by t_dist_manifest, bug1438. Todd Strader 2019-05-15 19:02:17 -0400
  • 96c70ea2df Internals: Fix some long lines in include files. No functional change. Wilson Snyder 2019-05-14 22:49:21 -0400
  • c8849094fc Fix spacing of last commit. Wilson Snyder 2019-05-14 22:05:37 -0400
  • afea6d84e3 Mark infrequently called functions with GCC cold attribute. Wilson Snyder 2019-05-14 22:03:50 -0400
  • 1fb0af7fba Internals: Fix some -Wsuggest-attribute=const suggestions. Wilson Snyder 2019-05-14 21:46:19 -0400
  • 8ad1a68420 Fix OSX compile issue with -Winvalid-noreturn, bug1440. Wilson Snyder 2019-05-14 20:51:28 -0400
  • 6ef7d5f0fd Internals: Fix spacing of last commit Wilson Snyder 2019-05-14 06:56:20 -0400
  • d0fbdfac07 Add --quiet-exit, bug1436. Todd Strader 2019-05-14 06:47:51 -0400
  • 16997d153f Fix sign-compare warning in verilated.cpp, bug1437. Sergey Kvachonok 2019-05-14 06:07:16 -0400
  • 7777d10e9b Tests: Check for and remove trailing newlines Wilson Snyder 2019-05-13 19:47:52 -0400
  • 00214f738f Tests: New scope-relevant tests, towards bug1305. Wilson Snyder 2019-05-13 19:31:24 -0400
  • 07e6bc17db Fix error message showing pointer Wilson Snyder 2019-05-13 19:31:00 -0400
  • afdfa4df87 Support VerilatedFstC set_time_unit, bug1433. Wilson Snyder 2019-05-12 08:19:49 -0400
  • 1f714c6813 Commentary: Spelling fixes. Wilson Snyder 2019-05-11 18:42:27 -0400
  • 5df3032b11 gtkwave: Merge from upstream. Wilson Snyder 2019-05-09 20:38:48 -0400
  • eac3458647 Internals: V3Number tracks node information, part of bug1305. Todd Strader 2019-05-09 20:03:19 -0400
  • 00efa05b50 devel release Wilson Snyder 2019-05-08 21:39:23 -0400
  • cc1d380864 Version bump v4.014 Wilson Snyder 2019-05-08 21:15:56 -0400
  • f96942a526 Internals: Detab and fix spacing style issues in include files. No functional change. Wilson Snyder 2019-05-08 21:13:38 -0400
  • b23fc06388 Internals: Detab and fix spacing style issues in some include files. No functional change. Wilson Snyder 2019-05-07 23:00:52 -0400
  • f818ddc71c Internals: Detab and fix spacing style issues in tests and scripts. No functional change. Wilson Snyder 2019-05-07 22:34:09 -0400
  • 37c8cc82b2 Auto-extend and WIDTH warn on unsized X/Zs, bug1423. Wilson Snyder 2019-05-07 21:57:38 -0400
  • 03ebd5554f Fix table compile error with multiinterfaces, bug1431. Wilson Snyder 2019-05-06 19:21:25 -0400
  • a2a7021914 Reorder VCD codes for better viewer packing. Wilson Snyder 2019-05-06 18:55:38 -0400
  • c6650f88e1 Internals: Remove some uses of AstConst taking V3Number. No functional change intended. Wilson Snyder 2019-05-03 21:21:18 -0400
  • 55a25674a2 Add --trace-fst-thread. Wilson Snyder 2019-05-02 20:33:05 -0400
  • 05c3d520a6 Test: Ignore tabs on new .out Wilson Snyder 2019-05-02 20:32:50 -0400
  • 6b3304320b For FST tracing use LZ4 compression. Wilson Snyder 2019-05-02 19:55:16 -0400
  • 8d15276625 Tests: Use golden_filename consistently. Wilson Snyder 2019-05-02 19:02:40 -0400
  • 354f107fed Tests: Converting tests to golden files for bug1305. Todd Strader 2019-05-02 18:45:32 -0400
  • 1ff55c20e0 Support "'dx" constants, bug1423. Wilson Snyder 2019-05-01 20:02:28 -0400
  • 9583f0d3cc Add .git file (not directory) to MANIFEST.SKIP for git worktrees Todd Strader 2019-05-01 19:48:27 -0400
  • 3acb85a005 Fix FST enums not displaying, bug1426. Wilson Snyder 2019-05-01 19:18:45 -0400
  • 08d041cb93 Add error when use parameters without value, bug1424. Wilson Snyder 2019-04-30 19:16:41 -0400
  • 274b2002c2 Fix GTKWave register warning, bug1421. Wilson Snyder 2019-04-29 05:28:30 -0400
  • 681e91f9d8 Fix FST documentation, bug1419. Todd Strader 2019-04-28 17:53:58 -0400
  • 6e333bd9ab Fix test problems when missing fst2vcd, bug1417. Wilson Snyder 2019-04-10 20:51:38 -0400
  • 6a331e37fc Fix missing VL_SHIFTL_ errors, bug1412, bug1415. Larry Lee 2019-04-05 19:32:25 -0400
  • d8a020905a Fix MinGW GCC 6 printf formats, bug1413. Sergey Kvachonok 2019-04-02 18:24:36 -0400
  • efa6f4cd95 Fix extraction, part of fix missing VL_SHIFTL_QQW error, bug1412. Wilson Snyder 2019-03-28 19:40:40 -0400
  • ca537dc3ed Fix missing VL_SHIFTL_QQW error, bug1412. Larry Lee 2019-03-28 19:11:46 -0400
  • 3b64f54cea Support '#' comments in , bug1411. Wilson Snyder 2019-03-27 07:40:14 -0400