From: Stephen W. <st...@ic...> - 2022-04-16 22:33:12
|
TL;DR, here it is: https://steveicarus.github.io/iverilog/ The iverilog.fandom.com site has been auto-ported by the hosting service several times now, and is both out of date and even corrupted in parts. I figure it's high time to put it in a place that tracks the source code itself. The new location is, in fact, on github.com, where the source code is kept. In fact, the source for the documentation is part of the source tree itself. It follows some of the conventions of the Linux kernel, so there are people familiar with the formatting, and even those who are not familiar with the formatting can read the raw text, if need be. But I use a github action to automatically deploy the documentation in the "master" branch in html form, so now I can encourage people submitting features to also include documentation for their feature and have that show up in the same pull request. Much cleaner! There is still content in the now old documentation locations that should be either ported over or recreated. Anyone who wants to submit pull requests is welcome. -- Steve Williams st...@ic... |