*** tpb has joined #symbiflow | 00:00 | |
*** gsmecher has quit IRC | 00:02 | |
*** shuffle2 has joined #symbiflow | 00:16 | |
*** citypw has joined #symbiflow | 00:20 | |
shuffle2 | i'm currently using lattice diamond and want to compare it with the foss flow. it seems like symbiflow is a container project encapsulating the required other projects (yosys+nextpnr+prjtrellis + others?) | 00:30 |
---|---|---|
shuffle2 | however i can't really find any details about how to "replace diamond with foss"..it's more like "here's a bunch of spaghetti, string it together yourself", am i missing something | 00:31 |
*** Bertl is now known as Bertl_zZ | 02:02 | |
*** citypw has quit IRC | 02:28 | |
*** citypw has joined #symbiflow | 02:38 | |
*** Degi has quit IRC | 03:54 | |
*** Degi has joined #symbiflow | 03:56 | |
*** craigo_ has joined #symbiflow | 04:16 | |
*** craigo has quit IRC | 04:18 | |
Xark | shuffle2: You might find something like this helpful: https://github.com/esden/summon-fpga-tools | 04:22 |
tpb | Title: GitHub - esden/summon-fpga-tools: A simple script to build open-source FPGA tools. (at github.com) | 04:22 |
-_whitenotifier-9- [prjtrellis] xobs opened issue #138: Missing pins on LFE5UM5G-45F-8BG381C - https://git.io/JfY5t | 04:36 | |
shuffle2 | thx, i used xobs' repo as i'm on windows (would be great to have something like this autogenerated): https://github.com/xobs/ecp5-toolchain/releases | 04:41 |
tpb | Title: Releases · xobs/ecp5-toolchain · GitHub (at github.com) | 04:41 |
xobs | someone took the idea and has started putting something together: https://github.com/open-tool-forge/fpga-toolchain but it's far from complete. | 04:42 |
tpb | Title: GitHub - open-tool-forge/fpga-toolchain: Multi-platform nightly builds of open source FPGA tools (at github.com) | 04:42 |
shuffle2 | ah nice | 04:44 |
shuffle2 | soon it will be full circle :p https://twitter.com/oe1cxw/status/929450962548285440 | 05:03 |
xobs | I'm more amazed they got a response from Xilinx on Twitter. | 05:05 |
shuffle2 | haha hadn't noticed that | 05:07 |
mithro | shuffle2: SymbiFlow doesn't attempt to provide an IDE or build system at the moment | 06:19 |
shuffle2 | it's a bit confusing because the symbiflow website has this quite nice "get started" button...which doesn't really help you to get started *using* the tools imo ;p (developing them, maybe) | 06:24 |
mithro | sf-slack: rwinkler is working on that --> https://storage.googleapis.com/symbiflow-scratch/index.html | 06:26 |
tpb | Title: SymbiFlow - the GCC of FPGAs (at storage.googleapis.com) | 06:26 |
mithro | shuffle2: https://storage.googleapis.com/symbiflow-scratch/getting-started.html | 06:27 |
tpb | Title: SymbiFlow - Getting Started (at storage.googleapis.com) | 06:27 |
mithro | shuffle2: Only so many hours in the day however... | 06:28 |
shuffle2 | nice :) | 06:33 |
*** az0re has quit IRC | 06:36 | |
sf-slack | <timo.callahan> @kgugala, with the picosoc_demo, is it supposed to do anything when actually loaded on the basys 3 board? Or no, since we haven't loaded any software to run on the gateware? I see the 16 LEDs cycling, and when I connect to it using lxterm, it spews out jibberish it seems. And when I send characters _to_ the board via lxterm, the LED cycling stops momentarily. Am I doing something wrong? | 06:58 |
sf-slack | <acomodi> IIRC it needs the correct baud rate set | 07:07 |
sf-slack | <acomodi> I think it should work fine with the following: `picocom --baud 460800 /dev/ttyUSBX` | 07:09 |
*** OmniMancer1 has joined #symbiflow | 07:13 | |
*** OmniMancer has quit IRC | 07:15 | |
*** wavedrom has quit IRC | 07:16 | |
shuffle2 | if nextpnr failed to meet timing, prints "ERROR: failed to route...", then appears to hang...is it doing $stuff, or actually hanging | 07:40 |
shuffle2 | it's just sitting there consuming 1 hw thread | 07:40 |
*** az0re has joined #symbiflow | 07:45 | |
-_whitenotifier-9- [symbiflow-arch-defs] rakeshm75 opened issue #1458: Branch : Quicklogic : Issue in the top_bit.v with respect to RAMFIFO port maps - https://git.io/JfYxg | 08:45 | |
*** lkcl has quit IRC | 08:48 | |
-_whitenotifier-9- [symbiflow-arch-defs] rakeshm75 opened issue #1459: Branch : Quicklogic : Issue in the top_bit.v with respect to Multiplier port mapping - https://git.io/JfYx5 | 08:54 | |
*** synaption[m] has quit IRC | 08:56 | |
*** promach3 has quit IRC | 08:56 | |
*** abeljj[m] has quit IRC | 08:56 | |
*** hzeller[m] has quit IRC | 08:56 | |
*** madushan1000[m] has quit IRC | 08:56 | |
*** xobs has quit IRC | 08:56 | |
*** promach3 has joined #symbiflow | 09:10 | |
*** citypw has quit IRC | 09:20 | |
*** craigo_ has quit IRC | 09:24 | |
*** abeljj[m] has joined #symbiflow | 09:43 | |
*** synaption[m] has joined #symbiflow | 09:43 | |
*** madushan1000[m] has joined #symbiflow | 09:43 | |
*** xobs has joined #symbiflow | 09:43 | |
*** hzeller[m] has joined #symbiflow | 09:44 | |
*** lkcl has joined #symbiflow | 10:06 | |
*** Bertl_zZ is now known as Bertl | 11:00 | |
*** anuejn_ is now known as anuejn | 11:26 | |
*** citypw has joined #symbiflow | 11:40 | |
*** adjtm has quit IRC | 14:55 | |
*** adjtm has joined #symbiflow | 14:55 | |
*** citypw has quit IRC | 14:59 | |
*** Bertl is now known as Bertl_oO | 15:10 | |
*** gsmecher has joined #symbiflow | 15:28 | |
sf-slack | <timo.callahan> @acomodi -- thanks! I tried using "--speed 460800" with lxterm, and it helped a bit -- I saw the "Press ENTER to continue..." lines...but pressing enter didn't do anything. Trying different speeds didn't help. So I looked for picocom in the picorv32 github with no luck...until I finally just checked if I could find "picocom" as an installable Ubuntu package...and there it was! So "picocom" is not related | 15:52 |
sf-slack | to "picoSoc" ? Anyway it now WORKS using picocom. After pressing enter, I see option [9] "Run simplistic benchmark". | 15:52 |
sf-slack | <acomodi> @timo.callahan Great! Yeah picocom and picosoc are actually unrelated | 15:55 |
*** wavedrom has joined #symbiflow | 15:57 | |
*** OmniMancer1 has quit IRC | 16:22 | |
mithro | We should look at adding an `.editorconfig` to the SymbiFlow repositories | 16:45 |
-_whitenotifier-9- [ideas] mithro opened issue #50: Add an .editorconfig file to all SymbiFlow repositories - https://git.io/JfOGn | 16:49 | |
mithro | A relatively simple task if someone wants to take it up -> https://github.com/SymbiFlow/ideas/issues/50 | 16:52 |
tpb | Title: Add an .editorconfig file to all SymbiFlow repositories · Issue #50 · SymbiFlow/ideas · GitHub (at github.com) | 16:52 |
hackerfoo | mithro: Is this widely used? I haven't heard of EditorConfig before: https://editorconfig.org | 16:56 |
tpb | Title: EditorConfig (at editorconfig.org) | 16:56 |
hackerfoo | Adding styles for Emacs and Vim would be useful. | 16:58 |
-_whitenotifier-9- [ideas] mithro opened issue #51: Create a "common configuration" git repository which is auto-merged into SymbiFlow projects - https://git.io/JfOG7 | 16:58 | |
mithro | https://github.com/SymbiFlow/ideas/issues/51 | 17:00 |
tpb | Title: Create a "common configuration" git repository which is auto-merged into SymbiFlow projects · Issue #51 · SymbiFlow/ideas · GitHub (at github.com) | 17:00 |
mithro | hackerfoo: Hadn't heard of it until I saw it being used in yosys's repo | 17:00 |
mithro | Yosys isn't known for using the latest and greatest stuff -- So I think that is potentially a good sign that it's been around a while? | 17:01 |
hackerfoo | I'll see if I can run `c-guess` in Emacs use that to generate an .editorconfig | 17:05 |
*** adjtm has quit IRC | 17:13 | |
*** adjtm has joined #symbiflow | 17:14 | |
hackerfoo | It doesn't look like there's an easy way to do this. This can infer an .editorconfig, but it could be Javascript only: https://github.com/jedmao/eclint | 17:14 |
tpb | Title: GitHub - jedmao/eclint: Validate or fix code that doesnt adhere to EditorConfig settings or infer settings from existing code. (at github.com) | 17:14 |
*** adjtm has quit IRC | 17:22 | |
*** adjtm has joined #symbiflow | 17:22 | |
*** rvalles has quit IRC | 19:14 | |
*** rvalles has joined #symbiflow | 19:15 | |
*** craigo_ has joined #symbiflow | 19:22 | |
*** lambda has quit IRC | 19:47 | |
*** lambda has joined #symbiflow | 20:05 | |
*** shuffle2 has quit IRC | 20:53 | |
*** lethalbit has quit IRC | 20:53 | |
*** Finde has quit IRC | 20:53 | |
*** Xark has quit IRC | 20:53 | |
*** lethalbit has joined #symbiflow | 20:53 | |
*** shuffle2 has joined #symbiflow | 20:53 | |
*** Xark has joined #symbiflow | 20:53 | |
*** Finde has joined #symbiflow | 20:54 | |
*** Xark has quit IRC | 20:54 | |
*** Xark has joined #symbiflow | 20:54 | |
-_whitenotifier-9- [symbiflow-website] rw1nkler opened issue #42: Add links to the points in the "Why SymbiFlow?" section - https://git.io/JfOBa | 20:55 | |
-_whitenotifier-9- [symbiflow-website] rw1nkler opened issue #43: Rearrange the sections order on the main page - https://git.io/JfOBj | 21:03 | |
*** OmniMancer has joined #symbiflow | 21:15 | |
-_whitenotifier-9- [symbiflow-website] rw1nkler opened issue #44: Rearrange the order of sections on the "Contribute now" subpage - https://git.io/JfO0I | 21:21 | |
*** ssb has quit IRC | 21:38 | |
*** ssb has joined #symbiflow | 21:45 | |
sf-slack | <timo.callahan> @kgugala (and anyone) -- I have LiteX gateware built by Symbiflow, and although I can get a Litex> prompt, it shows that it failed all memory tests. This is for the Arty A7 35T board, using the example here: https://github.com/antmicro/symbiflow-examples/tree/master/linux_litex_demo ```best: m0, b0 delays: - m1, b0: |00000000000000000000000000000000| delays: - m1, b1: |00000000000000000000000000000000| delays: - | 23:30 |
sf-slack | m1, b2: |00000000000000000000000000000000| delays: - m1, b3: |00000000000000000000000000000000| delays: - m1, b4: |00000000000000000000000000000000| delays: - m1, b5: |00000000000000000000000000000000| delays: - m1, b6: |00000000000000000000000000000000| delays: - m1, b7: |00000000000000000000000000000000| delays: - best: m1, b0 delays: - SDRAM now under hardware control Memtest bus failed: 256/256 errors Memtest data failed: | 23:30 |
tpb | Title: symbiflow-examples/linux_litex_demo at master · antmicro/symbiflow-examples · GitHub (at github.com) | 23:30 |
sf-slack | 524288/524288 errors Memtest addr failed: 8191/8192 errors Memory initialization failed``` | 23:30 |
*** zkms is now known as smkz | 23:31 | |
sf-slack | <timo.callahan> Is this expected, or do I likely have some misconfiguration? | 23:31 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!