nmigen.git
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.
2021-12-31 whitequarkhdl.ast: clarify docs for Value.rotate_{left,right}.
2021-12-31 whitequarkhdl.dsl: check for unique domain name.
2021-12-31 whitequarkback.rtlil: handle signed and large Instance parameters...
2021-12-31 whitequarktracer: fix get_var_name() to work on toplevel attributes.
2021-12-31 Gwenhael Goavec... vendor.lattice_machxo2: generate binary bitstreams.
2021-12-31 whitequarkplat, vendor: systematically escape net and file names...
2021-12-31 whitequarkback.rtlil: fix incorrect escaping of signed parameters.
2021-12-31 whitequarkhdl.ast: use SignalSet, not ValueSet, for _[lr]hs_signa...
2021-12-31 awyglelib.fifo: add r_rst output for AsyncFIFO{,Buffered}.
2021-12-31 awyglehdl.ir: typecheck `convert(ports=)` more carefully.
2021-12-31 whitequarkREADME: link directly to Yosys build instructions.
2021-12-31 Teguh Hofsteeback.verilog: add workaround for evaluation Verific...
2021-12-31 Teguh Hofsteeback.verilog: make Yosys version check compatible with...
2021-12-31 Kate Temkinvendor: use nextpnr -12k for -12F devices; remove theor...
2021-12-31 anuejnhdl.rec: make Record inherit from UserValue.
2021-12-31 whitequarkback.rtlil: translate enum decoders to Yosys enum attri...
2021-12-31 whitequarkbuil.plat: enable strict undefined behavior in Jinja2.
2021-12-31 whitequarkback.rtlil: don't emit connections to zero width ports.
2021-12-31 whitequarkback.rtlil: refuse to create extremely large wires.
2021-12-31 whitequarkback.rtlil: fix expansion of Part() for partial dummy...
2021-12-31 whitequarkback.rtlil: fix legalization of Part() with stride.
2021-12-31 whitequarkClarify a few comments. NFC.
2021-12-31 Dan Ravenslofthdl.ast: add Value.{rotate_left,rotate_right}.
2021-12-31 whitequarkTravis: require tests to pass on pypy3.
2021-12-31 whitequarkTravis: upgrade to bionic.
2021-12-31 whitequarkbuild.run: fix BuildProducts.extract to work with subdi...
2021-12-31 whitequarkhdl.rec: improve repr() for Layout.
2021-12-31 whitequarkhdl.ast: improve repr() for Shape.
2021-12-31 whitequarkbuild.plat: don't check for toolchain presence if do_bu...
2021-12-31 Stuart Olsenback.pysim: Clear pending updates after they are effected
2021-12-31 Stuart Olsenback.pysim: Eliminate duplicate dict lookup in VCD...
2021-12-31 Stuart Olsenback.pysim: Reuse clock simulation commands
2021-12-31 whitequarkhdl.mem: fix source location of ReadPort.en.
2021-12-31 whitequarkback.pysim: fix emission of undriven traces to VCD...
2021-12-31 whitequarksetup: bump pyvcd to ~=0.2.
2021-12-31 Jacob LifshayAdd support for using non-compat Elaboratable instances...
2021-12-31 whitequarksetup: tighten version constraint on Jinja2.
2021-12-31 whitequarkhdl.ast: implement abs() on values.
2021-12-31 WRansohoffvendor.lattice_ice40: add support for SB_[LH]FOSC as...
2021-12-31 Nicolas Robinvendor: fix typo `async_ff_sync`
2021-12-31 Stuart Olsenback.pysim: implement modulus operator.
2021-12-31 awygleCorrectly handle resets in AsyncFIFO.
2020-03-12 whitequarkvendor: fix a few issues in commit 2f8669ca.
2020-03-08 awyglelib.cdc: extract AsyncFFSynchronizer.
2020-02-19 whitequarkhdl.ast: fix off-by-1 in Initial.__init__().
2020-02-19 whitequarkback.pysim: fix RHS codegen for Cat() and Repl(......
2020-02-19 whitequarkback.pysim: optionally allow introspecting generated...
2020-02-16 awyglenmigen.compat.genlib.cdc: add PulseSynchronizer.
2020-02-16 awyglenmigen.lib.cdc: port PulseSynchronizer.
2020-02-14 whitequarkTravis: prune dependencies.
2020-02-14 whitequarkTravis: test on Python 3.8.
2020-02-12 whitequarkcli: update use of deprecated code.
2020-02-12 whitequarkback.pysim: accept write_vcd(vcd_file=None).
2020-02-09 whitequarksetup: update project URLs.
2020-02-09 whitequarkdoc: remove outdated files and references to them.
2020-02-08 whitequarkREADME: link to IRC channel.
2020-02-08 whitequarkREADME: consolidate requirements in the Installation...
2020-02-07 whitequarktest_build_res: fix after commit 3e2ecdf2.
next