2018-12-28 |
whitequark | tracer: factor out get_src_loc(). |
commit | commitdiff | tree |
2018-12-27 |
whitequark | lib.coding: fix tests to actually run, and fix code... |
commit | commitdiff | tree |
2018-12-27 |
whitequark | hdl.dsl: add support for fsm.ongoing(). |
commit | commitdiff | tree |
2018-12-27 |
whitequark | hdl.mem: add missing __all__. |
commit | commitdiff | tree |
2018-12-26 |
Jean-François... | compat.genlib.coding: fix import. |
commit | commitdiff | tree |
2018-12-26 |
whitequark | lib.coding: port from Migen. |
commit | commitdiff | tree |
2018-12-26 |
whitequark | lib.cdc: add tests for MultiReg. |
commit | commitdiff | tree |
2018-12-26 |
whitequark | hdl.dsl: forbid m.next= inside of FSM but outside of... |
commit | commitdiff | tree |
2018-12-26 |
whitequark | hdl.dsl: provide generated values for FSMs. |
commit | commitdiff | tree |
2018-12-26 |
whitequark | hdl.ir: add an API for retrieving generated values... |
commit | commitdiff | tree |
2018-12-26 |
whitequark | examples: add an FSM usage example (UART receiver). |
commit | commitdiff | tree |
2018-12-26 |
whitequark | hdl.dsl: add signal decoder to FSM state signal. |
commit | commitdiff | tree |
2018-12-26 |
whitequark | hdl.dsl: implement FSM. |
commit | commitdiff | tree |
2018-12-26 |
whitequark | back.rtlil: clarify $verilog_initial_trigger behavior... |
commit | commitdiff | tree |
2018-12-24 |
whitequark | back.rtlil: unbreak d47c1f8a. |
commit | commitdiff | tree |
2018-12-24 |
whitequark | hdl.mem: allow omitting memory simulation logic. |
commit | commitdiff | tree |
2018-12-24 |
whitequark | back.rtlil: use one $meminit cell, not one per word. |
commit | commitdiff | tree |
2018-12-24 |
whitequark | hdl.xfrm, back.rtlil: implement and use LHSGroupFilter. |
commit | commitdiff | tree |
2018-12-24 |
whitequark | hdl.xfrm: implement SwitchCleaner, for pruning empty... |
commit | commitdiff | tree |
2018-12-24 |
whitequark | back.rtlil: always output negative values as two's... |
commit | commitdiff | tree |
2018-12-23 |
whitequark | back.rtlil: emit dummy logic to work around Verilog... |
commit | commitdiff | tree |
2018-12-23 |
whitequark | back.rtlil: do not translate empty fragments. |
commit | commitdiff | tree |
2018-12-23 |
whitequark | back.rtlil: only translate switch tests once. |
commit | commitdiff | tree |
2018-12-23 |
whitequark | cli: generate: guess file type from extension. |
commit | commitdiff | tree |
2018-12-23 |
whitequark | back.rtlil: fix swapped operands in mux codegen. |
commit | commitdiff | tree |
2018-12-23 |
whitequark | cli: new module, for basic design generaton/simulation. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.xfrm: avoid cycles in union-find graph in LHSGroupA... |
commit | commitdiff | tree |
2018-12-22 |
whitequark | compat.genlib.fsm: fix naming for non-Signal LHS. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.ir: flatten hierarchy based on memory accesses... |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.ir: factor out _merge_subfragment. NFC. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | back.rtlil: split processes as finely as possible. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | back.rtlil: remove useless condition. NFC. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.xfrm: implement LHSGroupAnalyzer. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.xfrm: Abstract*Transformer→*Visitor |
commit | commitdiff | tree |
2018-12-22 |
whitequark | back.rtlil: always initialize the entire memory. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | compat: use nicer names for next_value/next_value_ce... |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.mem: allow changing init value after creating memory. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | back.verilog: do not rename internal signals. |
commit | commitdiff | tree |
2018-12-22 |
whitequark | compat: fix confusing naming for memory port address... |
commit | commitdiff | tree |
2018-12-22 |
whitequark | hdl.ir: fix port propagation between siblings, in the... |
commit | commitdiff | tree |
2018-12-22 |
whitequark | compat: do not finalize native submodules twice. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: use more informative signal naming for ports. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.ir: fix port propagation between siblings. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | compat: provide verilog.convert shim. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.ir: do not flatten instances or collect ports from... |
commit | commitdiff | tree |
2018-12-21 |
whitequark | compat: provide Memory shim. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: ensure transparent read port model has correct... |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.pysim: handle out of bounds ArrayProxy indexes. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.pysim: give numeric names to unnamed subfragments... |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: use different naming for array signals. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: add simulation model for memory. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.pysim: fix an issue with too few funclet slots. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: add tests for all error conditions. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: tie rdport.en high for asynchronous or transpa... |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.rtlil: more consistent prefixing for subfragment... |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.ir: correctly handle named output and inout ports. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.rtlil: implement memories. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | hdl.mem: implement memories. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.rtlil: explicitly pad constants with zeroes. |
commit | commitdiff | tree |
2018-12-21 |
whitequark | back.rtlil: fix translation of Cat. |
commit | commitdiff | tree |
2018-12-20 |
whitequark | ir: allow non-Signals in Instance ports. |
commit | commitdiff | tree |
2018-12-19 |
whitequark | setup: update pyvcd dependency, for var_type="string". |
commit | commitdiff | tree |
2018-12-18 |
whitequark | compat: import genlib.record from Migen. |
commit | commitdiff | tree |
2018-12-18 |
whitequark | compat: add wrappers for Slice.stop, Cat.l, _ArrayProxy... |
commit | commitdiff | tree |
2018-12-18 |
whitequark | hdl.ast: Cat.{operands→parts} |
commit | commitdiff | tree |
2018-12-18 |
whitequark | back.pysim: implement *. |
commit | commitdiff | tree |
2018-12-18 |
whitequark | test.sim: add tests for sync functionality and errors. |
commit | commitdiff | tree |
2018-12-18 |
whitequark | back.pysim: eliminate most dictionary lookups. |
commit | commitdiff | tree |
2018-12-18 |
whitequark | hdl.ast, hdl.xfrm: various microoptimizations to speed... |
commit | commitdiff | tree |
2018-12-18 |
whitequark | back.pysim: use arrays instead of dicts for signal... |
commit | commitdiff | tree |
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 |
next |