amaranth/docs
Catherine 7870eb344b sim: document.
This commit includes additional non-documentation changes, related to
issues found while documenting it:
- `Simulator.run_until()` no longer accepts a `run_passive=` argument.
  Passive no longer exist and in any case defaulting to `False` does not
  make a lot of sense from an API perspective.
- `add_clock()`'s `phase=` argument, when specified, no longer has
  `period/2` added to it. This wasn't the documented behavior in first
  place and it makes no sense to do that.
- `add_clock()` raises a `NameError` if a clock domain does not exist,
  instead of `ValueError`.
- `add_clock()` raises a `DriverConflict` if a clock domain is already
  being driven by a clock, instead of `ValueError`.
- GTKWave is no longer a part of the installation instructions, and both
  Surfer and GTKWave are recommended (in this order).
2024-06-10 10:34:32 +00:00
..
_code sim: document. 2024-06-10 10:34:32 +00:00
_static docs: remove margin around logo background. 2024-04-10 19:58:40 +00:00
platform vendor._lattice: add Nexus support. 2024-04-19 16:01:30 +00:00
stdlib sim: document. 2024-06-10 10:34:32 +00:00
.gitignore docs: fix link rot. 2024-02-15 19:58:19 +00:00
changes.rst sim: document. 2024-06-10 10:34:32 +00:00
conf.py sim: document. 2024-06-10 10:34:32 +00:00
contrib.rst docs: change combinatorial to combinational 2024-04-16 02:19:10 +00:00
cover.rst docs: update cover, title, and copyright. 2024-01-17 18:29:16 +00:00
guide.rst docs/stdlib/io: document I/O buffer library. 2024-05-21 15:58:59 +00:00
index.rst sim: document. 2024-06-10 10:34:32 +00:00
install.rst sim: document. 2024-06-10 10:34:32 +00:00
intro.rst docs: fix link rot. 2024-02-15 19:58:19 +00:00
platform.rst vendor._lattice: merge ECP5 and MachXO[23] into one platform. 2024-04-18 15:32:08 +00:00
reference.rst docs/reference: finish Value section. 2024-03-25 16:03:55 +00:00
simulator.rst sim: document. 2024-06-10 10:34:32 +00:00
start.rst sim: document. 2024-06-10 10:34:32 +00:00
stdlib.rst docs/stdlib/io: document I/O buffer library. 2024-05-21 15:58:59 +00:00
tutorial.rst Reference to my series of articles 2023-09-28 09:51:48 +00:00