Catherine
|
7d611b8fc1
|
docs: update sphinxcontrib-platformpicker.
|
2022-01-02 05:19:50 +00:00 |
|
Catherine
|
4ae75c117f
|
docs/tutorial: remove dead link.
|
2022-01-02 04:41:33 +00:00 |
|
Catherine
|
aa749567e4
|
docs: update sphinx-rtd-theme.
Incorporate the fix for readthedocs/sphinx_rtd_theme#1168.
|
2021-12-28 20:43:15 +00:00 |
|
Catherine
|
e2b3e8caf9
|
CI: publish documentation at https://amaranth-lang.org/docs/amaranth/
|
2021-12-16 17:51:53 +00:00 |
|
Catherine
|
e156ac62c5
|
docs: don't call Python modules "packages".
|
2021-12-16 17:46:01 +00:00 |
|
Irides
|
538c14116c
|
sim.pysim: use "bench" as a top level root for testbench signals.
Fixes #561.
|
2021-12-16 15:46:05 +00:00 |
|
Catherine
|
0169d47365
|
docs/changes: add simulation-related changes.
|
2021-12-16 08:04:02 +00:00 |
|
Catherine
|
a6a13dd612
|
docs: add changelog.
|
2021-12-13 13:00:10 +00:00 |
|
Catherine
|
47c79cf3c8
|
docs: simplify. NFC.
|
2021-12-13 09:53:54 +00:00 |
|
Irides
|
40b92965c9
|
docs: cover amaranth.vendor .
|
2021-12-13 09:17:50 +00:00 |
|
modwizcode
|
d2c569c45e
|
docs: cover amaranth.lib.fifo .
|
2021-12-13 07:48:43 +00:00 |
|
Catherine
|
2adbe59e4f
|
docs: formatting and readability improvements.
|
2021-12-13 06:33:36 +00:00 |
|
Catherine
|
18837b9029
|
docs: cover amaranth.lib.cdc .
|
2021-12-13 06:23:12 +00:00 |
|
Catherine
|
3a8cd63b23
|
docs: cover amaranth.lib.coding .
|
2021-12-13 05:48:31 +00:00 |
|
whitequark
|
b452e0e871
|
hdl.ast: support division and modulo with negative divisor.
Fixes #621.
This commit bumps the Yosys version requirement to >=0.10.
|
2021-12-11 10:25:48 +00:00 |
|
whitequark
|
0fb2b4cd39
|
docs: fix download link in start.rst.
Fixes #647.
|
2021-12-11 06:32:32 +00:00 |
|
whitequark
|
909a3b8be7
|
Rename nMigen to Amaranth HDL.
|
2021-12-10 10:34:13 +00:00 |
|
whitequark
|
369cc59d69
|
docs: update requirements.
Sphinx 4.2 or later is required for compatibility with Python 3.10.
A released version of Pygments can now be used for highlighting.
|
2021-11-05 18:53:09 +00:00 |
|
Joel Stanley
|
490fca5745
|
docs: Update up_counter to avoid deprecation warning
nmigen/docs/_code/up_counter.py:44: DeprecationWarning: instead of nmigen.back.pysim.*, use nmigen.sim.*
from nmigen.back.pysim import Simulator
|
2021-01-17 12:56:30 +00:00 |
|
whitequark
|
e46118dac0
|
docs/lang: use less confusing placeholder variable names.
Fixes #474.
|
2020-08-15 13:01:09 +00:00 |
|
Filipe Laíns
|
d714d78de1
|
docs: add install instructions for arch
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-14 00:28:24 +00:00 |
|
whitequark
|
175c8a596e
|
docs: use working sphinxcontrib-platformpicker.
|
2020-07-05 23:51:14 +00:00 |
|
whitequark
|
1fbd7f1d08
|
docs: use sphinxcontrib-platformpicker.
Fixes #416.
|
2020-07-05 23:39:47 +00:00 |
|
whitequark
|
f1153352c0
|
docs: link to community tutorials until we have an official one.
|
2020-07-04 02:09:35 +00:00 |
|
whitequark
|
f24f1b02e8
|
docs/lang: document constshifts.
|
2020-07-02 23:11:35 +00:00 |
|
whitequark
|
76b3ef4b13
|
docs/index: rename to "Language & toolchain".
|
2020-07-02 23:08:10 +00:00 |
|
whitequark
|
7fa4b348a9
|
docs/install: use pip/pip3 more consistently.
|
2020-07-01 08:58:36 +00:00 |
|
whitequark
|
6c0530cf4e
|
docs: clarify naming.
|
2020-07-01 08:53:52 +00:00 |
|
whitequark
|
76c7e70582
|
docs: add a crude approximation of intersphinx toctrees.
This is a pretty awful hack. We could do this properly after one of
the following issues is fixed:
* sphinx-doc/sphinx#701
* sphinx-doc/sphinx#1836
|
2020-07-01 08:03:57 +00:00 |
|
whitequark
|
f5670a9b71
|
docs/install: fix dead link.
|
2020-07-01 06:33:03 +00:00 |
|
whitequark
|
43da4e3f0a
|
docs/install: quote special chars to avoid issues with extended glob.
|
2020-07-01 06:32:15 +00:00 |
|
whitequark
|
f50303ca7c
|
docs/install: explain how to install non-editable snapshot from git.
|
2020-07-01 06:15:16 +00:00 |
|
whitequark
|
adbc947274
|
docs/install: use pip install --user on *nix.
|
2020-07-01 05:06:20 +00:00 |
|
whitequark
|
78c027fb36
|
docs/install: reduce repetition.
|
2020-07-01 04:11:51 +00:00 |
|
whitequark
|
20baea401b
|
docs: reword slightly.
|
2020-07-01 03:59:16 +00:00 |
|
whitequark
|
9f731d185d
|
docs: explain how to install GTKWave on Windows.
|
2020-07-01 03:47:02 +00:00 |
|
whitequark
|
c20266164d
|
docs: rewrite install instructions to be easier to understand.
|
2020-07-01 03:32:17 +00:00 |
|
whitequark
|
5048c5efc7
|
docs: fix syntax.
|
2020-06-30 22:29:43 +00:00 |
|
whitequark
|
9928b6067d
|
docs: explain that pip3 install -e should be run after pulling.
|
2020-06-30 22:26:54 +00:00 |
|
whitequark
|
399b8f9863
|
Add (heavily work in progress) documentation.
To render correctly, the docs require:
* pygments/pygments#1441
|
2020-06-30 22:21:16 +00:00 |
|