nmigen.git
2018-12-15 whitequarkback.pysim: add (stub) LHSValueCompiler.
2018-12-15 whitequarkback.pysim: implement Part.
2018-12-15 whitequarkexamples: rename clkdiv/ctrl to ctr/ctr_ce.
2018-12-15 whitequarkdoc: update COMPAT_SUMMARY.
2018-12-15 whitequarkback.pysim: implement ArrayProxy.
2018-12-15 whitequarkhdl.ast: implement Array and ArrayProxy.
2018-12-15 whitequarkLower Python version requirement to 3.6.
2018-12-15 whitequarkhdl: appropriately rename tests. NFC.
2018-12-15 whitequarkhdl.ast: improve ClockSignal, ResetSignal documentation.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.
2018-12-15 whitequarkMove star imports to make `from nmigen import *` usable.
2018-12-15 whitequarkdoc: fix some Markdown awkwardness.
2018-12-15 whitequarkdoc: update COMPAT_SUMMARY to reflect actual status.
2018-12-15 whitequarkDetermine Migen's API surface and document compatibilit...
2018-12-15 whitequarkpyback.sim: test Slice, Cat, Repl.
2018-12-15 whitequarkfhdl.ast, back.pysim: implement shifts.
2018-12-15 whitequarkfhdl.ast: refactor Operator.shape(). NFC.
2018-12-15 whitequarkConsistently use '{!r}' in and only in TypeError messages.
2018-12-15 whitequarkfhdl.ir: test iter_comb(), iter_sync() and iter_signals().
2018-12-15 whitequarkfhdl.ir: fix incorrect uses of positive to say non...
2018-12-15 whitequarkcompat.fhdl.structure: handle If/Elif with multi-bit...
2018-12-14 whitequarkcompat.fhdl.module: allow adding native submodules...
2018-12-14 whitequarkFix deprecations in Python 3.7.
2018-12-14 whitequarkback.pysim: preserve process locations through add_sync...
2018-12-14 whitequarkfhdl.ast: clean up stub error messages. NFC.
2018-12-14 whitequarkfhdl.ir: automatically flatten hierarchy to resolve...
2018-12-14 whitequarkfhdl.ir: Fragment.{drive→add_driver}
2018-12-14 whitequarkback.pysim: count delta cycles separately to avoid...
2018-12-14 whitequarkback.pysim: simplify.
2018-12-14 whitequarkback.pysim: revert 70ebc6f2.
2018-12-14 whitequarkback.pysim: fix implicit boolean conversion.
2018-12-14 whitequarkback.pysim: squash one level of hierarchy.
2018-12-14 whitequarkback.pysim: implement blocking assignment semantics...
2018-12-14 whitequarkback.pysim: undriven sync signals should return to...
2018-12-14 whitequarkback.pysim: in simulator sync processes, start by waiti...
2018-12-14 whitequarkback.pysim: make initial phase configurable.
2018-12-14 whitequarkcompat.sim: match clock period.
2018-12-14 whitequarkcompat: add run_simulation shim.
2018-12-14 whitequarkpysim.back: fix add_sync_process wrapper to handle...
2018-12-14 whitequarkcompat.fhdl.module: fix specials.
2018-12-14 whitequarkcompat: add fhdl.specials.TSTriple shim.
2018-12-14 whitequarkgenlib.io: import TSTriple from Migen.
2018-12-14 whitequarkfhdl.ast: fix Switch with constant test.
2018-12-14 whitequarkcompat: add genlib.cdc.MultiReg shim.
2018-12-14 whitequarkcompat.fhdl.module: update deprecation messages.
2018-12-14 whitequarkback.pysim: Simulator({gtkw_signals→traces}=).
2018-12-14 whitequarkback.pysim: better naming. NFC.
2018-12-14 whitequarkTravis: install pyvcd.
2018-12-14 whitequarkback.pysim: implement most operators and add tests.
2018-12-14 whitequarkback.pysim: close .vcd/.gtkw files on context manager...
2018-12-14 whitequarkback.pysim: show more legible names for processes in...
2018-12-14 whitequarkback.pysim: throw exceptions back at processes.
2018-12-14 whitequarkback.pysim: add gtkw traces even more robustly.
2018-12-14 whitequarkback.pysim: accept (and evaluate) generator functions.
2018-12-14 whitequarkback.pysim: skip VCD signal population if VCD is not...
2018-12-14 whitequarkback.pysim: allow processes to evaluate expressions.
2018-12-14 whitequarkfhdl.ir: oops, we defined DomainError twice.
2018-12-14 whitequarkback.pysim: more general clean-up.
2018-12-14 whitequarkback.pysim: general clean-up.
2018-12-14 whitequarkback.pysim: accept any valid assignments from processes.
2018-12-14 whitequarkback.pysim: robustly retrieve vcd names for clk/rst...
2018-12-14 whitequarkfhdl.xfrm: implement DomainLowerer.
2018-12-14 whitequarkback.pysim: undriven comb signals should return to...
2018-12-14 whitequarkast, back.pysim: allow specifying user-defined decoders...
2018-12-14 whitequarkback.pysim: fix completely broken codegen for Switch.
2018-12-14 whitequarkback.pysim: raise an exception if delta cycles blow...
2018-12-14 whitequarkback.pysim: if requested, write a gtkw file with a...
2018-12-14 whitequarkback.pysim: explain how delta cycles work.
2018-12-14 whitequarkback.pysim: delay clock processes by one half period.
2018-12-14 whitequarkback.pysim: implement "sync processes", like migen...
2018-12-14 whitequarkback.pysim: allow suspending processes until a tick...
2018-12-14 whitequarkback.pysim: use bare ints for signal values (-5% runtime).
2018-12-14 whitequarksetup: add missing import.
2018-12-13 whitequarkback.pysim: collect handlers before running (-5% runtime).
2018-12-13 whitequarkback.pysim: allow multiple registered handlers per...
2018-12-13 whitequarkback.pysim: fix handling of process termination.
2018-12-13 whitequarkback.pysim: new simulator backend (WIP).
2018-12-13 whitequarkfhdl.cd: rename ClockDomain signals together with domain.
2018-12-13 whitequarkfhdl.ir: move Fragment prepare logic from back.rtlil.
2018-12-13 whitequarkback.verilog: remove debug code.
2018-12-13 whitequarkfhdl.ir: record port direction explicitly.
2018-12-13 whitequarkcompat.genlib.fsm: import/wrap Migen code.
2018-12-13 whitequarkfhdl.ir: a subfragment's input that we don't drive...
2018-12-13 whitequarkfhdl, back: trace and emit source locations of values.
2018-12-13 whitequarkback.rtlil: never give subfragment cells names starting...
2018-12-13 whitequarkfhdl.ir: don't crash propagataing ports in empty fragments.
2018-12-13 whitequarkfhdl.ir: implement clock domain propagation.
2018-12-13 whitequarkfhdl.ir: remove iter_domains().
2018-12-13 whitequarkfhdl: cd_name→domain.
2018-12-13 whitequarkfhdl.cd: add tests.
2018-12-13 whitequarkfhdl.xfrm: implement DomainRenamer.
2018-12-13 whitequarkfhdl.xfrm: add test for ControlInserter with subfragments.
2018-12-13 whitequarkfhdl.xfrm: add tests for ResetInserter, CEInserter.
2018-12-13 whitequarkfhdl.ir: add tests for port propagation.
2018-12-13 whitequarkSet up Travis CI.
2018-12-13 whitequarkAdd LICENSE.
2018-12-13 whitequarksetup: check Python version.
2018-12-13 whitequarkfhdl.dsl: add tests for lowering. 99% branch coverage.
2018-12-13 whitequarkfhdl.cd: rename ClockDomain.{reset→rst}.
2018-12-13 whitequarkfhdl.dsl: add tests for submodules.
next