nmigen.git
2021-12-31 whitequarkback.verilog: use `proc -nomux` if it is available.
2021-12-31 whitequarksim: split into base, core, and engines.
2021-12-31 whitequarksim.pysim: in write_vcd(), close files if an exception...
2021-12-31 whitequarksim._pyclock: new type of process.
2021-12-31 whitequarksim._pycoro: make src_loc() more robust.
2021-12-31 whitequark_toolchain.cxx: work around PyPy missing LDCXXSHARED...
2021-12-31 whitequark_toolchain.cxx: new toolchain.
2021-12-31 whitequarkhdl.ast: clarify exception message for out of bounds...
2021-12-31 whitequarknmigen.test.utils: restore FHDLTestCase to gracefully...
2021-12-31 Luke Kenneth... remove exclude tests in setup.py
2021-12-31 whitequarktests: move out of the main package.
2021-12-31 Luke Kenneth... add paramiko extras
2021-12-31 William D.... build.run: implement SSH remote builds using Paramiko.
2021-12-31 whitequarkback.rtlil: do not squash empty modules.
2021-12-31 whitequarkback.verilog: omit Verilog initial trigger only if...
2021-12-31 whitequarkvendor.xilinx_{7series,ultrascale}: set BUFG* SIM_DEVIC...
2021-12-31 whitequarkvendor.xilinx_7series: unbreak.
2021-12-31 whitequarksim._pyrtl: optimize uses of reflexive operators.
2021-12-31 whitequarkback.cxxrtl: actualize Yosys version requirement.
2021-12-31 whitequarkhdl.ast: avoid unnecessary sign padding in ArrayProxy.
2021-12-31 whitequarksim._pyrtl: fix miscompilation of -(Const(0b11, 2)...
2021-12-31 Luke Kenneth... lib.cdc: in AsyncFFSynchronizer(), rename domain= to
2021-12-31 Robin Ole Heinemannvendor.lattice_machxo_2_3l: add SRAM svf generation
2021-12-31 Mariusz Glebockivendor: Add initial support for Symbiflow for Xilinx...
2021-12-31 Mariusz Glebockivendor.xilinx_7series: add `_part` property getter
2021-12-31 Xiretzacli: Improve help texts
2021-12-31 whitequarkdocs/lang: use less confusing placeholder variable...
2021-12-31 awyglelib.fifo: add `r_level` and `w_level` to all FIFOs
2021-12-31 whitequarkAdd Linguist tags to .gitattributes.
2021-12-31 Robin Ole Heinemannvendor.lattice_{ecp5,machxo_2_3l}: specify impl-dir...
2021-12-31 whitequarkbuild,vendor: never carry around parts of differential...
2021-12-31 whitequarkvendor.xilinx_{7series,ultrascale}: use BUFGCTRL rather...
2021-12-31 Adam Greighdl.mem: cast reset value for transparent read ports...
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.
next