Ecosyste.ms: Timeline

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

kammoh

kammoh pushed 1 commit to main kammoh/chiseltest
  • partial enqueue and expectDequeue methods for ValidIO, DecoupledIO 4e01752

View on GitHub

kammoh pushed 1 commit to main kammoh/chiseltest
  • re-enable some synchronization + update deps d4f322e

View on GitHub

kammoh starred jeras/synthesis-primitives
kammoh created a comment on an issue on less-sig/LESS
> and why are you pushing to main? These commits are all going to be in a conflict later on. The commit forces the CI to run on PRs as well as pushes. The CI runs based on the `main` branch so I h...

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
> btw the technical reason, why I dont like this `OpenSSL` stuff is: it enforces the existence of `pkg-config`. Which is not everywhere. I don't think `pkg-config` is the only mechanizm. I just c...

View on GitHub

kammoh pushed 1 commit to main less-sig/LESS
  • [CI] run tests on develop branch and PRs 5d492d9

View on GitHub

kammoh pushed 1 commit to develop less-sig/LESS
  • [CI/macOS] hopefully fix CI build failure guessing MACOS_KPERF is already defined in the CI env? 36c9516

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
> weren't you next to [@alexrow](https://github.com/alexrow) in todays meeting? No, you're probably mistaking me for someone else.

View on GitHub

kammoh pushed 1 commit to develop less-sig/LESS
  • [CI/macOS] add function decl for kperf_init_once c68813d

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
> And please stop changing the cmake. There is a reason we dont use `find_package(OpenSSL QUIET)`. If you need it, please only use it as a fallback option in a cmake variable. It does not compil...

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
I think you're talking about @alexrow! But I will wait for their fix. Hopefully this anaylisis can help him with finding the culprit.

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
** The `HEAD` hash was 237cdf17839ea25a70d9a2e75b8696d755b3ba49 Which branch should I work with? There are now new commits pushed to `main` and not `develop`? https://github.com/less-sig/LESS/comp...

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
Actually, I suggest keeping such assertions (at least in debug mode) in the code. We can define a `DEBUG_ASSERT` macro which is only activated in `Debug` builds.

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
I just tested, and it seems it affects _all parameters_. You can easily add the following assertions before the `memcpy()` call and see it's triggered: ``` assert((num_seeds_publi...

View on GitHub

kammoh created a comment on an issue on less-sig/LESS
The problem is that for 400_102 it does!

View on GitHub

kammoh opened an issue on less-sig/LESS
memcpy buffer overflow in `seed_tree_path`
Observerd for cat 400_102. ASAN output: ``` ================================================================= ==67154==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x00016db75cd3 at ...
kammoh pushed 5 commits to develop less-sig/LESS
  • Fix CMake build regression from merge of 33065bb2d 3621b87
  • [CMake] require cmake >= 3.10 to avoid deprecation warns - fixed OpenSSL _again_... bc4945b
  • fix compilation - assuming little-endian (LE) byte order for domain separator - should work on both LE and BE systems 549ec8d
  • fix regression - somehow this was messed up again 5c6b559
  • Merge pull request #57 from kammoh/fix_build Fix build 8502fb8

View on GitHub

kammoh closed a pull request on less-sig/LESS
Fix build
kammoh pushed 8 commits to fix_build kammoh/LESS
  • updated cmake bf51224
  • Merge branch 'develop' of github.com:less-sig/LESS into develop 0df21a1
  • as someone merged it into dev I had to redo the small patches 8a903b8
  • updated opt seed_tree.c e537b9e
  • Fix CMake build regression from merge of 33065bb2d 3621b87
  • [CMake] require cmake >= 3.10 to avoid deprecation warns - fixed OpenSSL _again_... bc4945b
  • fix compilation - assuming little-endian (LE) byte order for domain separator - should work on both LE and BE systems 549ec8d
  • fix regression - somehow this was messed up again 5c6b559

View on GitHub

kammoh opened a pull request on less-sig/LESS
Fix build
kammoh created a branch on kammoh/LESS

fix_build - Repository for the current status of the LESS submission

kammoh starred circt/arc-tests
kammoh starred pku-liang/ksim
kammoh starred arch-of-shadow/Handle
kammoh starred pku-liang/Cement
kammoh pushed 5 commits to main XedaHQ/xeda
  • [yosys] `abc_script` for all yosys flows, can be an inlined script or file 89f5680
  • remove ASIC platforms from the main package 439ca01
  • [cocotb] lib_path takes interface name (vpi, vhpi, etc) ghdl: fix mistakenly imported package by vscode 1e2a18a
  • [nvc] cocotb support + other fixes 7d42a38
  • [remote] default serialization demote importlib message from warning to debug 20d19e7

View on GitHub

kammoh starred chili-chips-ba/wireguard-fpga
kammoh starred psychogenic/microcotb
kammoh pushed 1 commit to vhdl_backend kammoh/ghdl-yosys-plugin
  • fix build with yosys 0.49+ ffd7e82

View on GitHub

kammoh pushed 19 commits to vhdl_backend kammoh/ghdl-yosys-plugin
  • ghdl.cc: handle dlatch 90c5411
  • Fix to block RAM handling as per https://github.com/YosysHQ/yosys/issues/3364#issuecomment-1148066807 (#171) 7aed75b
  • testsuite: add a test for #171 ab7a288
  • testsuite: adjust previous commit to latest yosys. For #171 e1989cc
  • readme: update shield syntax (badges/shields#8671) 4413d3c
  • ci: sby now depends on click (hdl/containers#63) d7b09b7
  • testsuite: add a test, close ghdl/ghdl#2373 2052259
  • gha: bump to actions@v3 952d058
  • testsuite: add a test for #2392 dbd1c18
  • testsuite: add a test for #2392 7a71af5
  • fixed VLO/VHI primitves (#185) 5b64ccf
  • Skip sby tests when unavailable d44a7bc
  • README: remove link to fpga-toolchain Fix #172 0c4740a
  • ghdl-issue: add a testcase for ghdl/ghdl#2672 155bc99
  • gha: update checkout command ea17808
  • issue2672: use z3 511412f
  • instructions on installing with guix c7ea33d
  • Fix host of HDL containers The HDL containers were removed from Google Cloud, so this commit updates the host from g... 9a18623
  • Merge branch 'ghdl:master' into vhdl_backend 2f52122

View on GitHub

Load more