antonysigma

Results 8 issues of antonysigma

**Generic Centroid parser** This patch introduces the GenericCentroidParser class to process the PCB pick-n-place / centroid file. This cripples the script `generate_interactive_bom.py`, so users are advised to invoke the `centroid2pcbdata.py`...

Buildbot version: 3.4.0 I am getting this error when I was setting up the change_source to a private git repo: ``` buildbot.changes.gitpoller.GitError: command ['rev-parse', 'refs/buildbot/%2Fvar%2Fbuildbot%2Fabc/my_branch'] in /var/buildbot/master/gitpoller-work on repourl /var/buildbot/abc...

bug

Hi HeteroCL developers, I came across a similar tutorial in the project `Halide-HLS`, in which they customized the 2D convolution algorithm by (1) split the large image into tiles in...

Hi I have an existing project written in FreeRTOS style running on 32-bit MCUs, but wishing to port over to a Linux environment, e.g. Zynq Petalinux. How do I refactor...

**Rationale:** 1. To compare the GPU auto-scheduling performance of `Mullapudi2016` against `Li2018` and `Anderson2021`. 2. To reduce the following claims to practice, quoting the original Mullapudi2016 article: > **Portability to...

Boost SML, like other similar state machine libraries, seems to favor Mealy-style state machine over Moore. In Mealy representation, the action is defined at the edge rather than in the...

Hi I like the rayopt library and the integration with the `scipy.optimize` for lens curvature optimization. However, when I run the tutorial `Triplet.ipynb` in the `rayopt-notebook` repo, it fails to...

Hi I have just watched the seminar on the `cib.hpp` library. I like how we can modularize hardware functions as services, and bind them with external commands, without runtime overhead....