tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
Evidlo has quit [Ping timeout: 246 seconds]
TMM has quit [Ping timeout: 245 seconds]
TMM has joined #symbiflow
Evidlo has joined #symbiflow
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tokamak has joined #symbiflow
Tokamak has quit [Client Quit]
unrznbl[m] has quit [Ping timeout: 265 seconds]
xobs has quit [Ping timeout: 265 seconds]
promach3 has quit [Ping timeout: 240 seconds]
Evidlo has quit [Ping timeout: 244 seconds]
promach3 has joined #symbiflow
citypw has joined #symbiflow
nickoe has quit [Ping timeout: 260 seconds]
nickoe has joined #symbiflow
unrznbl[m] has joined #symbiflow
xobs has joined #symbiflow
Evidlo has joined #symbiflow
FFY00_ has quit [Ping timeout: 264 seconds]
FFY00_ has joined #symbiflow
FFY00_ has quit [Remote host closed the connection]
FFY00_ has joined #symbiflow
Degi_ has joined #symbiflow
Degi has quit [Ping timeout: 276 seconds]
Degi_ is now known as Degi
_whitelogger has joined #symbiflow
kgugala has joined #symbiflow
kgugala_ has quit [Ping timeout: 260 seconds]
citypw has quit [Ping timeout: 268 seconds]
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 260 seconds]
citypw has joined #symbiflow
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #symbiflow
lambda has quit [Ping timeout: 272 seconds]
lambda has joined #symbiflow
craigo has quit [Ping timeout: 264 seconds]
ByteLawd has quit [Remote host closed the connection]
ByteLawd has joined #symbiflow
ByteLawd has quit [Remote host closed the connection]
ByteLawd has joined #symbiflow
ByteLawd has quit [Remote host closed the connection]
ByteLawd has joined #symbiflow
citypw has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
<sf-slack4> <arvindsrinivasan> Is there by any chance of a set of updated arch def tars files that are mirrored anywhere? The google cloud ones are a bit out of date
kraiskil has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
<sf-slack4> <acomodi> @arvindsrinivasan if you follow the latest links they should point to new architecture packages (https://console.cloud.google.com/storage/browser/symbiflow-arch-defs-gha)
<tpb> Title: Google Cloud Platform (at console.cloud.google.com)
<sf-slack4> <arvindsrinivasan> Wdym by the latest links?
<sf-slack4> <acomodi> The file containing the latest valid architecture link (e.g. https://storage.cloud.google.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest)
<tpb> Title: Sign in - Google Accounts (at storage.cloud.google.com)
rj has joined #symbiflow
kraiskil has quit [Ping timeout: 256 seconds]
<sf-slack4> <arvindsrinivasan> Cool thank you!
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
<litghost> acomodi: The no auth URLs are a little different, e.g https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest We should prefer the no auth URLs, as not everyone has a gmail-type account
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
kraiskil has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
<sf-slack4> <arvindsrinivasan> So I know I had changed this locally on my system, but is there any reason the master for the arch defs uses `__TECHMAP_REPLACE__` instead of `_TECHMAP_REPLACE_`https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/xc/xc7/techmap/retarget.v
<litghost> Typo
rj has joined #symbiflow
rj has quit [Client Quit]
<sf-slack4> <dan.ravensloft> @arvindsrinivasan as per https://github.com/SymbiFlow/symbiflow-arch-defs/pull/2079/checks you'll need to sign off on the commits
<sf-slack4> <arvindsrinivasan> Understood, fixing now. Sorry about that
<sf-slack4> <arvindsrinivasan> Alright I think I fixed it?
<litghost> No, you need to squash to one commit and / or signoff all of them
<sf-slack4> <arvindsrinivasan> Alright, I’ll do tha
mkru has joined #symbiflow
craigo has joined #symbiflow
<sf-slack4> <arvindsrinivasan> Done
<litghost> Yep, I've kicked off the full CI. I expect it should go green
<sf-slack4> <arvindsrinivasan> Cool
<sf-slack4> <arvindsrinivasan> So in theory, if this issue is now resolved https://github.com/SymbiFlow/symbiflow-arch-defs/issues/2059, once this PR merges the online versions should also update?
<litghost> Once master goes green
<litghost> Not once the PR goes green
BonusPlay has quit [Quit: disappears into nothingness]
BonusPlay has joined #symbiflow
rj has joined #symbiflow
gromero_ has joined #symbiflow
gromero has quit [Ping timeout: 272 seconds]
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
mkru has quit [Quit: Leaving]
<sf-slack4> <arvindsrinivasan> @dan.ravensloft, do you know why this assert from ABC9 would be an issue for one of the example demos? https://github.com/SymbiFlow/symbiflow-examples/issues/127 ```25.5.2. Executing ABC9_OPS pass (helper functions for ABC9). ERROR: Assert `modules_.count(name) == 0' failed in kernel/rtlil.cc:616.```
<sf-slack4> <dan.ravensloft> Hmm
<sf-slack4> <dan.ravensloft> Okay, so, that assert means something is trying to add a module with a name that already exists
rj has quit [Ping timeout: 268 seconds]
<sf-slack4> <dan.ravensloft> And `abc9_ops` calls `addModule` in six places
rj has joined #symbiflow
<sf-slack4> <dan.ravensloft> https://github.com/YosysHQ/yosys/pull/2637 The error message annoyed me enough I submitted an upstream PR to clarify the problem
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
<sf-slack4> <arvindsrinivasan> Any way I can help debug this issue?
kraiskil has quit [Ping timeout: 265 seconds]
<sf-slack4> <dan.ravensloft> It's a bit faster if I try to reproduce it myself, I think
<sf-slack4> <dan.ravensloft> https://github.com/YosysHQ/yosys/pull/2638 Here's another improved error message for the `CARRY4_VPR` assert we hit
FFY00_ has quit [Remote host closed the connection]
<sf-slack4> <dan.ravensloft> My attempts to reproduce it are stumbling because of a `prjxray-config` file that it wants but can't find
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #symbiflow
<sf-slack4> <dan.ravensloft> (fixed, nvm)
adjtm has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
craigo has quit [Quit: Leaving]
<sf-slack4> <dan.ravensloft> ```25.5.2. Executing ABC9_OPS pass (helper functions for ABC9). ERROR: Attempted to add new module named '$paramod\FDCE\INIT=1'x_$abc9_byp', but a module by that name already exists```
<sf-slack4> <dan.ravensloft> This is already a much better error message
<litghost> Yay!
<sf-slack4> <dan.ravensloft> https://github.com/YosysHQ/yosys/blob/master/passes/techmap/abc9_ops.cc#L330 is the assert failing
<sf-slack4> <dan.ravensloft> *addModule call failing