*** tpb has joined #symbiflow | 00:00 | |
mithro | "Recycled FPGA Detection Using Exhaustive LUT Path Delay Characterization and Voltage Scaling" - https://ieeexplore.ieee.org/abstract/document/8811732 | 00:39 |
---|---|---|
tpb | Title: Recycled FPGA Detection Using Exhaustive LUT Path Delay Characterization and Voltage Scaling - IEEE Journals & Magazine (at ieeexplore.ieee.org) | 00:39 |
mithro | This is awesome -> https://notsyncing.net/?p=blog&b=2019.ttl-fpga | 00:51 |
tpb | Title: TTL-FPGA - notsyncing.net (at notsyncing.net) | 00:51 |
*** bjorkint0sh has joined #symbiflow | 01:28 | |
*** bjorkintosh has quit IRC | 01:31 | |
*** Degi_ has joined #symbiflow | 01:34 | |
*** Degi has quit IRC | 01:37 | |
*** Degi_ is now known as Degi | 01:37 | |
-_whitenotifier-f- [fasm] HackerFoo opened issue #29: Add textX parser code back in as an option - https://git.io/JIYE5 | 02:25 | |
*** davidlattimore has joined #symbiflow | 02:33 | |
*** az0re has quit IRC | 04:12 | |
*** az0re has joined #symbiflow | 04:23 | |
*** citypw has joined #symbiflow | 05:30 | |
*** mkru has joined #symbiflow | 07:39 | |
*** xtro has quit IRC | 07:42 | |
*** futarisIRCcloud has joined #symbiflow | 07:54 | |
*** mkru has quit IRC | 08:05 | |
*** mkru has joined #symbiflow | 09:47 | |
*** mkru has quit IRC | 09:58 | |
*** futarisIRCcloud has quit IRC | 10:03 | |
*** mkru has joined #symbiflow | 10:09 | |
*** mkru has quit IRC | 11:31 | |
*** nils1994 has joined #symbiflow | 11:51 | |
mithro | @mkurc: Can you rebase https://github.com/SymbiFlow/vtr-xml-utils/pull/10 (or give me access to push to the repo so I can rebase?) | 13:10 |
*** citypw has quit IRC | 13:35 | |
*** citypw has joined #symbiflow | 13:36 | |
mithro | Interesting historic page - https://www10.edacafe.com/book/ASIC/CH05/CH05.php | 14:40 |
tpb | Title: EDACafe: ASICs .. the Book (at www10.edacafe.com) | 14:40 |
*** citypw has quit IRC | 14:49 | |
*** citypw has joined #symbiflow | 15:03 | |
-_whitenotifier-f- [fpga-tool-perf] HackerFoo opened issue #289: Build is failing because Pip can't install prjxray - https://git.io/JI3RH | 15:15 | |
*** citypw has quit IRC | 16:17 | |
*** nils1994 has quit IRC | 17:30 | |
*** xtro has joined #symbiflow | 17:56 | |
*** FFY00 has quit IRC | 18:07 | |
*** FFY00 has joined #symbiflow | 18:07 | |
*** ssb has quit IRC | 18:12 | |
*** ssb has joined #symbiflow | 18:13 | |
-_whitenotifier-f- [symbiflow-arch-defs] litghost opened issue #1846: Prune submodules and move packages to PyPi or conda. - https://git.io/JI3Af | 18:23 | |
*** mkru has joined #symbiflow | 18:55 | |
*** mkru has quit IRC | 20:12 | |
HackerFoo | Check this out: https://github.com/nektos/act | 21:29 |
litghost | That is cool | 21:35 |
litghost | I wish github/MS made that tool directly | 21:36 |
HackerFoo | Yeah. If I can make it work, it should speed things up a lot. | 22:18 |
mithro | https://www.ecsis.riec.tohoku.ac.jp/topics/amg/i-amg/doc/algorithm#ref | 22:34 |
tpb | Title: Hardware algorithms - Arithmetic Module Generator (at www.ecsis.riec.tohoku.ac.jp) | 22:34 |
umarcor | HackerFoo, litghost: if GitHub Actions workflows are based on containers and scripts, they are directly executable on any workstation, without needing act. | 22:46 |
HackerFoo | umarcor: That doesn't help when it works on your machine, but not in CI. | 22:47 |
umarcor | I'm sure it does, because act does not run the workflows in the same environment as CI. It uses containers which are "somehow similar". You can use those same containers locally. | 22:48 |
umarcor | the point is that many workflows are not written taking that into account. | 22:48 |
umarcor | check: https://github.com/nektos/act#runners | 22:49 |
mithro | umarcor: https://github.com/google/verible/issues/619 | 22:50 |
umarcor | mithro: it was working with Travis, but after you switched to GHA it does not create new releases anymore? instead, it uploads assets to the same all the time? | 22:54 |
mithro | @umarcor yes | 22:54 |
umarcor | I'd say it is something specific about the action you are using (svenstaro/upload-release-action): https://github.com/google/verible/blob/master/.github/workflows/verible-ci.yml#L85-L93 | 22:57 |
umarcor | I typically use eine/tip instead. Hence, I need to understand the differences. | 22:57 |
mithro | I don't know why we didn't use https://github.com/marketplace/actions/create-a-release | 23:06 |
mithro | https://github.com/marketplace/actions/upload-a-release-asset | 23:12 |
umarcor | not a good deal: https://github.com/actions/upload-release-asset/issues/58#issuecomment-674413132 | 23:16 |
umarcor | so, using some "non-official" action is almost a requirement. the point is that you need to understand the action very well. at some point, it is easier to write a Python script that uses PyGitHub. | 23:18 |
umarcor | precisely, eine/tip is a Python script that uses PyGitHub. in fact, MSYS2 used eine/tip at first, and then they used a custom script for better fitting their use case(s). | 23:19 |
umarcor | given the requirements in Google or SymbiFlow, I think that writing a custom script using PyGitHub might be the best solution. | 23:20 |
umarcor | before doing that, I need to understand what's your workflow, tho. | 23:20 |
umarcor | https://pygithub.readthedocs.io/en/latest/github_objects/Repository.html#github.Repository.Repository | 23:23 |
tpb | Title: Repository PyGithub 1.54 documentation (at pygithub.readthedocs.io) | 23:23 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!