tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
<mithro> "Recycled FPGA Detection Using Exhaustive LUT Path Delay Characterization and Voltage Scaling" - https://ieeexplore.ieee.org/abstract/document/8811732
<tpb> Title: Recycled FPGA Detection Using Exhaustive LUT Path Delay Characterization and Voltage Scaling - IEEE Journals & Magazine (at ieeexplore.ieee.org)
<tpb> Title: TTL-FPGA - notsyncing.net (at notsyncing.net)
bjorkint0sh has joined #symbiflow
bjorkintosh has quit [Read error: Connection reset by peer]
Degi_ has joined #symbiflow
Degi has quit [Ping timeout: 264 seconds]
Degi_ is now known as Degi
<_whitenotifier-f> [fasm] HackerFoo opened issue #29: Add textX parser code back in as an option - https://git.io/JIYE5
davidlattimore has joined #symbiflow
az0re has quit [Remote host closed the connection]
az0re has joined #symbiflow
citypw has joined #symbiflow
mkru has joined #symbiflow
xtro has quit [Ping timeout: 260 seconds]
futarisIRCcloud has joined #symbiflow
mkru has quit [Quit: Leaving]
mkru has joined #symbiflow
mkru has quit [Quit: Leaving]
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
mkru has joined #symbiflow
mkru has quit [Quit: Leaving]
nils1994 has joined #symbiflow
<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?)
citypw has quit [Remote host closed the connection]
citypw has joined #symbiflow
<mithro> Interesting historic page - https://www10.edacafe.com/book/ASIC/CH05/CH05.php
<tpb> Title: EDACafe: ASICs .. the Book (at www10.edacafe.com)
citypw has quit [Ping timeout: 240 seconds]
citypw has joined #symbiflow
<_whitenotifier-f> [fpga-tool-perf] HackerFoo opened issue #289: Build is failing because Pip can't install prjxray - https://git.io/JI3RH
citypw has quit [Ping timeout: 240 seconds]
nils1994 has quit [Remote host closed the connection]
xtro has joined #symbiflow
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #symbiflow
ssb has quit [Ping timeout: 260 seconds]
ssb has joined #symbiflow
<_whitenotifier-f> [symbiflow-arch-defs] litghost opened issue #1846: Prune submodules and move packages to PyPi or conda. - https://git.io/JI3Af
mkru has joined #symbiflow
mkru has quit [Quit: Leaving]
<HackerFoo> Check this out: https://github.com/nektos/act
<litghost> That is cool
<litghost> I wish github/MS made that tool directly
<HackerFoo> Yeah. If I can make it work, it should speed things up a lot.
<tpb> Title: Hardware algorithms - Arithmetic Module Generator (at www.ecsis.riec.tohoku.ac.jp)
<umarcor> HackerFoo, litghost: if GitHub Actions workflows are based on containers and scripts, they are directly executable on any workstation, without needing act.
<HackerFoo> umarcor: That doesn't help when it works on your machine, but not in CI.
<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.
<umarcor> the point is that many workflows are not written taking that into account.
<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?
<mithro> @umarcor yes
<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
<umarcor> I typically use eine/tip instead. Hence, I need to understand the differences.
<mithro> I don't know why we didn't use https://github.com/marketplace/actions/create-a-release
<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.
<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).
<umarcor> given the requirements in Google or SymbiFlow, I think that writing a custom script using PyGitHub might be the best solution.
<umarcor> before doing that, I need to understand what's your workflow, tho.
<tpb> Title: Repository PyGithub 1.54 documentation (at pygithub.readthedocs.io)