Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

davekeeshan

davekeeshan pushed 2 commits to develop daxzio/spack
  • geant4-data: support G4TENDL (#48310) * add parse tool, json, and load json bug fix add variants and conflictions ... 35963d7
  • directory_layout.py: remove dependency on global spack.store.STORE (#48460) c424611

View on GitHub

davekeeshan pushed 2 commits to develop daxzio/spack
  • config.py: deprecate config:install_path_scheme (#48463) fa9ef0a
  • ninja: support tests for 1.12 and later (#48385) * ninja: support tests for 1.12: * ninja: fix style 7e62ca8

View on GitHub

davekeeshan pushed 31 commits to main daxzio/sby
  • Replace the 'primes' test in junit_timeout_error.sby with a new test that solves a**3 + b**3 == c**3. The old test t... 725038d
  • Fixes issue #269 by removing an erroneous "if sbyfile" check. This commit removes an erroneous "if sbyfile" that wou... da46e19
  • Merge pull request #270 from YosysHQ/aiju/fix-timeout-test Replace the 'primes' test in junit_timeout_error.sby with... ebfb2ee
  • Merge pull request #271 from YosysHQ/aiju/issue-269 Fixes issue #269 by removing an erroneous "if sbyfile" check. b84cd93
  • Update CI scripts dfd4c8c
  • Merge pull request #273 from YosysHQ/ci Update CI scripts 415f404
  • abc: Support arbitrary prep abc commands e0dda21
  • Merge pull request #274 from jix/abc-prep abc: Support arbitrary prep abc commands 7dd287f
  • Add PR template d8904f4
  • ci: Checkout Yosys with submodules 0a6a484
  • Merge pull request #277 from YosysHQ/krys/fix-ci Fix failing `build_verific` 641d5d5
  • Use furo-ys 5426bee
  • Docs: Use sby lexer a3844d4
  • Docs: Use sby role shortcut 0fab912
  • Merge pull request #275 from YosysHQ/micko/pr_template Add PR template c9e3b82
  • Add --version option based on git describe 8709c8a
  • Merge pull request #284 from jix/remember-installed-version Add --version option based on git describe 61ca4de
  • docs: fix reference to aigbmc engine option 07b9b7c
  • CI force fast runner 67a7821
  • Add support for the imctk-eqy-engine This is not added to the documentation, as this is currently intended for inter... b8a001e
  • and 11 more ...

View on GitHub

davekeeshan deleted a branch daxzio/sby

master

davekeeshan created a branch on daxzio/sby

main - SymbiYosys (sby) -- Front-end for Yosys-based formal verification flows

davekeeshan pushed 2 commits to main daxzio/yosys
  • macc: Stop using the B port The B port is for single-bit summands. These can just as well be represented as an addit... 652a1b9
  • Merge pull request #4817 from povik/macc_v2-1 macc: Stop using the B port ca0ace6

View on GitHub

davekeeshan deleted a branch daxzio/picorv32

master

davekeeshan created a branch on daxzio/picorv32

main - PicoRV32 - A Size-Optimized RISC-V CPU

davekeeshan pushed 1 commit to develop daxzio/spack
  • directory_layout: types and remove kwargs (#48459) 434a8d5

View on GitHub

davekeeshan pushed 2 commits to main daxzio/yosys
  • share: fix misleading log message 1836a57
  • Merge pull request #4836 from YosysHQ/emil/share-fix-log share: fix misleading 0 cells log message 366e3f2

View on GitHub

davekeeshan pushed 1 commit to develop daxzio/spack
  • Perl build system: add a dependency on gmake (#48437) 4be7b98

View on GitHub

davekeeshan pushed 1 commit to master daxzio/cocotb
  • Fixed typing in several modules 07f385f

View on GitHub

davekeeshan pushed 1 commit to develop daxzio/spack
  • geant4: fix 10.7 build with c++20 (#48347) d16a578

View on GitHub

davekeeshan opened an issue on Wren6991/Hazard3
Issue with interleaved writes and reads in ahb_sync_sram.v
Hi there I think I have found an issue with `ahb_sync_sram.v`. When in `HAS_WRITE_BUFFER = 1` it doesn't seem able to handle cases where a read in between 2 writes, the first write is unsuccess...
davekeeshan pushed 6 commits to master daxzio/cocotbext-ahb
  • Fix _get_addr_aligned to properly work with any addr_width d09b838
  • Merge pull request #7 from HaMeNopeDiot/fix_get_addr_aligned Fix _get_addr_aligned to properly work with any addr_width dcc98de
  • Fixed lint error and updated version Signed-off-by: Anderson Ignacio da Silva <[email protected]> 5a2bcaf
  • Fixed lint error and updated version Signed-off-by: Anderson Ignacio da Silva <[email protected]> ce50840
  • Trying to address PEP 625 Signed-off-by: Anderson Ignacio da Silva <[email protected]> ad276be
  • Added format_amba to custom issue Signed-off-by: Anderson Ignacio da Silva <[email protected]> 9f98093

View on GitHub

davekeeshan pushed 368 commits to main daxzio/Cores-VeeR-EL2
  • Adds value parsing to text_in_iccm argument The configuration help text states: -text_in_iccm = {0, 1} ... 036a74c
  • Detect Verilator version and supply proper flags for tools/riscv-dv Adapted from commit 51f99ff 6adb988
  • Remove el2_pdef.h f466427
  • Generalize ic_debug_way assignment for all valid ICACHE_NUM_WAYS values 1dee75e
  • Generate parameter struct using logic type 0ca2f4f
  • Test instruction buffer debug override Internal-tag: [#59632] Signed-off-by: Krzysztof Obłonczek <koblonczek@antmicr... 4abcceb
  • Merge pull request #195 from antmicro/59632-ibuf-dbg-override Test instruction buffer debug override e4dab94
  • Merge pull request #215 from antmicro/kiryk/apply-fixes Apply fixes after merging changes from caliptra-rtl a0092d1
  • Allow compilation of tests without running them Internal-tag: [#62694] d335ae5
  • Use tools based on prefix Internal-tag: [#62694] bd7c4bd
  • Generate customized reports Internal-tag: [#61415] 1ba2842
  • Merge pull request #207 from chipsalliance/kiryk/extend-coverage-tests Extend coverage tests 1748bf2
  • Merge pull request #213 from rickliu2000/main Detect Verilator version and supply proper flags for tools/riscv-dv 62d1297
  • Add logic to support ECC error injection Signed-off-by: Robert Szczepanski <[email protected]> 582b3de
  • Add testbench package to RTL sources Internal-tag: [#52530] Signed-off-by: Robert Szczepanski <rszczepanski@antmicro... 37f5a2a
  • Add test for ECC errors Signed-off-by: Robert Szczepanski <[email protected]> 1150b40
  • Run ECC test in CI Signed-off-by: Robert Szczepanski <[email protected]> d1f9104
  • tools/renode: add support for running user mode tests in Renode Internal-tag: [#62718] Signed-off-by: Jan Malek <jma... 49ac6b8
  • Merge pull request #209 from antmicro/rszc/ecc-tests Add tests for ECC 38bee9a
  • resize ecc signals ed8d7e9
  • and 348 more ...

View on GitHub

davekeeshan pushed 1 commit to master daxzio/site-myhdl
  • Merge pull request #22 from daxzio/migrate-311 Update yml flow 06b5697

View on GitHub

davekeeshan pushed 2 commits to main daxzio/Cores-VeeR-EL2
  • docs: add user mode chapter Internal-tag: [#62526] Signed-off-by: Michal Czyz <[email protected]> 30fe0ce
  • Merge remote-tracking branch 'upstream/main' into main a762d3a

View on GitHub

davekeeshan pushed 2 commits to main daxzio/VeeRwolf
  • Fix off by one error in SPI bootloader s4 contains the number of bytes copied so far, and s0 contains the number of ... 9a91980
  • Merge remote-tracking branch 'upstream/main' into main 703ed26

View on GitHub

davekeeshan pushed 3 commits to main daxzio/VeeRwolf
  • Add CI action to run basic testbench 5df217f
  • Merge remote-tracking branch 'upstream/main' into main 1312507
  • Merge branch 'main' of github.com:daxzio/VeeRwolf into main f28261e

View on GitHub

davekeeshan pushed 0 commits to develop daxzio/spack

View on GitHub

davekeeshan pushed 27 commits to develop daxzio/spack
  • Add new openocd package a6f511e
  • Add libgpiod 94f7b5e
  • Add pkgconfig 23f552f
  • Add libftdi f265af2
  • Clean up libftdi 9dd8fef
  • Update revisions to 1.0.27 b11a510
  • Added extra revisions 9e859e9
  • Added autoconf too 917357e
  • Iniitial commit of compile file required for libftdi, covers version 1.3 through 1.5 8cd7614
  • Remove unused import, os 8a7675c
  • Initial checkin of compile file for the package libgpiod, this covers versions, 1.6.3 through 2.2 86ae14a
  • Update versions to add 1.0.23, 1.0.24, 1.0.25, 1.0.26, 1.0.27 266043b
  • Merge branch 'develop' into openocd-v0.12 509e9d8
  • Merge branch 'libusb-1.0.27' into openocd-v0.12 505244a
  • Merge branch 'libftdi_add' into openocd-v0.12 cabe5b6
  • Merge branch 'libgpiod_add' into openocd-v0.12 0c2c071
  • Remove - from remote-bitbang 88c31fe
  • Remove - from remote-bitbang 41ba22c
  • Add setup_run_environment ad82ed0
  • Add initial openfpgaloader 053ad3c
  • and 7 more ...

View on GitHub

davekeeshan pushed 9 commits to develop daxzio/spack
  • py-deepdiff: add through v8.1.1 (#48410) * py-deepdiff: add through v8.1.1 * py-orderly-set: new package * py-orde... 7e69650
  • py-rucio-clients: add through v36.0.0.post2 (#48407) * py-rucio-clients: add through v36.0.0.post2 * [@spackbot] ... 9d15a00
  • XNNPACK: add new versions, pin resources (#48405) 4d26b93
  • wayland: add v1.23.0, v1.23.1; wayland-protocols: add v1.38, v1.39 (#48403) * wayland-protocols: add v1.38, v1.39 ... 074387b
  • py-six: add v1.17.0 (#48401) fcc35b7
  • libxml2: add version 2.13.5 and variant http (#48124) * package/libxml2 add version 2.13.5 * add http variant ... 770d2fe
  • additivefoam: update build scripts for @main (#48223) d503f03
  • edm4hep: Add lower clang version bounds (#48419) * edm4hep: Add lower clang version bounds EDM4hep 0.99.1 introduce... 3b21ff1
  • compiler.py: deal with temporarily broken compiler (#48418) When a compiler is temporarily broken, we cache `c_compi... ca8ea63

View on GitHub

davekeeshan pushed 2 commits to master daxzio/cocotb
  • [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](https://git... 3110c6c
  • Allow KeyboardInterrupt and SystemExit to bubble up Current these are "handled" as part of the Task and Test classes... 1b42a7c

View on GitHub

davekeeshan pushed 1 commit to main daxzio/yosys

View on GitHub

davekeeshan pushed 41 commits to cadtools daxzio/spack
  • Add new openocd package a6f511e
  • Add libgpiod 94f7b5e
  • Add pkgconfig 23f552f
  • Add libftdi f265af2
  • Clean up libftdi 9dd8fef
  • Update revisions to 1.0.27 b11a510
  • Added extra revisions 9e859e9
  • Added autoconf too 917357e
  • Iniitial commit of compile file required for libftdi, covers version 1.3 through 1.5 8cd7614
  • Remove unused import, os 8a7675c
  • Initial checkin of compile file for the package libgpiod, this covers versions, 1.6.3 through 2.2 86ae14a
  • Update versions to add 1.0.23, 1.0.24, 1.0.25, 1.0.26, 1.0.27 266043b
  • Merge branch 'develop' into openocd-v0.12 509e9d8
  • Merge branch 'libusb-1.0.27' into openocd-v0.12 505244a
  • Merge branch 'libftdi_add' into openocd-v0.12 cabe5b6
  • Merge branch 'libgpiod_add' into openocd-v0.12 0c2c071
  • Remove - from remote-bitbang 88c31fe
  • Remove - from remote-bitbang 41ba22c
  • Add setup_run_environment ad82ed0
  • Add initial openfpgaloader 053ad3c
  • and 21 more ...

View on GitHub

davekeeshan pushed 1 commit to surfer-0.3.0 daxzio/spack
  • Ran black over the code following style check failure 3eb0513

View on GitHub

davekeeshan pushed 26 commits to develop daxzio/spack
  • Add new openocd package a6f511e
  • Add libgpiod 94f7b5e
  • Add pkgconfig 23f552f
  • Add libftdi f265af2
  • Clean up libftdi 9dd8fef
  • Update revisions to 1.0.27 b11a510
  • Added extra revisions 9e859e9
  • Added autoconf too 917357e
  • Iniitial commit of compile file required for libftdi, covers version 1.3 through 1.5 8cd7614
  • Remove unused import, os 8a7675c
  • Initial checkin of compile file for the package libgpiod, this covers versions, 1.6.3 through 2.2 86ae14a
  • Update versions to add 1.0.23, 1.0.24, 1.0.25, 1.0.26, 1.0.27 266043b
  • Merge branch 'develop' into openocd-v0.12 509e9d8
  • Merge branch 'libusb-1.0.27' into openocd-v0.12 505244a
  • Merge branch 'libftdi_add' into openocd-v0.12 cabe5b6
  • Merge branch 'libgpiod_add' into openocd-v0.12 0c2c071
  • Remove - from remote-bitbang 88c31fe
  • Remove - from remote-bitbang 41ba22c
  • Add setup_run_environment ad82ed0
  • Add initial openfpgaloader 053ad3c
  • and 6 more ...

View on GitHub

davekeeshan opened an issue on cocotb/cocotb
Visibility of instances inside generates in verilator not working
When I try and probe internal signals into a design ir works as expected in icarus however it fails in verilator. After examining it, it appears that the instances are declared under generate stat...
davekeeshan pushed 1 commit to develop daxzio/spack
  • Fixing description (#48429) 142469f

View on GitHub

Load more