futarisIRCcloud has quit [Quit: Connection closed for inactivity]
ayazar1 has joined #symbiflow
mkru has quit [Quit: Leaving]
citypw_ has quit [Ping timeout: 268 seconds]
goku12 has joined #symbiflow
<nickoe>
litghost: does the symbiflow-arch-defs toolchain not include the riscv compiler for the picosoc demo?
<nickoe>
I can't find it at least.
<mithro>
dnltz: Unsure if you are here, but I invited you to be a collaborator so that your pull requests automatically run the Kokoro CI jobs rather than having to be trigger manually by people
<mithro>
nickoe: There was some discussion around this recently IIRC. You might be able to enter the conda env and install the risc-v compiler
<mithro>
nickoe: BTW Conda environments are suppose to be isolated + self contained -- so the env in the symbiflow-examples repository should be separate from the env in the symbiflow-arch-defs
<nickoe>
mm, why? I would have expected both repo to use the same tooling more or less :S
<mithro>
nickoe: symbiflow-examples is /suppose/ to be tested / working versions while symbiflow-arch-defs is more "under current development" type thing
<mithro>
nickoe: We are slowly moving towards supporting other package distribution methods than just conda thanks to the work by umarcor and https://github.com/hdl
<mithro>
nickoe: Never seen an error like that before...
<nickoe>
in case it is not clear, this is the project I am trying to build symbiflow-arch-defs/tests/9-soc/picosoc/firmware
<nickoe>
it says that I need to call objcopy, is that something I need to to before calling hex2progmem?
<nickoe>
I mean hex files are already generated when making the fw
<mithro>
nickoe: I'm afraid I don't really know -- it has been a *long* time since I got to play with this stuff, I mostly just do management things like presentations to get try to people funding these days