<sf-slack2>
<tmichalak> @mithro: sure, it will be good to have everything up to date
<mithro>
tmichalak: I try to do it every now and then, but never frequently enough
<sf-slack2>
<tmichalak> @mithro: that's natural, currently there is much to follow
citypw has joined #symbiflow
citypw has quit [Quit: Leaving]
<duck2>
mithro: i'm just starting today's work. struct in struct is not possible for recursive types- for instance pb_type which can have more pb_types as children
OmniMancer1 has quit [Quit: Leaving.]
citypw has joined #symbiflow
_whitelogger has joined #symbiflow
proteusguy has quit [Ping timeout: 245 seconds]
<sf-slack2>
<tmichalak> @litghost: kokoro looks full or broken. Could you have a look and cancel all pending jobs?
<litghost>
tmichalak2: I see that is looks messed up, but @mithro will need to take a look
<plaes>
heya.. I've been trying to follow the prjxray Quickstart guide but there's something missing between 3rd and 4th step
<plaes>
step3: Install cmake
<plaes>
step4: Build the C++ tools: `make build`
<plaes>
this fails
<plaes>
make: *** No rule to make target 'build'. Stop.
<plaes>
and on another note.. it seems that most of the stuff seems to work with Vivado 2019.1 :)
<sf-slack2>
<tmichalak> plaes: seems you are not calling make build from prjxay directory. Did you change the current working directory to prjxray?
<plaes>
ah... I had ran 'cmake .' which overwrote Makefile :(