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
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
<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