*** tpb has joined #symbiflow | 00:00 | |
mithro | HackerFoo: I'm at the RISC-V summit today and tomorrow, I'll try and get another look at it, but I don't know if I will be able to. litghost is currently off sick so you will have to wait on getting his feedback for a bit. | 00:09 |
---|---|---|
HackerFoo | Okay. Thanks. | 00:10 |
*** kgugala has quit IRC | 00:50 | |
*** kgugala has joined #symbiflow | 00:50 | |
*** maartenBE has quit IRC | 01:02 | |
*** umarcor has joined #symbiflow | 01:06 | |
*** Degi has quit IRC | 01:25 | |
*** ZipCPU has quit IRC | 01:26 | |
*** Degi has joined #symbiflow | 01:26 | |
*** maartenBE has joined #symbiflow | 01:33 | |
*** citypw has joined #symbiflow | 01:42 | |
*** ZipCPU has joined #symbiflow | 02:10 | |
umarcor | https://www.jeffgeerling.com/blog/2020/travis-cis-new-pricing-plan-threw-wrench-my-open-source-works | 02:13 |
tpb | Title: Travis CIs new pricing plan threw a wrench in my open source works | Jeff Geerling (at www.jeffgeerling.com) | 02:13 |
*** cr1901_modern has joined #symbiflow | 02:55 | |
cr1901_modern | Hi, I just checked out the HEAD of symbiflow-arch-defs after a long time. What's the difference between the prjxray and prjxray-db repos? The latter used to be a submodule but not anymore | 02:56 |
*** seraxis has quit IRC | 05:31 | |
*** citypw has quit IRC | 05:38 | |
*** citypw has joined #symbiflow | 05:39 | |
*** citypw has quit IRC | 05:50 | |
*** cjearls has joined #symbiflow | 05:50 | |
*** kgugala_ has joined #symbiflow | 05:57 | |
*** kgugala has quit IRC | 05:59 | |
*** cjearls has quit IRC | 06:12 | |
*** cjearls has joined #symbiflow | 06:14 | |
*** kgugala has joined #symbiflow | 06:15 | |
*** kgugala_ has quit IRC | 06:18 | |
*** cjearls has quit IRC | 06:24 | |
*** futarisIRCcloud has joined #symbiflow | 06:42 | |
*** kgugala has quit IRC | 07:20 | |
*** kgugala has joined #symbiflow | 07:20 | |
*** kgugala has quit IRC | 07:41 | |
*** kgugala has joined #symbiflow | 07:41 | |
*** tux3_ has joined #symbiflow | 07:54 | |
*** tux3 has quit IRC | 07:55 | |
*** tux3_ has quit IRC | 07:56 | |
*** tux3_ has joined #symbiflow | 07:56 | |
*** az0re has joined #symbiflow | 08:01 | |
*** cjearls has joined #symbiflow | 08:03 | |
*** az0re has quit IRC | 08:08 | |
*** tux3_ has quit IRC | 08:33 | |
*** tux3 has joined #symbiflow | 08:34 | |
*** tux3 has joined #symbiflow | 08:34 | |
*** az0re has joined #symbiflow | 08:45 | |
*** futarisIRCcloud has quit IRC | 08:52 | |
*** az0re has quit IRC | 11:03 | |
*** frubbl has joined #symbiflow | 12:15 | |
*** frubbl has quit IRC | 12:16 | |
*** hi7 has joined #symbiflow | 13:47 | |
hi7 | hi all, can I post a problem here? | 13:50 |
sf-slack | <acomodi> cr1901_modern: prjxray aims at documenting the series7 format, and provides utilities to access the db. prjxray-db contains the actual db information for the series7 devices | 13:56 |
sf-slack | <acomodi> cr1901_modern: recently, prjxray-db is downloaded as a conda-package (if you see the environment.yml file, you can see that there is a prjxray-db package), and the submodule has been removed. | 13:58 |
sf-slack | <kgugala> hi7: sure - this channel is to discuss the problems :) | 14:01 |
hi7 | Nice! I've gone through the "Getting Started" steps and for "Load bitstream" I entered: 'make blink_tinyfpga-bx_prog' and got an error that a Makefile tries to execute the 'top.bin' file... | 14:06 |
*** lambda has quit IRC | 15:05 | |
*** lambda has joined #symbiflow | 15:07 | |
*** hi7 has quit IRC | 16:22 | |
*** epony has quit IRC | 17:09 | |
*** maartenBE has quit IRC | 17:36 | |
*** maartenBE has joined #symbiflow | 17:39 | |
*** hi7 has joined #symbiflow | 17:45 | |
*** hi7 has quit IRC | 17:50 | |
cr1901_modern | Is there a way to only enable ice40 arch in symbiflow-arch-defs while building? I intend to do development and thus go without the conda environment | 18:00 |
cr1901_modern | Actually, hold that thought. This isn't gonna work at all. I'll dev on the machine with the conda env already installed and do overrides in the cmake | 18:03 |
sf-slack | <nelson> Question on the python-fpga-interchange repo: how up to date with the most recent RapidWright interchange format is it? Would like to point a student at it to use and add to as a part of a project. Just want to understand its status and anything else he ought to know before I start him on it. Thanks! | 18:33 |
litghost | The logical/physical netlist stuff is reasonable up to date | 18:35 |
litghost | The device resources stuff has had more churn, but I've been adding some Java code to handle lookups | 18:35 |
litghost | Example: https://github.com/Xilinx/RapidWright/blob/interchange/src/com/xilinx/rapidwright/interchange/ConstantDefinitions.java and https://github.com/Xilinx/RapidWright/blob/interchange/src/com/xilinx/rapidwright/interchange/CellBelMapping.java | 18:36 |
litghost | https://github.com/Xilinx/RapidWright/blob/38e7dad247847ab422ac74cb1b6001bd12586980/src/com/xilinx/rapidwright/interchange/CellBelMapping.java#L59 | 18:36 |
litghost | https://github.com/Xilinx/RapidWright/blob/38e7dad247847ab422ac74cb1b6001bd12586980/src/com/xilinx/rapidwright/interchange/ConstantDefinitions.java#L44. | 18:36 |
*** epony has joined #symbiflow | 18:44 | |
*** az0re has joined #symbiflow | 19:05 | |
litghost | hi7: The ice40 portion of arch-defs is not actively developed, and we recommend using the significantly better tested toolchain in yosys+nextpnr for ice40 parts | 19:09 |
*** Utkarsh has joined #symbiflow | 19:16 | |
*** Utkarsh has quit IRC | 19:19 | |
*** az0re has quit IRC | 19:29 | |
*** goku12 has joined #symbiflow | 19:34 | |
*** az0re has joined #symbiflow | 19:45 | |
*** cjearls has quit IRC | 20:29 | |
*** goku12 has quit IRC | 20:49 | |
*** goku12 has joined #symbiflow | 21:02 | |
*** goku12 has quit IRC | 21:32 | |
*** goku12 has joined #symbiflow | 23:42 | |
*** kgugala has quit IRC | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!