nmigen.git
2021-12-31 whitequarkhdl.ast: improve interaction of ValueCastable with...
2021-12-31 Luke Kenneth... mention benefits of nmigen over MyHDL, ability to use...
2021-12-31 Luke Kenneth... mention MyHDL for compare/contrast to nmigen
2021-12-31 Luke Kenneth... restore nmigen logos, update wording on git format...
2021-12-31 Luke Kenneth... more README whitespace
2021-12-31 Luke Kenneth... mention that git format-patch for contributions is...
2021-12-31 Luke Kenneth... whitespace update on README.md
2021-12-31 luke leightonMerge branch 'update_to_2021oct08' into 'master'
2021-12-31 luke leightonMerge branch 'master' into 'update_to_2021oct08'
2021-12-31 Luke Kenneth... correct IRC link
2021-12-31 Luke Kenneth... replace github with gitlab
2021-12-31 Luke Kenneth... add reference to nmigen Trademark
2021-12-31 whitequarkhdl.ast: simplify Mux implementation.
2021-12-31 whitequarkhdl.ast: add tests for casting bare integers in {Cat...
2021-12-31 Anton Blanchardhdl.ast: remove quadratic time complexity in Statement...
2021-12-31 H-S-S-11vendor.xilinx: avoid using `/` for hierarchy in ISE...
2021-12-31 Marcelina KościelnickaUnify Xilinx platforms into a single class, support...
2021-12-31 Adam Jeliński_toolchain: Properly set compiler/linker executables...
2021-12-31 Robin Ole Heinemannvendor.xilinx_{7series,ultrascale}: hierachical ->...
2021-12-31 Jean-François... _toolchain: substitute '+' with 'X' in tool_env_var().
2021-12-31 whitequarkREADME: update IRC channel.
2021-12-31 Robin Ole Heinemannrpc: fix parsing of negative signed parameters
2021-12-31 Robin Ole Heinemanntest.test_hdl_ast.OperatorTestCase: remove duplicate...
2021-12-31 Robin Ole Heinemanntests: rename tests with duplicate names
2021-12-31 Robin Ole Heinemanntests.test_hdl_cd.ClockDomainTestCase.test_name: actual...
2021-12-31 Robin Ole Heinemann*: remove unused variables
2021-12-31 Robin Ole Heinemann*: remove unused imports
2021-12-31 Thomas Watsontests.hdl.dsl: add tests for mis-nested Switch/Case...
2021-12-31 Thomas Watsonhdl.dsl: raise SyntaxError for mis-nested If/Elif/Else...
2021-12-31 Adam Greigvendor.lattice_{ecp5,machxo_2_3l}: remove -forceAll...
2021-12-31 whitequarkCI: fix sri-csl/formal-methods PPA series.
2021-12-31 whitequarkhdl.ast: handle int subclasses as slice start/stop...
2021-12-31 dx-moncompat.genlib.roundrobin: fix missing imports
2021-12-31 nickoevendor.xilinx_7series: fix tool names for symbiflow.
2021-12-31 Katherine Temkinvendor.lattice_ecp5: correctly generate OE signaling...
2021-12-31 Adam Greigvendor.lattice_ecp5: replicate OE signal for each outpu...
2021-12-31 Joel Stanleydocs: Update up_counter to avoid deprecation warning
2021-12-31 Adam Greigvendor.lattice_ecp5: remove outdated comment in ECP5...
2021-12-31 Robin Ole Heinemannlib.fifo.AsyncFIFOBuffered: fix output register accounting
2021-12-31 Robin Ole Heinemannlib.fifo.AsyncFIFOBuffered: fix FFSynchronizer latency
2021-12-31 Robin Ole Heinemannlib.fifo: use proper clock domains in AsyncFIFO tests
2021-12-31 Robin Ole Heinemannlib.fifo.AsyncFIFOBuffered: use FFSynchronizer instead...
2021-12-31 whitequarkRevert "vendor.xilinx_7series: byte swap generated...
2021-12-31 whitequarkhdl.ast: formatting. NFC.
2021-12-31 whitequarkhdl.ast: normalize case values to two's complement...
2021-12-31 whitequarkback.rtlil: give private items an appropriate name...
2021-12-31 whitequarkbuild.plat: make `verbose` work like all other overrides.
2021-12-31 whitequarkvendor.intel: implement `add_settings` (QSF) and `add_c...
2021-12-31 whitequarkvendor.xilinx_spartan_3_6: fix typo.
2021-12-31 whitequarkhdl.ast: remove dead code. NFC.
2021-12-31 awyglenmigen.hdl.rec: restore Record.shape().
2021-12-31 Marcelina Kościelnickasim._pyrtl: mask Mux selection operand.
2021-12-31 Jan Kowalewskivendor.quicklogic: enable SoC clock configuration
2021-12-31 whitequarkvendor.quicklogic: write OpenOCD scripts as part of...
2021-12-31 whitequarkbuild.plat: TemplatedPlatform.iter_extra_files→Platform...
2021-12-31 awyglehdl.rec: proxy operators correctly.
2021-12-31 Konrad Beckmannvendor.intel: add support for Cyclone V internal oscillator
2021-12-31 whitequarkhdl.ast: deprecate UserValue in favor of ValueCastable.
2021-12-31 whitequarksim.pysim: avoid redundant VCD updates.
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...
next