Commit Graph

  • 8e180cfcde make install doesn't need source code Wilson Snyder 2008-08-20 16:05:24 -0400
  • 4770fd39d2 Fix stack overflow on large ? : trees. Wilson Snyder 2008-08-20 15:59:10 -0400
  • df107628c6 Fix default clocking syntax; covers go outside the block Wilson Snyder 2008-08-06 17:51:36 -0400
  • 3463080a71 Fix extra evaluation of pure combo blocks in SystemC output. Wilson Snyder 2008-08-06 17:09:33 -0400
  • 500dc2170f Support SystemVerilog "cover property" statements. Wilson Snyder 2008-08-06 12:52:39 -0400
  • a76ae67a81 Add bisonpre for simplifing grammar and cleaning output Wilson Snyder 2008-08-06 12:35:34 -0400
  • 1d091e49e1 Add VL_TIME_MULTIPLIER to allow sub-timeunit time printing Wilson Snyder 2008-08-05 14:45:20 -0400
  • 2b63219cc6 Add IMPERFECTSCH warning, disabled by default. Wilson Snyder 2008-08-05 13:41:53 -0400
  • f1b7762bef Add by-design and by-module subtotals to verilator_profcfunc. Wilson Snyder 2008-08-05 09:59:15 -0400
  • 043ad86482 When warnings are disabled on signals that are flattened out, disable the warnings on the signal(s) that replace it. Wilson Snyder 2008-08-01 15:30:17 -0400
  • 74ca9578ed VERILATOR_BIN envvar should override adding _dbg to program name Wilson Snyder 2008-07-25 16:30:18 -0400
  • d499161446 Fix typo in CASEWITHX Wilson Snyder 2008-07-23 08:58:48 -0400
  • 34e8de56bc Version bump v3.670 Wilson Snyder 2008-07-23 07:51:32 -0400
  • 8a7864ebaa Add --Wfuture-, for improving forward compatibility. Wilson Snyder 2008-07-22 14:27:34 -0400
  • 9e5fb5467f Add CASEZWITHX lint warning and if disabled fix handling of casez with Xs. Wilson Snyder 2008-07-22 13:07:19 -0400
  • fb34bf7222 Fix lvalue errors with public functions; bug25. Wilson Snyder 2008-07-22 11:15:28 -0400
  • 4591f35b7c Add --autoflush option Wilson Snyder 2008-07-16 14:06:08 -0400
  • f0a06182ca Add --x-assign=fast, and make it the default. Wilson Snyder 2008-07-16 13:31:21 -0400
  • d9e47a6293 Add WIDTH warning to etc file descriptors. Wilson Snyder 2008-07-14 17:15:26 -0400
  • a555f87705 Fix missing verilator.1 during install. Bug#20. [Holger Wachtler] Wilson Snyder 2008-07-14 13:41:00 -0400
  • 826b997166 Add . Wilson Snyder 2008-07-14 13:16:05 -0400
  • d34bc6f304 Fix missing config_reg.h error when non-author .git repository Wilson Snyder 2008-07-14 10:48:57 -0400
  • 5771ea48ef Fix IMPURE errors due to X-assignment temporary variables. Wilson Snyder 2008-07-14 10:42:58 -0400
  • a4f3199427 Add informational warning when -Og is used Wilson Snyder 2008-07-02 06:48:50 -0400
  • e6a43fc127 Fix verilator_includer not being installed into where verilated.mk.in expects Wilson Snyder 2008-07-01 16:10:09 -0400
  • 701bd38d01 Add support for , . Bug14. Wilson Snyder 2008-07-01 14:15:10 -0400
  • 1a8c8bec0d Rework $display/$write to go via new VL_WRITE function instead of converting to pure C printf call. This makes the resulting code smaller, and allows sharing code with future $sprintf support. Wilson Snyder 2008-06-30 14:31:58 -0400
  • 20aa21d4b6 Replace stdio.h and stdarg.h with C++ versions Wilson Snyder 2008-06-30 13:11:25 -0400
  • 8c6adeb85a Internals: Convert to use common string convert routine Wilson Snyder 2008-06-30 07:10:23 -0400
  • 09b7ba1317 Internal rework, no functionality change. Rework V3EmitC to use a little template language for code to output, similar to emitVerilog() functions. Change all emitOperator() to emitC(), elimate emitWordForm(). Wilson Snyder 2008-06-29 20:02:24 -0400
  • 0703843ac1 Support , . Wilson Snyder 2008-06-27 20:04:20 -0400
  • d962dfe48c One or two digit octal escapes are legal Wilson Snyder 2008-06-27 17:52:45 -0400
  • d6884db439 Support . Wilson Snyder 2008-06-27 11:36:25 -0400
  • fdcbedef8f Add support Wilson Snyder 2008-06-27 08:45:05 -0400
  • 8afd19648f Support Wilson Snyder 2008-06-26 08:52:02 -0400
  • 3017f12238 Version bump v3.665 Wilson Snyder 2008-06-25 07:50:32 -0400
  • 23ee0342c6 Fix Makefile to find headers/libraries under prefix. Wilson Snyder 2008-06-24 14:50:34 -0400
  • 499f98a51c Fix leading/trailing mixed whitespace Wilson Snyder 2008-06-12 12:03:47 -0400
  • 3073db4e81 Add configure check that C++ is working Wilson Snyder 2008-06-11 21:00:42 -0400
  • 5703377a5f Fix tracing missing changes on undriven public wires. Wilson Snyder 2008-06-11 20:33:53 -0400
  • b85aa872cc Make install now installs verilator_includer and verilator_profcfunc. Wilson Snyder 2008-06-11 15:13:41 -0400
  • 5a1a5a7d97 Ignore "// verilator" comments alone on endif lines. Wilson Snyder 2008-06-11 13:09:36 -0400
  • 52912c6329 Convert repository to git from svn. - Change .cvsignore to .gitignore - Remove Id metacomments - Cleanup whitespace at end of lines Wilson Snyder 2008-06-09 21:25:10 -0400
  • 056f72f27f Fix grammar error exposed with Verilog-Perl rev 55458 ++ -- fix Wilson Snyder 2008-06-05 20:49:52 +0000
  • bb038e86a2 Preproc: Fix error when macro call has commas in concatenate. Wilson Snyder 2008-06-04 15:39:44 +0000
  • cc6c71eb37 Preproc: Fix syntax error when include defname is ifdefed. Wilson Snyder 2008-06-04 14:45:32 +0000
  • de4358f8d8 Preproc: Fix syntax error when include defname is ifdefed. Wilson Snyder 2008-06-04 14:44:59 +0000
  • d6e9c72424 Fix compile errors under Fedora 9, GCC 4.3.0. Wilson Snyder 2008-05-28 19:58:18 +0000
  • 96608fb18d Fix typo in Changes file v3.664 Wilson Snyder 2008-05-08 16:37:19 +0000
  • 280b826d6d Fix makefile tar.gz rule Wilson Snyder 2008-05-08 16:34:15 +0000
  • 538d3d46f4 Fix t_dist_manifest when entering/leaving directory Wilson Snyder 2008-05-08 15:18:42 +0000
  • 66b8ec8935 Version bump Wilson Snyder 2008-05-08 14:38:43 +0000
  • 4f30025aa0 Add test that manifest (tar file) contains all files in repository Wilson Snyder 2008-05-08 14:38:07 +0000
  • faad36a3ef Fix missing bisonfix in kit Wilson Snyder 2008-05-08 12:50:17 +0000
  • 0b461599d1 Change makefile's maintainer-dist to use release script Wilson Snyder 2008-05-07 18:32:00 +0000
  • 0cbab84143 Version bump v3.663 Wilson Snyder 2008-05-07 18:27:23 +0000
  • a4e2a770f6 Add DESTDIR to Makefiles to assist RPM construction. [Gunter Dannoritzer] Wilson Snyder 2008-05-07 17:46:33 +0000
  • 36e84973ec Fix parallel make running bison twice Wilson Snyder 2008-05-06 15:45:41 +0000
  • f6c8888ee2 Fix comma separated list of primitives. [by Bryan Brady] Wilson Snyder 2008-05-06 14:52:53 +0000
  • f2bf6a037b Fix test broken with last commit. Part of last commit. Wilson Snyder 2008-05-06 14:18:04 +0000
  • 9dade8fbd9 Fix parametrized defines calling define with comma. [Joshua Wise] Wilson Snyder 2008-05-06 01:11:21 +0000
  • d2d38edf06 Fix preprocessor else after series of elsif. [Mark Nodine] Wilson Snyder 2008-05-06 00:50:47 +0000
  • e0abd238e3 Fix compiler warnings under GCC 4.2.1/ SuSE 10.3 Wilson Snyder 2008-04-29 14:14:20 +0000
  • 7edcc08886 Really enable DEFENV by default; didn't truely default it earlier Wilson Snyder 2008-04-28 21:14:17 +0000
  • 0c73b547f1 Fix bug introduced in 3.661 with parametrized defines. v3.662 Wilson Snyder 2008-04-25 14:01:50 +0000
  • 73c3d4bb50 Version bump Wilson Snyder 2008-04-25 12:17:12 +0000
  • 77f063367a Change website references to veripool.org Wilson Snyder 2008-04-25 12:16:55 +0000
  • 8e812058cb Change website references to veripool.org Wilson Snyder 2008-04-25 12:14:27 +0000
  • 506c36beed Fix ranges on gate primitive instantiations Wilson Snyder 2008-04-25 11:48:18 +0000
  • 0110f0193e Allow /**/ comments in -f option files. Wilson Snyder 2008-04-24 15:36:46 +0000
  • 7b870f4b2a Remove old unused vlint script Wilson Snyder 2008-04-24 15:14:40 +0000
  • aa2630f837 Ignore old standard(ish) Verilog-XL defines Wilson Snyder 2008-04-24 15:04:01 +0000
  • e137e93f94 Support optional argument to and . Wilson Snyder 2008-04-24 14:32:39 +0000
  • 215bdfccc2 Use GCC 4 compiler builtins for XORs Wilson Snyder 2008-04-24 14:26:01 +0000
  • 956a0a9c99 Add Verilog 2005 () function. Wilson Snyder 2008-04-24 13:52:51 +0000
  • ab83717b7d Fix internal error when params get non-constants. [Johan Wouters] Wilson Snyder 2008-04-17 15:47:16 +0000
  • 61e876e4bf Add bookmarks to pdf, and fix date Wilson Snyder 2008-04-16 21:52:23 +0000
  • 9ca3dbc140 Allow defines terminated in EOF, though against spec. [Stefan Thiede] Wilson Snyder 2008-04-15 19:12:25 +0000
  • a02e2e25bb Fix "always @ ((a) or (b))" syntax error. [by Niranjan Prabhu] Wilson Snyder 2008-04-14 21:47:39 +0000
  • a9281f2c37 Fix "output reg name=expr;" syntax error. [Martin Scharrer] Wilson Snyder 2008-04-14 21:10:34 +0000
  • 95395a8b87 Fix multiple .v files being read in random order. [Stefan Thiede] Wilson Snyder 2008-04-09 14:17:03 +0000
  • ecdbd72fa1 Add error message when modules have duplicate names. Wilson Snyder 2008-04-09 13:56:40 +0000
  • 3a2f8224e4 Version bump v3.661 Wilson Snyder 2008-04-04 18:30:51 +0000
  • 15841fe5f6 Support functions with input Wilson Snyder 2008-04-04 18:29:33 +0000
  • 7e5a7b65a0 Unsized concatenates now give WIDTHCONCAT warnings. Wilson Snyder 2008-04-02 12:53:53 +0000
  • 549bf876e4 Ignore delays attached to gate UDPs. [Stefan Thiede] Wilson Snyder 2008-04-01 19:26:06 +0000
  • bd60cf12f8 Match Verilog-Perl: Fix parse error on min:typ:max delay pairs Wilson Snyder 2008-03-31 21:03:56 +0000
  • 61fbab1910 Fix internal error after MSB < LSB error reported to user. [Stefan Thiede] Wilson Snyder 2008-03-31 14:09:52 +0000
  • 957f495314 Fix task output pin connected to non-variables. Wilson Snyder 2008-03-28 21:55:23 +0000
  • 280eb48ba4 Add --language option for supporting older code. [Stefan Thiede] Wilson Snyder 2008-03-28 20:41:21 +0000
  • ebe5711b40 The --enable-defenv configure option added in 3.660 is now the default. Wilson Snyder 2008-03-28 19:42:14 +0000
  • a16477d84f Fix SystemVerilog parameterized defines and whitespace Wilson Snyder 2008-03-27 13:21:49 +0000
  • f6fb2362c6 Fix dropping of backslash quoted-quote at end of . Wilson Snyder 2008-03-26 14:58:30 +0000
  • 170427bba1 Fix r1010; bad prefix default Wilson Snyder 2008-03-26 14:53:53 +0000
  • 93531e520a Add --top-module option to select between multiple tops. [Stefan Thiede] Wilson Snyder 2008-03-25 19:57:41 +0000
  • aa2db8fdde Fix no-module include files on command line. [Stefan Thiede] Wilson Snyder 2008-03-25 13:42:48 +0000
  • 7c3c2af90b Version bump v3.660 Wilson Snyder 2008-03-23 13:58:27 +0000
  • 6dca9b4ba4 Add graph dfa complementing; not used yet. Wilson Snyder 2008-03-23 13:56:06 +0000
  • ede37bb9d8 Allow assigns to create implicit wires Wilson Snyder 2008-03-20 01:40:22 +0000
  • 4a1729eaab Allow __ in cell names by quoting them in C. Wilson Snyder 2008-03-20 01:16:33 +0000