2018-12-18 |
whitequark | back.pysim: naming. NFC. |
commit | commitdiff | tree |
2018-12-18 |
whitequark | back.pysim: fix an off-by-1 in add_sync_process(). |
commit | commitdiff | tree |
2018-12-18 |
whitequark | back.pysim: trigger processes waiting on Tick() exactly... |
commit | commitdiff | tree |
2018-12-18 |
whitequark | back.pysim: continue running simulator processes until... |
commit | commitdiff | tree |
2018-12-18 |
whitequark | Travis: cache Yosys installation explicitly. |
commit | commitdiff | tree |
2018-12-17 |
whitequark | fhdl.ir: add black-box fragments, fragment parameters... |
commit | commitdiff | tree |
2018-12-17 |
whitequark | Travis: build and cache Yosys. |
commit | commitdiff | tree |
2018-12-17 |
whitequark | hdl, back: add and use SignalSet/SignalDict. |
commit | commitdiff | tree |
2018-12-17 |
whitequark | hdl.ast: factor out _MappedKeyDict, _MappedKeySet.... |
commit | commitdiff | tree |
2018-12-17 |
whitequark | back.rtlil: update for Yosys master. |
commit | commitdiff | tree |
2018-12-17 |
whitequark | back.rtlil: implement Array. |
commit | commitdiff | tree |
2018-12-17 |
whitequark | back.rtlil: implement Part. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: handle reset_less domains. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | hdl.dsl: add clock domain support. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | hdl.dsl: cleanup. NFC. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: extract _StatementCompiler. NFC. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: simplify. NFC. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: properly escape strings in attributes. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | README: mention Yosys requirement. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: prepare for Yosys sigspec slicing improvements. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | compat.fhdl.structure: only convert to bool in If/Elif... |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: avoid illegal slices. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: use slicing to match shape when reducing... |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: don't emit a slice if all bits are used. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: reorganize value compiler into LHS/RHS. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.rtlil: fix naming. NFC. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | hdl.xfrm: separate AST traversal from AST identity... |
commit | commitdiff | tree |
2018-12-16 |
whitequark | compat.fhdl: reexport Array. |
commit | commitdiff | tree |
2018-12-16 |
whitequark | back.pysim: implement LHS for Part, Slice, Cat, ArrayProxy. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | test.sim: generalize assertOperator. NFC. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | back.pysim: add (stub) LHSValueCompiler. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | back.pysim: implement Part. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | examples: rename clkdiv/ctrl to ctr/ctr_ce. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | doc: update COMPAT_SUMMARY. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | back.pysim: implement ArrayProxy. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | hdl.ast: implement Array and ArrayProxy. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | Lower Python version requirement to 3.6. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | hdl: appropriately rename tests. NFC. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | hdl.ast: improve ClockSignal, ResetSignal documentation. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | Rename fhdl→hdl, genlib→lib. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | Move star imports to make `from nmigen import *` usable. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | doc: fix some Markdown awkwardness. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | doc: update COMPAT_SUMMARY to reflect actual status. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | Determine Migen's API surface and document compatibilit... |
commit | commitdiff | tree |
2018-12-15 |
whitequark | pyback.sim: test Slice, Cat, Repl. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | fhdl.ast, back.pysim: implement shifts. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | fhdl.ast: refactor Operator.shape(). NFC. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | Consistently use '{!r}' in and only in TypeError messages. |
commit | commitdiff | tree |
2018-12-15 |
whitequark | fhdl.ir: test iter_comb(), iter_sync() and iter_signals(). |
commit | commitdiff | tree |
2018-12-15 |
whitequark | fhdl.ir: fix incorrect uses of positive to say non... |
commit | commitdiff | tree |
2018-12-15 |
whitequark | compat.fhdl.structure: handle If/Elif with multi-bit... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat.fhdl.module: allow adding native submodules... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | Fix deprecations in Python 3.7. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: preserve process locations through add_sync... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | fhdl.ast: clean up stub error messages. NFC. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | fhdl.ir: automatically flatten hierarchy to resolve... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | fhdl.ir: Fragment.{drive→add_driver} |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: count delta cycles separately to avoid... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: simplify. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: revert 70ebc6f2. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: fix implicit boolean conversion. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: squash one level of hierarchy. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: implement blocking assignment semantics... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: undriven sync signals should return to... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: in simulator sync processes, start by waiti... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: make initial phase configurable. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat.sim: match clock period. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat: add run_simulation shim. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | pysim.back: fix add_sync_process wrapper to handle... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat.fhdl.module: fix specials. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat: add fhdl.specials.TSTriple shim. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | genlib.io: import TSTriple from Migen. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | fhdl.ast: fix Switch with constant test. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat: add genlib.cdc.MultiReg shim. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | compat.fhdl.module: update deprecation messages. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: Simulator({gtkw_signals→traces}=). |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: better naming. NFC. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | Travis: install pyvcd. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: implement most operators and add tests. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: close .vcd/.gtkw files on context manager... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: show more legible names for processes in... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: throw exceptions back at processes. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: add gtkw traces even more robustly. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: accept (and evaluate) generator functions. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: skip VCD signal population if VCD is not... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: allow processes to evaluate expressions. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | fhdl.ir: oops, we defined DomainError twice. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: more general clean-up. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: general clean-up. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: accept any valid assignments from processes. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: robustly retrieve vcd names for clk/rst... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | fhdl.xfrm: implement DomainLowerer. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: undriven comb signals should return to... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | ast, back.pysim: allow specifying user-defined decoders... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: fix completely broken codegen for Switch. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: raise an exception if delta cycles blow... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: if requested, write a gtkw file with a... |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: explain how delta cycles work. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: delay clock processes by one half period. |
commit | commitdiff | tree |
2018-12-14 |
whitequark | back.pysim: implement "sync processes", like migen... |
commit | commitdiff | tree |
next |