nmigen.git
2021-12-31 Jean THOMASnmigen.lib.scheduler: add RoundRobin.
2021-12-31 Jacob Gravestests: fix remove unnecessary workaround for some unitt...
2021-12-31 whitequarkvendor.xilinx_{7series,ultrascale}: add SIM_DEVICE...
2021-12-31 Jean THOMASvendor.lattice_ecp5: add missing differential IO types.
2021-12-31 whitequarkback.rtlil: lower maximum accepted wire size.
2021-12-31 whitequarksim._pycoro: avoid spurious wakeups.
2021-12-31 whitequarkCI: replace Travis with GitHub Actions.
2021-12-31 whitequarkcompat.fhdl.bitcontainer: fix value_bits_sign().
2021-12-31 whitequarkCI: use WASM yosys instead of building our own.
2021-12-31 whitequarkback.rtlil: fix guard for division by zero.
2021-12-31 Filipe Laínsdocs: add install instructions for arch
2021-12-31 whitequarkCI: run on pull requests as well, not just pushes.
2021-12-31 whitequarklib.cdc: fix typo.
2021-12-31 Jacob Lifshaysim.pysim: write the next, not curr signal value to...
2021-12-31 whitequarksim.pysim: use VCD aliases to reduce space and time...
2021-12-31 Luke Kenneth... add dummy extras_require to setup.py
2021-12-31 Luke Kenneth... whitespace
2021-12-31 whitequarksim: simplify. NFC.
2021-12-31 whitequarkback.pysim→sim.pysim; split into more manageable parts.
2021-12-31 whitequarkvendor.xilinx_{7series,ultrascale}: remove `grade`...
2021-12-31 whitequarkback.pysim: only extract signal names if VCD is requested.
2021-12-31 whitequarkback.pysim: reset timeline as well.
2021-12-31 whitequarkback.pysim: simplify. NFC.
2021-12-31 whitequarkback.pysim: extract timeline handling to class _Timelin...
2021-12-31 whitequarkback.pysim: extract simulator commands to sim._cmds...
2021-12-31 whitequarkback.pysim: simplify. NFC.
2021-12-31 awyglehdl.ast: don't inherit Shape from NamedTuple.
2021-12-31 whitequarkback.pysim: simplify.
2021-12-31 whitequarkback.pysim: simplify. NFC.
2021-12-31 whitequarkback.pysim: simplify. NFC.
2021-12-31 whitequarkback.pysim: synchronize waveform writing with cxxrtl.
2021-12-31 whitequarkback.pysim: synchronize terms with cxxrtl. NFC.
2021-12-31 whitequarkback.pysim: simplify. NFC.
2021-12-31 whitequarkback.pysim: simplify. NFC.
2021-12-31 whitequarkRemove everything deprecated in nmigen 0.2.
2021-12-31 Alan GreenUpdate license and copyright info
2021-12-31 Konrad Beckmannvendor.lattice_ecp5: Add support for io with xdr=7
2021-12-31 Konrad Beckmannvendor.lattice_ecp5: Add support for io with xdr=4
2021-12-31 whitequarkdocs: use working sphinxcontrib-platformpicker.
2021-12-31 whitequarkdocs: use sphinxcontrib-platformpicker.
2021-12-31 whitequarkdocs: link to community tutorials until we have an...
2021-12-31 whitequarkdocs/lang: document constshifts.
2021-12-31 whitequarkdocs/index: rename to "Language & toolchain".
2021-12-31 whitequarktest: remove FHDLTestCase.assertRaisesRegex.
2021-12-31 whitequarkcompat.fhdl.specials: fix handling of tristate (i=None...
2021-12-31 whitequark_yosys→_toolchain.yosys
2021-12-31 whitequarkvendor: `yosys` is not a required tool for proprietary...
2021-12-31 Luke Kenneth... add wheel as setup dependency
2021-12-31 whitequarkdocs/install: use pip/pip3 more consistently.
2021-12-31 whitequarkdocs: clarify naming.
2021-12-31 Luke Kenneth... re-add setutools and setuptools_scm
2021-12-31 whitequarkRevert "Add PEP 518 `pyproject.toml`."
2021-12-31 whitequarkdocs: add a crude approximation of intersphinx toctrees.
2021-12-31 whitequarkGracefully handle missing dependencies.
2021-12-31 whitequarkdocs/install: fix dead link.
2021-12-31 whitequarkdocs/install: quote special chars to avoid issues with...
2021-12-31 whitequarkdocs/install: explain how to install non-editable snaps...
2021-12-31 Luke Kenneth... manually remove setuptools and setuptools_scm, moved
2021-12-31 whitequarkAdd PEP 518 `pyproject.toml`.
2021-12-31 whitequarkdocs/install: use `pip install --user` on *nix.
2021-12-31 whitequarkdocs/install: reduce repetition.
2021-12-31 whitequarkdocs: reword slightly.
2021-12-31 whitequarkdocs: explain how to install GTKWave on Windows.
2021-12-31 whitequarkCI: build docs on all pushes, update only on
2021-12-31 whitequarkdocs: rewrite install instructions to be easier to...
2021-12-31 whitequarkdocs: fix syntax.
2021-12-31 whitequarkdocs: fix CI workflow.
2021-12-31 whitequarkdocs: explain that `pip3 install -e` should be run...
2021-12-31 whitequarkAdd (heavily work in progress) documentation.
2021-12-31 Luke Kenneth... manually add import_metadata, import_resources
2021-12-31 whitequarkDon't use pkg_resources.
2021-12-31 whitequarklib.cdc: update PulseSynchronizer to follow conventions.
2021-12-31 whitequarkback.pysim: simplify.
2021-12-31 Alan Green_yosys: handle unparseable versions
2021-12-31 whitequarkvendor.lattice_machxo2: add back as a compatibility...
2021-12-31 Gwenhael Goavec... vendor.lattice_machxo*: add MachXO3L support.
2021-12-31 whitequarkback.verilog: refactor Yosys script generation. NFCI.
2021-12-31 whitequarkback.cxxrtl: allow injecting black boxes.
2021-12-31 whitequark_yosys: add a way to retrieve Yosys data directory.
2021-12-31 whitequark_yosys: fix typo in error message.
2021-12-31 whitequarktest: fix example test after commit a7b8ced9.
2021-12-31 whitequarkback.cxxrtl: new backend.
2021-12-31 whitequark_yosys: translate Yosys warnings to Python warnings.
2021-12-31 Luke Kenneth... fix yosys version import
2021-12-31 Luke Kenneth... manually patch in nmigen-yosys
2021-12-31 whitequarkback.verilog: fall back to nmigen_yosys package.
2021-12-31 whitequarknmigen.cli: fix file type autodetection code.
2021-12-31 whitequarkback.verilog: remove unused imports. NFC.
2021-12-31 Adam Greighdl.xfrm: preserve allow_reset_less when transforming...
2021-12-31 Shawn Anastasiohdl.rec: preserve shapes when constructing a layout.
2021-12-31 whitequarksetup: exclude tests.
2021-12-31 whitequarkvendor.lattice_ice40: reword confusing comment. NFC.
2021-12-31 Robin Ole Heinemannhdl.ast: fix typo
2021-12-31 whitequarkUpdate .gitignore.
2021-12-31 whitequarkvendor.intel: don't use `write_verilog -decimal`.
2021-12-31 whitequarkvendor.intel: double-quote Tcl values rather than brace...
2021-12-31 whitequarkvendor.xilinx_{7series,ultrascale}: don't use `write_ve...
2021-12-31 whitequarkbuild.plat: skip clock constraints on unused signals.
2021-12-31 whitequarkvendor.xilinx_{7series,ultrascale}: add (*keep*) on...
2021-12-31 whitequarkhdl.ast: add const-shift operations.
next