<tpb>
Title: Bunch of small cmake fixes by mithro · Pull Request #683 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
<kgugala>
@acomodi do you use the latest code?
<sf-slack2>
<acomodi> @kgugala Oh right, didn't see that one, I was running on a local branch that was not in line with master. Thanks
proteusguy has quit [Ping timeout: 245 seconds]
space_zealot has quit [Ping timeout: 255 seconds]
celadon has quit [Quit: ZNC 1.7.2+deb2 - https://znc.in]
celadon has joined #symbiflow
Bertl is now known as Bertl_oO
jevinskie has joined #symbiflow
space_zealot has joined #symbiflow
<litghost>
acomodi: When https://github.com/SymbiFlow/symbiflow-arch-defs/pull/653 is ready for another review, please re-request reviews using either the "Re-request review" link at the bottom of the page or the little "recycle" icon at the top near the reviewer names
<tpb>
Title: VPR fails a assertion in find_most_common_block_type when only using `.subckt` · Issue #556 · verilog-to-routing/vtr-verilog-to-routing · GitHub (at github.com)
space_zealot has joined #symbiflow
_whitelogger_ has joined #symbiflow
rvalles has quit [Ping timeout: 248 seconds]
_whitelogger has quit [Ping timeout: 248 seconds]
alexhw has quit [Ping timeout: 248 seconds]
rvalles_ has joined #symbiflow
<mithro>
Work around seems to be to add `--target_ext_pin_util 1.0,1.0`
space_zealot has quit [Remote host closed the connection]
space_zealot has joined #symbiflow
rvalles_ is now known as rvalles
space_zealot has quit [Ping timeout: 245 seconds]
Miyu has quit [Ping timeout: 250 seconds]
space_zealot has joined #symbiflow
Bertl_oO is now known as Bertl_zZ
<mithro>
litghost: How do I use "append_file_dependency"? Do I need to use a list first and then but the list under DEPENDS?
<litghost>
mithro: It is well documented, and is used extensively in the code base
tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
<mithro>
litghost: We don't have a `add_file_target(FILE "xxx.py" SCANNER_TYPE python)` right?
<litghost>
mithro: We do not
<litghost>
mithro: I've thought about it
<mithro>
Should we?
<litghost>
mithro: Frankly, if we go that route, we probably should've just stuck with bazel
<litghost>
mithro: I assume you ran into a case where a target didn't rebuild because of a library?
<mithro>
litghost: No, more I just noticed it was missing when fixing stuff for your comments...
<litghost>
mithro: The primary reason we don't have a python scanner is we don't really build any python files
<litghost>
mithro: Unlike verilog and xml's
<litghost>
mithro: So the dependency tracking is significantly weaker