2019-08-03 |
whitequark | build.plat,vendor: automatically create sync domain... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ir: allow adding more than one domain in missing... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ir: don't expose as ports missing domains added... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | build.plat: add default_rst, to be used with default_clk. |
commit | commitdiff | tree |
2019-08-03 |
whitequark | build.plat: add default_clk{,_constraint,_frequency}. |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ir: allow returning elaboratables from missing... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ir: raise DomainError if a domain is used but not... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ir: call back from Fragment.prepare if a clock... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.dsl: warn on suspicious statements like `m.If(... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | Improve test added in 29fee01f to not leak warnings. |
commit | commitdiff | tree |
2019-08-03 |
whitequark | back.rtlil: fix sim-synth mismatch with assigns followi... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ast: fix typo. |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ast: deprecate Value.part, add Value.{bit,word... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ast, back.rtlil: add source locations to anonymous... |
commit | commitdiff | tree |
2019-08-03 |
whitequark | hdl.ir: warn if .elaborate() returns None. |
commit | commitdiff | tree |
2019-07-31 |
whitequark | hdl.xfrm: handle mem.{Read,Write}Port in CEInserter. |
commit | commitdiff | tree |
2019-07-21 |
N. Engelhardt | vendor: don't emit duplicate iobuf submodule names. |
commit | commitdiff | tree |
2019-07-19 |
N. Engelhardt | hdl.dsl: add getters to m.submodules. |
commit | commitdiff | tree |
2019-07-15 |
Alain Péteut | lib.fifo: fix typo. |
commit | commitdiff | tree |
2019-07-14 |
Staf Verhaegen | Pin: Add extra hierarchy level for name derivation |
commit | commitdiff | tree |
2019-07-14 |
William D.... | build.run: Ensure batch script returns proper error... |
commit | commitdiff | tree |
2019-07-12 |
whitequark | back.pysim: correctly add gtkwave traces for signals... |
commit | commitdiff | tree |
2019-07-10 |
William D.... | build.dsl: Add optional name_suffix to Resource.family. |
commit | commitdiff | tree |
2019-07-10 |
whitequark | back.pysim: avoid malformed VCD files when a decoder... |
commit | commitdiff | tree |
2019-07-10 |
whitequark | hdl.ir: make UnusedElaboratable a real warning. |
commit | commitdiff | tree |
2019-07-09 |
whitequark | back.rtlil: add decodings to cases when switching on... |
commit | commitdiff | tree |
2019-07-09 |
whitequark | back.verilog: run proc_prune for much cleaner output. |
commit | commitdiff | tree |
2019-07-09 |
whitequark | hdl.{ast,dsl},back.rtlil: track source locations for... |
commit | commitdiff | tree |
2019-07-09 |
Jacob Lifshay | tracer: add PyPy support to get_var_name(). |
commit | commitdiff | tree |
2019-07-09 |
whitequark | build.dsl: add Resource.family abstraction. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | build.{dsl,res}: allow platform-dependent attributes... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | hdl.rec: respect modifications to signals in Record... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | back.rtlil: don't name-prefix signals connected to... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | build.{dsl,res}: allow removing attributes from subsignals. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | build.dsl: allow assertions on subsignal widths. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | hdl.{ast,cd,dsl,xfrm}: reject inappropriately used... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | test: fix Travis. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | test: generate examples to verilog as part of unit... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | examples/basic/ctr_ce: fix outdated syntax. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | compat.genlib.fsm: fix after commit dac62754. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | hdl.xfrm: don't overwrite source locations on ClockDoma... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | hdl.{dsl,mem,xfrm}: inject appropriate source locations. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | back.rtlil: ignore empty source locations. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | hdl.ast: use keyword-only arguments as appropriate. |
commit | commitdiff | tree |
2019-07-08 |
whitequark | back.rtlil: attach source locations to switches, not... |
commit | commitdiff | tree |
2019-07-08 |
whitequark | back.rtlil: use a more principled approach to attribute... |
commit | commitdiff | tree |
2019-07-07 |
Alain Péteut | vendor.xilinx_7series: generate also binary bitfile. |
commit | commitdiff | tree |
2019-07-07 |
William D.... | vendor.xilinx_spartan_3_6: Add Spartan3A family support. |
commit | commitdiff | tree |
2019-07-07 |
whitequark | vendor.lattice_ecp5: don't leave LUT inputs disconnected. |
commit | commitdiff | tree |
2019-07-07 |
whitequark | hdl.dsl: further clarify error message for incorrect... |
commit | commitdiff | tree |
2019-07-07 |
whitequark | hdl.dsl: clarify error message for incorrect nesting. |
commit | commitdiff | tree |
2019-07-07 |
whitequark | hdl.dsl: gracefully handle FSM with no states. |
commit | commitdiff | tree |
2019-07-07 |
whitequark | build.plat: source a script with toolchain environment. |
commit | commitdiff | tree |
2019-07-07 |
whitequark | build.run: only use os.path on the target OS. |
commit | commitdiff | tree |
2019-07-07 |
whitequark | build.run: make BuildProducts abstract, add LocalBuildP... |
commit | commitdiff | tree |
2019-07-06 |
whitequark | build.plat, vendor.*: don't join strings passed as... |
commit | commitdiff | tree |
2019-07-06 |
whitequark | build.run: make sure BuildProducts._root is not easily... |
commit | commitdiff | tree |
2019-07-04 |
Staf Verhaegen | vendor.xilinx_{7series,spartan6}: Support extra VHDL... |
commit | commitdiff | tree |
2019-07-03 |
whitequark | hdl.dsl: fix src_loc_at for FSM state signal. |
commit | commitdiff | tree |
2019-07-03 |
whitequark | back.rtlil: emit \src attributes for processes via... |
commit | commitdiff | tree |
2019-07-03 |
whitequark | hdl.ast: fix src_loc_at for Mux(). |
commit | commitdiff | tree |
2019-07-03 |
whitequark | build.res: detect physical conflicts earlier. |
commit | commitdiff | tree |
2019-07-03 |
whitequark | hdl.rec: thread src_loc_at to all inner Signals and... |
commit | commitdiff | tree |
2019-07-03 |
whitequark | vendor: give names to IO buffer instances. |
commit | commitdiff | tree |
2019-07-03 |
whitequark | hdl.rec: accept Record(src_loc_at=...). |
commit | commitdiff | tree |
2019-07-03 |
whitequark | compat.fhdl.specials: mark CompatMemory as Elaboratable. |
commit | commitdiff | tree |
2019-07-03 |
whitequark | compat.fhdl.specials: use "sync" as default domain... |
commit | commitdiff | tree |
2019-07-03 |
whitequark | compat.fhdl.specials: fix Memory.get_port() after 94e8f479. |
commit | commitdiff | tree |
2019-07-03 |
whitequark | compat.fhdl.structure: fix If/Elif/Else after 32446831. |
commit | commitdiff | tree |
2019-07-03 |
Sebastien Bourdeauducq | lattice_ecp5: fix get_input |
commit | commitdiff | tree |
2019-07-02 |
whitequark | hdl.ast: recognize a Enum used as decoder and format... |
commit | commitdiff | tree |
2019-07-02 |
whitequark | hdl.mem: fix naming of registers inside unnamed memories. |
commit | commitdiff | tree |
2019-07-02 |
Alain Péteut | build.plat: add iter_extra_files method. |
commit | commitdiff | tree |
2019-07-02 |
whitequark | back.rtlil: emit \sig$next wires instead of \$next... |
commit | commitdiff | tree |
2019-07-02 |
whitequark | back.rtlil: do not emit $next wires for comb signals. |
commit | commitdiff | tree |
2019-07-02 |
whitequark | hdl.rec: implement slicing by component names. |
commit | commitdiff | tree |
2019-07-02 |
whitequark | hdl.rec: implement Record.like. |
commit | commitdiff | tree |
2019-07-02 |
Alain Péteut | vendor.xilinx_7series: read extra .xdc files. |
commit | commitdiff | tree |
2019-07-01 |
whitequark | hdl.mem: use read_port(domain="comb") for asynchronous... |
commit | commitdiff | tree |
2019-07-01 |
whitequark | back.rtlil: fix Array regression in 32446831. |
commit | commitdiff | tree |
2019-06-28 |
whitequark | back.pysim: create unique ResetSynchronizer internal... |
commit | commitdiff | tree |
2019-06-28 |
whitequark | back.pysim: override ResetSynchronizer implementation. |
commit | commitdiff | tree |
2019-06-28 |
whitequark | lib.cdc: avoid interior clock domains in ResetSynchronizer. |
commit | commitdiff | tree |
2019-06-28 |
whitequark | lib.cdc: eliminate no_retiming attributes. |
commit | commitdiff | tree |
2019-06-28 |
whitequark | vendor.lattice_ice40: fix instance of negedge FF due... |
commit | commitdiff | tree |
2019-06-28 |
Alain Péteut | build.plat: fix dedent overrides. |
commit | commitdiff | tree |
2019-06-28 |
whitequark | README: tone down the instability warning to reflect... |
commit | commitdiff | tree |
2019-06-28 |
whitequark | hdl.{ast,dsl}, back.{pysim,rtlil}: allow multiple case... |
commit | commitdiff | tree |
2019-06-28 |
whitequark | hdl.ir, back.rtlil: allow specifying attributes on... |
commit | commitdiff | tree |
2019-06-27 |
whitequark | examples: add concise UART example. |
commit | commitdiff | tree |
2019-06-26 |
whitequark | back.pysim: fix scope screwup. |
commit | commitdiff | tree |
2019-06-25 |
whitequark | compat.fhdl.structure: fix typo. |
commit | commitdiff | tree |
2019-06-25 |
whitequark | compat.fhdl.structure: simplify handling of default... |
commit | commitdiff | tree |
2019-06-25 |
whitequark | hdl.{ast,dst}: directly represent RTLIL default case. |
commit | commitdiff | tree |
2019-06-25 |
whitequark | vendor.xilinx_{spartan6,7series}: speedgrade→speed. |
commit | commitdiff | tree |
2019-06-25 |
whitequark | vendor.lattice_ecp5: implement. |
commit | commitdiff | tree |
2019-06-24 |
Sebastien Bourdeauducq | README: update nMigen libs paragraph |
commit | commitdiff | tree |
2019-06-24 |
Sebastien Bourdeauducq | README: add clarification about HLS |
commit | commitdiff | tree |
2019-06-19 |
whitequark | vendor.lattice_ice40: use different --package for 4k... |
commit | commitdiff | tree |
2019-06-17 |
Jean-François... | vendor.xilinx_7series: fix IOB packing. |
commit | commitdiff | tree |
next |