-
The iverilog manual page had some extra \fP statements and one invalid and unneeded call to \fp (lower case p). I also slightly changed the wording for the __ICARUS__ definition.
This needs to be applied to both V0.9 and development.
2009-11-04 00:10:49 UTC in Icarus Verilog
-
This patch adds a bunch more non-breaking hyphens to the manual pages. It also updates the copyright date on a few of the files and standardizes on in the vvp manual page.
It needs to be applied to both development and V0.9.
2009-11-03 21:09:40 UTC in Icarus Verilog
-
This patch adds a warning when the user tries to use the delayed signals created by the $recrem and $setuphold timing checks since they are not created and result in an undriven signal.
This needs to be applied to both development and V0.9.
2009-10-31 02:23:12 UTC in Icarus Verilog
-
I looked at this very briefly and since we do not have working timing checks the delayed signals are not driven as you noted. If these were driven appropriately your simulation may work except for the timing checks. We may be able to fix this part of the problem before adding the full timing checks, but because of our schedules even this will likely not happen quickly. Both $setuphold and...
2009-10-31 02:20:13 UTC in Icarus Verilog
-
The attached patch cleans up a couple more issues that cppcheck was complaining about. It has some false positives and a couple issues that need some thinking to figure out, but in general it's fairly clean.
This needs to be applied to both development and V0.9.
2009-10-30 16:42:38 UTC in Icarus Verilog
-
It would be nice if this all was applied to the V0.9 branch as well. This would allow V0.9, the stable branch, to also work with Jove.
2009-10-30 03:20:30 UTC in Icarus Verilog
-
This is still on my list of things to look at, but it is now a more long term project. I really need to get the space in path working before we release V0.9.2 and work is very busy so this unfortunately has been and will continue to languish.
2009-10-30 01:14:53 UTC in Icarus Verilog
-
For now I'm dropping this from my list of assigned reports. We will try to look at this eventually, but what free time I do have lately needs to go to higher priority tasks.
2009-10-30 01:11:20 UTC in Icarus Verilog
-
This patch cleans up the various clean/distclean targets to remove files/directories that are no longer created/used. It also removes a few files that never existed and adds the autom4te.cache file to the main distclean target.
This should be applied to both the development and V0.9 branches.
2009-10-29 02:24:20 UTC in Icarus Verilog
-
And while we are at it here is a patch that adds a warning message if a substitution is not found.
2009-10-29 01:34:58 UTC in Icarus Verilog