back.pysim: squash one level of hierarchy.
[nmigen.git] / nmigen /
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 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-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 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.
2018-12-13 whitequarkfhdl.dsl: use less error-prone Switch/Case two-level...
2018-12-13 whitequarkfhdl.dsl: add tests for d.comb/d.sync, If/Elif/Else.
2018-12-13 whitequarkfhdl.ast: fix Switch._?hs_signals() for switch without...
2018-12-13 whitequarkback.verilog: detect undriven public wires using Yosys.
2018-12-13 whitequarkback.rtlil: fix swapped operands in sync assign.
2018-12-13 whitequarkback.rtlil: explain logic for CD reset insertion.
2018-12-13 whitequarkback.rtlil: explicitly set the top module.
2018-12-13 whitequarkfhdl.ir: explain how port enumeration works.
2018-12-13 whitequarkback.rtlil: explain how RTLIL conversion works.
2018-12-13 whitequarkfhdl.ir: make sure clocks and resets of used CDs appear...
2018-12-13 whitequarkback.rtlil: give clocks and resets nicer names.
2018-12-13 whitequarkcompat.fhdl.module: implement finalization.
2018-12-13 whitequarkback.rtlil: match shape of $mux ports A/B/Y.
2018-12-13 whitequarktracer: add support for Python 3.7.
2018-12-13 whitequarkfhdl.ast: bits_sign→shape.
2018-12-13 whitequarkfhdl.ast: add tests for most logic.
2018-12-12 whitequarkcompat.fhdl.{module,structure}: import/wrap Migen code...
2018-12-12 whitequarkcompat.fhdl.bitcontainer: import/wrap Migen code.
2018-12-12 whitequarkfhdl.ast.Signal: implement .like().
2018-12-12 whitequarkfhdl.ir: fix port threading code.
2018-12-12 whitequarkfhdl.dsl: comb/sync/sync.pix→d.comb/d.sync/d.pix.
2018-12-12 whitequarkfhdl.ast.Signal: fix typo.
2018-12-12 whitequarkfhdl.ast.Signal: implement attrs field.
2018-12-12 whitequarkgenlib.cdc.MultiReg: self.regs should be a private...
2018-12-12 whitequarkfhdl.ast.Signal: implement width derivation from min...
2018-12-12 whitequarkgenlib.cdc.MultiReg: pull in from Migen.
2018-12-12 whitequarkfhdl.ast.Signal: implement reset_less signals.
2018-12-12 whitequarkfhdl.ast.Signal: assign an internal name if tracer...
2018-12-12 whitequarkfhdl.dsl: allow f.sync["dom"] as a synonym of f.sync...
2018-12-12 whitequarkClockDomain.{rst→reset}, for consistency with ResetInse...
2018-12-12 whitequarkInitial commit.