nmigen.git
2021-12-31 whitequarkexamples: clean up oudated code.
2021-12-31 whitequarkFix commit 8313d6e7.
2021-12-31 whitequarkcli: update deprecated import.
2021-12-31 whitequarkCI: add CPython 3.9 to test matrix.
2021-12-31 whitequarkCI: run testsuite with -Werror.
2021-12-31 whitequarkvendor.lattice_{ice40,ecp5}: clean up $verilog_initial_...
2021-12-31 awyglehdl.rec: migrate Record from UserValue to ValueCastable.
2021-12-31 awyglehdl.ast: implement ValueCastable.
2021-12-31 whitequarkvendor.quicklogic: part→package
2021-12-31 Norbert Braunvendor.xilinx_7series: byte swap generated bitstream
2021-12-31 Jaro Habigerlib.fifo: fix {r,w}_level in AsyncFIFOBuffered
2021-12-31 Jaro Habigerlib.fifo: fix level on fifo full
2021-12-31 David Lattimorevendor.lattice_ice40: zero-pad CLKHF_DIV in SB_HFOSC...
2021-12-31 Jan Kowalewskivendor.quicklogic: utilize internal SoC clock in EOS-S3
2021-12-31 Jan Kowalewskivendor.quicklogic: fix toolchain nomenclature
2021-12-31 Robin Ole Heinemannlib.fifo.AsyncFFSynchronizer: check input and output...
2021-12-31 whitequarkbuild.dsl: clean up inversion logic.
2021-12-31 whitequarkback.{verilog,rtlil}: adjust $verilog_initial_trigger...
2021-12-31 whitequarkCI: disable codecov project status.
2021-12-31 anuejnlib.fifo.AsyncFIFO: fix incorrect latency of r_level.
2021-12-31 anuejntests: make spec directory name unique per test method.
2021-12-31 whitequarksim._pyrtl: sign extend RHS of assignment.
2021-12-31 whitequarkhdl.dsl: error on Elif immediately nested in an If.
2021-12-31 Jan Kowalewskivendor.quicklogic: fix syntax
2021-12-31 Luke Kenneth... setup.py: Exclude "tests" package
2021-12-31 Xiretzahdl.ir: Update error message for Instance arguments
2021-12-31 whitequarkREADME: Quicklogic EOS S3 is now supported.
2021-12-31 whitequarkCI: fix code coverage collection.
2021-12-31 Jan Kowalewskivendor.quicklogic: new platform.
2021-12-31 whitequarktests: keep comments up to date. NFC.
2021-12-31 whitequarkbuild.plat: avoid type confusion in _check_feature.
2021-12-31 Jean-François... hdl.mem: document ReadPort and WritePort.
2021-12-31 William D.... vendor.lattice_{ecp5,machxo_2_3l}: explain how to set...
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.
next