2019-09-24 |
whitequark | build.plat: strip internal attributes from Verilog... |
commit | commitdiff | tree |
2019-09-24 |
whitequark | build.plat,lib.cdc,vendor: unify platform related diagn... |
commit | commitdiff | tree |
2019-09-24 |
whitequark | lib.cdc: specify maximum input delay in seconds. |
commit | commitdiff | tree |
2019-09-24 |
whitequark | vendor.xilinx_spartan_3_6: explain why ASYNC_REG is... |
commit | commitdiff | tree |
2019-09-24 |
Kate Temkin | vendor.lattice_ecp5: correct a typo in tristate buffer... |
commit | commitdiff | tree |
2019-09-24 |
Darrell Harmon | vendor.xilinx_7series: apply false path / max delay... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | vendor.xilinx_7series: simplify. NFC. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | vendor.xilinx_7series: override reset synchronizer. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.cdc: add diagnostic checks for synchronization... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.cdc: expand ResetSynchronizer documentation. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.cdc: avoid modifying synchronizers in their elabora... |
commit | commitdiff | tree |
2019-09-23 |
Darrell Harmon | vendor.xilinx_spartan_3_6: override reset synchronizer. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | README: add a section on migrating from Migen. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.cdc: MultiReg→FFSynchronizer. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | hdl.ast: cast Mux() selector to bool if it is not a... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | back.rtlil: give predictable names to anonymous subfrag... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.fifo: handle depth=0, elaborating to a dummy FIFO... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | hdl.mem,lib.fifo: use keyword-only arguments for memory... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | hdl.mem: simplify. NFC. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | hdl.ast: make Signal(name=) a keyword-only argument. |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.fifo: change FIFOInterface() diagnostics to follow... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.fifo: round up AsyncFIFO{,Buffered} depth to lowest... |
commit | commitdiff | tree |
2019-09-23 |
whitequark | lib.fifo: make simulation read() and write() functions... |
commit | commitdiff | tree |
2019-09-22 |
whitequark | hdl.rec: fix using Enum subclass as shape if direction... |
commit | commitdiff | tree |
2019-09-22 |
whitequark | hdl.rec: allow using Enum subclass as shape. |
commit | commitdiff | tree |
2019-09-22 |
whitequark | lib.fifo: add more compatibility shims. |
commit | commitdiff | tree |
2019-09-22 |
whitequark | vendor.lattice_ice40: fix required tool list for iCECub... |
commit | commitdiff | tree |
2019-09-22 |
whitequark | vendor.lattice_ecp5: simplify quoting. NFC. |
commit | commitdiff | tree |
2019-09-22 |
whitequark | build.plat: restrict design names to alphanumeric to... |
commit | commitdiff | tree |
2019-09-21 |
whitequark | vendor.lattice_ice40: add iCECube support. |
commit | commitdiff | tree |
2019-09-21 |
whitequark | build.res: simplify clock constraints. |
commit | commitdiff | tree |
2019-09-21 |
whitequark | build.plat: NMIGEN_<toolchain>_env→NMIGEN_ENV_<toolchain> |
commit | commitdiff | tree |
2019-09-21 |
whitequark | lib.fifo: update docs. NFC. |
commit | commitdiff | tree |
2019-09-21 |
whitequark | hdl.ast: update docs. NFC. |
commit | commitdiff | tree |
2019-09-21 |
whitequark | lib.fifo: simplify. NFC. |
commit | commitdiff | tree |
2019-09-20 |
whitequark | lib.fifo: fix doc typo. NFC. |
commit | commitdiff | tree |
2019-09-20 |
whitequark | lib.fifo: work around Yosys issue with handling of... |
commit | commitdiff | tree |
2019-09-20 |
whitequark | hdl.mem: use 1 as reset value for ReadPort.en. |
commit | commitdiff | tree |
2019-09-20 |
whitequark | vendor.lattice_{ecp5,ice40}: allow clock constraints... |
commit | commitdiff | tree |
2019-09-20 |
whitequark | hdl.ast: rename `nbits` to `width`. |
commit | commitdiff | tree |
2019-09-20 |
Darrell Harmon | vendor.xilinx_{7series,spartan3_6}: specialize MultiReg. |
commit | commitdiff | tree |
2019-09-20 |
Emily | setup: improve repository detection. |
commit | commitdiff | tree |
2019-09-20 |
Emily | setup: add setuptools dependency. |
commit | commitdiff | tree |
2019-09-20 |
whitequark | test.test_lib_fifo: fix typo. |
commit | commitdiff | tree |
2019-09-20 |
whitequark | back.pysim: fix simulation of Value.xor(). |
commit | commitdiff | tree |
2019-09-16 |
whitequark | hdl.{ast,dsl}: add Signal.enum; coerce Enum to Value... |
commit | commitdiff | tree |
2019-09-14 |
whitequark | hdl.ast: add Value.matches(), accepting same language... |
commit | commitdiff | tree |
2019-09-14 |
whitequark | hdl.dsl: improve error messages for Case(). |
commit | commitdiff | tree |
2019-09-13 |
whitequark | hdl.ast: add Value.xor, mapping to $reduce_xor. |
commit | commitdiff | tree |
2019-09-13 |
whitequark | hdl.ast: add Value.{any,all}, mapping to $reduce_{or... |
commit | commitdiff | tree |
2019-09-13 |
whitequark | lib.fifo: adjust for new CDC primitive conventions. |
commit | commitdiff | tree |
2019-09-13 |
whitequark | lib.fifo: adjust properties to have consistent naming. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | build.plat: bypass tool detection if NMIGEN_*_env is... |
commit | commitdiff | tree |
2019-09-12 |
whitequark | vendor.xilinx_7series: Vivado requires bash on *nix... |
commit | commitdiff | tree |
2019-09-12 |
whitequark | hdl.mem: use keyword-only arguments as appropriate. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | lib.fifo: make fwft a keyword-only argument. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | lib.fifo: remove SyncFIFO.replace. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | README: update Yosys version requirement. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | lib.cdc: make domain properties private. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | lib.io: style. NFC. |
commit | commitdiff | tree |
2019-09-12 |
whitequark | lib.cdc: adjust ResetSynchronizer for new CDC primitive... |
commit | commitdiff | tree |
2019-09-12 |
whitequark | lib.cdc: adjust MultiReg for new CDC primitive conventions. |
commit | commitdiff | tree |
2019-09-11 |
whitequark | build.plat,vendor: allow clock constraints on arbitrary... |
commit | commitdiff | tree |
2019-09-11 |
whitequark | back: return name map from convert_fragment(). |
commit | commitdiff | tree |
2019-09-10 |
whitequark | hdl.ast: warn if reset value is truncated. |
commit | commitdiff | tree |
2019-09-10 |
Darrell Harmon | vendor.lattice_ecp5: pass ecppack_opts to ecppack. |
commit | commitdiff | tree |
2019-09-08 |
whitequark | hdl.ast: check type of Sample(domain=...). |
commit | commitdiff | tree |
2019-09-08 |
whitequark | hdl.dsl: add Default(), an alias for Case() with no... |
commit | commitdiff | tree |
2019-09-08 |
whitequark | hdl.mem,lib,examples: use Signal.range(). |
commit | commitdiff | tree |
2019-09-08 |
whitequark | hdl.ast: add Signal.range(...), to replace Signal(min... |
commit | commitdiff | tree |
2019-09-06 |
whitequark | Remove nmigen.lib from prelude. |
commit | commitdiff | tree |
2019-09-06 |
whitequark | Fix .gitignore. |
commit | commitdiff | tree |
2019-09-06 |
whitequark | setup: replace versioneer with setuptools_scm. |
commit | commitdiff | tree |
2019-09-03 |
whitequark | hdl.ast,back.rtlil: implement Cover. |
commit | commitdiff | tree |
2019-08-31 |
whitequark | hdl.cd: add negedge clock domains. |
commit | commitdiff | tree |
2019-08-31 |
Emily | _toolchain,build.plat,vendor.*: add required_tools... |
commit | commitdiff | tree |
2019-08-30 |
whitequark | vendor.lattice_ecp5: drive GSR synchronous to user... |
commit | commitdiff | tree |
2019-08-30 |
whitequark | build.dsl: allow both str and int resource attributes. |
commit | commitdiff | tree |
2019-08-28 |
Emily | test.tools: use _toolchain.get_tool. |
commit | commitdiff | tree |
2019-08-28 |
whitequark | _toolchain: new module, for injecting dependencies... |
commit | commitdiff | tree |
2019-08-26 |
whitequark | back.verilog: bump Yosys version requirement to 0.9. |
commit | commitdiff | tree |
2019-08-25 |
whitequark | vendor.lattice_ecp5: revert default toolchain to Trellis. |
commit | commitdiff | tree |
2019-08-23 |
whitequark | back.pysim: implement sim.add_clock(if_exists=True). |
commit | commitdiff | tree |
2019-08-23 |
whitequark | back.pysim: don't crash when trying to drive a nonexist... |
commit | commitdiff | tree |
2019-08-23 |
whitequark | build.run: add BuildPlan.digest(), useful for caching. |
commit | commitdiff | tree |
2019-08-22 |
whitequark | vendor.lattice_ecp5: add Diamond support. |
commit | commitdiff | tree |
2019-08-22 |
whitequark | vendor: eliminate unnecessary LUT instantiation. |
commit | commitdiff | tree |
2019-08-22 |
Reto Kramer | examples/basic/uart: document `divisor` parameter. |
commit | commitdiff | tree |
2019-08-22 |
whitequark | back.rtlil: print real parameters with maximum precision. |
commit | commitdiff | tree |
2019-08-22 |
Darrell Harmon | back.rtlil: add support for real (float) parameters... |
commit | commitdiff | tree |
2019-08-21 |
Darrell Harmon | vendor.xilinx_series7: use STARTUPE2, not STARTUPE3. |
commit | commitdiff | tree |
2019-08-21 |
whitequark | vendor.lattice_ice40: remove `--placer heap` default... |
commit | commitdiff | tree |
2019-08-21 |
whitequark | vendor: style. NFC. |
commit | commitdiff | tree |
2019-08-21 |
whitequark | build.plat: remove TemplatedPlatform.unix_interpreter. |
commit | commitdiff | tree |
2019-08-21 |
whitequark | back.pysim: allow coroutines as processes. |
commit | commitdiff | tree |
2019-08-20 |
William D.... | test.test_examples: Convert pathlib-specific class... |
commit | commitdiff | tree |
2019-08-19 |
whitequark | back.verilog: parse output of `yosys -V`. |
commit | commitdiff | tree |
2019-08-19 |
whitequark | Fix nmigen.__version__ to work on git-archive artifacts. |
commit | commitdiff | tree |
2019-08-19 |
whitequark | build.plat, hdl.ir: coordinate missing domain creation. |
commit | commitdiff | tree |
2019-08-19 |
whitequark | vendor.lattice_ice40: use a local clock domain in creat... |
commit | commitdiff | tree |
next |