nmigen.git
2022-05-20 Jacob Lifshayadding more tests smtlib2-expr-support
2022-05-20 Jacob Lifshaymake assertFormal work with smtlib2 types other than...
2022-05-20 Jacob Lifshayworking on implementing smtlib2
2022-05-20 Jacob LifshayMerge branch 'add-missing-prst-pins' into smtlib2-expr...
2022-05-20 Jacob Lifshayadd missing *_prst pins
2022-05-19 Jacob Lifshayworking on adding smtlib2 expression support
2022-05-12 Luke Kenneth... improve gpio.py basic example by passing in a list...
2022-05-09 Luke Kenneth... remove SIM_DEVICES parameter temporarily which is not in
2022-05-03 Luke Kenneth... add override options to nextpnr-xilinx
2022-05-01 Luke Kenneth... cleanup on nextpnr-xilinx setup
2022-05-01 Luke Kenneth... cross-reference to symbiyosys in README,
2022-04-25 Luke Kenneth... set nextpnr-xilinx seed 1 for deterministic behaviour
2022-04-15 Luke Kenneth... annoying typo
2022-04-15 Luke Kenneth... add input and output reset signals to Pin
2022-04-08 Luke Kenneth... whoops markdown formatting of migen compat layer not...
2022-04-08 Luke Kenneth... include mention of nextpnr-xilinx support in README
2022-04-04 Luke Kenneth... fixup nextpnr-xilinx directory locations to match
2022-03-30 luke leightonMerge branch 'master' into 'master'
2022-03-30 Raptor Engineering... Lock NextPNR seed to 1
2022-03-24 Luke Kenneth... nextpnr-xilinx can cope with the various IBUF/OBUFs,
2022-03-20 Luke Kenneth... abc9 bugs-out in synth_xilinx, fall back to abc for now
2022-03-20 Luke Kenneth... nextpnr-xilinx is still under development, and needs...
2022-02-19 Luke Kenneth... add option for adding synthesis attributes to the Memor...
2022-02-19 Luke Kenneth... add the option to pass synthesis attributes through...
2022-02-11 Luke Kenneth... add -nocarry option to synth_xilinx to avoid nextpnr...
2022-02-11 Luke Kenneth... add start of a tutorials/examples/talks section to...
2022-02-05 luke leightonMerge branch 'docfix-readme-yosys-url' into 'master'
2022-02-05 Luke Kenneth... add symbiflow part map for Arty-A7-100t in xilinx platform
2022-02-05 Gwenhael Goavec... vendor/xilinx: support for yosys nextPNR toolchain
2022-01-21 Sureal CerealFixed Yosys URL
2021-12-31 Luke Kenneth... update docs folder in README
2021-12-31 luke leightonMerge branch 'display-patch' into 'master'
2021-12-31 Luke Kenneth... add on_Display, by jeanthom
2021-12-31 Luke Kenneth... allow yosys version 0.9
2021-12-31 Catherinedocs: update sphinx-rtd-theme.
2021-12-31 Luke Kenneth... CI: publish documentation for tagged commits.
2021-12-31 Catherinedocs: don't call Python modules "packages".
2021-12-31 Iridessim.pysim: use "bench" as a top level root for testbenc...
2021-12-31 CatherineRevert "setup: add workaround for pypa/pip#7953."
2021-12-31 Ben Newhouseexamples/uart: acknowledging RX data should deassert...
2021-12-31 Iridessetup: add workaround for pypa/pip#7953.
2021-12-31 Catherinedocs: add changelog.
2021-12-31 Luke Kenneth... add CHANGELOG
2021-12-31 Catherinelib.fifo: clarify AsyncFIFO{,Buffered}.r_rst documentat...
2021-12-31 Catherinedocs: simplify. NFC.
2021-12-31 Iridesdocs: cover `nmigen.vendor`.
2021-12-31 modwizcodesim: represent time internally as 1ps units
2021-12-31 modwizcodedocs: cover `nmigen.lib.fifo`.
2021-12-31 Catherinedocs: formatting and readability improvements.
2021-12-31 Luke Kenneth... update nmigen/lib/cdc.py docstrings
2021-12-31 Catherinedocs: cover `nmigen.lib.cdc`.
2021-12-31 Catherinedocs: cover `nmigen.lib.coding`.
2021-12-31 Iridesback.rtlil: support slicing on Parts
2021-12-31 whitequarkbuild.dsl: check type of resource number.
2021-12-31 whitequarksim.core: warn when driving a clock domain not in the...
2021-12-31 whitequarkhdl.ir: reject elaboratables that elaborate to themselves.
2021-12-31 whitequarksim._pyrtl: reject very large values.
2021-12-31 Iridesvendor.xilinx: support setting options on synth_design...
2021-12-31 whitequarkback.rtlil,cli: allow suppressing generation of `src...
2021-12-31 whitequarksim.pysim: refuse to write VCD files with whitespace...
2021-12-31 whitequarkhdl.ast: support division and modulo with negative...
2021-12-31 Luke Kenneth... update install.rst yosys version
2021-12-31 whitequarkback.rtlil: extend unsigned operand of binop if another...
2021-12-31 whitequarkhdl.ast: warn on bare integer value used in Cat()/Repl().
2021-12-31 whitequark_utils: don't crash trying to flatten() strings.
2021-12-31 whitequarkdocs: fix download link in start.rst.
2021-12-31 whitequarkCI: fix test discovery command.
2021-12-31 whitequarkCI: only discover tests under tests/.
2021-12-31 whitequarkCI: preserve YoWASP cache as well.
2021-12-31 whitequark_toolchain.cxx: ignore another deprecation warning...
2021-12-31 whitequark_toolchain.cxx: ignore deprecation warning (on Python...
2021-12-31 whitequarkdocs: update requirements.
2021-12-31 whitequark_toolchain.cxx: use distutils from setuptools.
2021-12-31 whitequarkvendor.xilinx_*: deprecate legacy Xilinx platform aliases.
2021-12-31 whitequarkRun tests on Python 3.10.
2021-12-31 whitequarkSimplify CI workflow.
2021-12-31 Olivier Galibertvendor.intel: add Mistral toolchain support.
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...
next