*** tpb has joined #symbiflow | 00:00 | |
*** craigo has quit IRC | 00:22 | |
*** FFY00 has quit IRC | 00:47 | |
*** FFY00 has joined #symbiflow | 00:48 | |
*** epony has quit IRC | 01:17 | |
sf-slack | <jason1234309> My name is Jason Prescott and I am working with Professor Nelson at BYU. I am currently working to add examples to the symbiflow examples repo and I was wondering if there is someone working on the symbiflow examples who could help me to understand how the .sdc files work with the examples. | 01:28 |
---|---|---|
*** craigo has joined #symbiflow | 01:30 | |
HackerFoo | jason1234309: Have you seen this? https://symbiflow.readthedocs.io/en/latest/vtr-verilog-to-routing/doc/src/vpr/sdc_commands.html | 01:42 |
tpb | Title: SDC Commands SymbiFlow (at symbiflow.readthedocs.io) | 01:42 |
sf-slack | <jason1234309> thank you I think that is what I needed | 01:44 |
HackerFoo | Has anyone seen this error from Yosys before? | 01:44 |
HackerFoo | ERROR: Assert `(unsigned)*c > (unsigned)' '' failed in ./kernel/rtlil.h:168. | 01:44 |
HackerFoo | It seems like there is a space (or a character <= 0x20) in a string somewhere, and Yosys doesn't like it. But I don't know where it would come from. | 01:47 |
HackerFoo | https://hydra.vtr.tools/build/7882/nixlog/1/tail | 01:47 |
tpb | Title: Hydra - Log of step 1 of build 7882 of job dusty:fpga-tool-perf: (at hydra.vtr.tools) | 01:47 |
*** andrewb1999 has joined #symbiflow | 01:48 | |
*** andrewb1999 has quit IRC | 01:53 | |
*** epony has joined #symbiflow | 01:55 | |
*** az0re has quit IRC | 02:10 | |
*** epony has quit IRC | 02:16 | |
*** epony has joined #symbiflow | 02:17 | |
*** citypw has joined #symbiflow | 02:27 | |
*** craigo has quit IRC | 02:41 | |
sf-slack | <timo.callahan> Hi @jason1234309, I'm your guy, at least in US timezones. | 03:27 |
sf-slack | <timo.callahan> Ah @hackerfoo has the info for you already, thanks! | 03:31 |
*** az0re has joined #symbiflow | 03:55 | |
*** Degi has quit IRC | 03:58 | |
*** Degi has joined #symbiflow | 03:59 | |
*** Vonter has joined #symbiflow | 04:11 | |
*** citypw has quit IRC | 04:24 | |
*** citypw has joined #symbiflow | 04:25 | |
*** Vonter has quit IRC | 05:13 | |
HackerFoo | Has anyone gotten Ibex working for 200T? If so, which Yosys revision? | 06:07 |
*** Vonter has joined #symbiflow | 06:27 | |
*** enriq has joined #symbiflow | 06:36 | |
*** OmniMancer has joined #symbiflow | 06:46 | |
*** xtro has quit IRC | 06:47 | |
*** kraiskil has joined #symbiflow | 07:32 | |
*** ssb has quit IRC | 07:36 | |
*** kraiskil has quit IRC | 07:43 | |
*** kraiskil has joined #symbiflow | 07:50 | |
*** ssb has joined #symbiflow | 07:58 | |
*** enriq has quit IRC | 08:07 | |
*** kgugala_ has joined #symbiflow | 08:15 | |
*** kgugala has quit IRC | 08:17 | |
*** ssb has quit IRC | 08:20 | |
*** ssb has joined #symbiflow | 08:37 | |
*** enriq has joined #symbiflow | 08:52 | |
*** ssb has quit IRC | 09:00 | |
*** nurelin has left #symbiflow | 09:00 | |
*** nurelin has quit IRC | 09:00 | |
*** ssb has joined #symbiflow | 09:00 | |
*** mats has quit IRC | 10:16 | |
*** mats has joined #symbiflow | 10:17 | |
*** tannewt has quit IRC | 10:48 | |
*** y2kbugger has quit IRC | 10:48 | |
*** ovf has quit IRC | 10:49 | |
*** perillamint has quit IRC | 10:51 | |
*** elms has quit IRC | 10:51 | |
*** perillamint has joined #symbiflow | 11:00 | |
*** y2kbugger has joined #symbiflow | 11:00 | |
*** elms has joined #symbiflow | 11:01 | |
*** tannewt has joined #symbiflow | 11:01 | |
*** ovf has joined #symbiflow | 11:02 | |
*** hzeller_ has joined #symbiflow | 11:32 | |
*** hzeller has quit IRC | 11:33 | |
*** kraiskil has quit IRC | 11:46 | |
sf-slack | <rwinkler> HackerFoo: The Ibex example on A200T is available in the symbiflow arch-defs xc7 tests: https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/xc/xc7/tests/soc/ibex/CMakeLists.txt#L46 Today I will publish the PR which uses SystemVerilog sources -> sv2v -> SymbiFlow for generating the bitstream. The design works with the latest conda package used by symbiflow-arch-defs: | 12:22 |
sf-slack | https://github.com/SymbiFlow/symbiflow-arch-defs/blob/master/environment.yml#L6 (Yosys 0.9+2406 (git sha1 d8b2d1a2)) | 12:23 |
tpb | Title: symbiflow-arch-defs/CMakeLists.txt at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 12:23 |
tpb | Title: symbiflow-arch-defs/environment.yml at master · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 12:23 |
*** kraiskil has joined #symbiflow | 12:50 | |
*** alexhw has quit IRC | 12:58 | |
*** alexhw has joined #symbiflow | 13:02 | |
*** kraiskil has quit IRC | 13:04 | |
*** kgugala_ has quit IRC | 13:32 | |
*** kgugala has joined #symbiflow | 13:33 | |
HackerFoo | @rwinkler Thanks. I'm using the same version of Yosys, but a later version of symbiflow-yosys-plugins, so maybe that's it. | 13:41 |
sf-slack | <rwinkler> HackerFoo: Here is the updated Ibex example which uses sv2v https://github.com/SymbiFlow/symbiflow-arch-defs/pull/1648 Maybe It will be useful for you | 13:44 |
tpb | Title: Add sv2v conversion to SymbiFlow build system by rw1nkler · Pull Request #1648 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com) | 13:44 |
HackerFoo | @rwinkler Thanks | 13:44 |
*** andrewb1999 has joined #symbiflow | 14:01 | |
*** enriq has quit IRC | 14:20 | |
-_whitenotifier-3- [yosys-symbiflow-plugins] kamilrakoczy opened issue #28: Add support for setting default DRIVE value in XDC plugin - https://git.io/JUUKv | 14:28 | |
*** enriq has joined #symbiflow | 14:47 | |
*** OmniMancer has quit IRC | 15:18 | |
*** OmniMancer has joined #symbiflow | 15:41 | |
*** nik79 has joined #symbiflow | 15:42 | |
*** OmniMancer has quit IRC | 15:46 | |
*** nik79 has quit IRC | 16:08 | |
*** lambda has quit IRC | 16:35 | |
*** citypw has quit IRC | 16:40 | |
*** kgugala_ has joined #symbiflow | 16:40 | |
*** lambda has joined #symbiflow | 16:40 | |
*** kgugala has quit IRC | 16:43 | |
*** kraiskil has joined #symbiflow | 17:02 | |
*** xtro has joined #symbiflow | 17:12 | |
*** az0re has quit IRC | 18:12 | |
*** hzeller_ has quit IRC | 18:12 | |
*** nik36 has joined #symbiflow | 18:22 | |
*** nik36 has quit IRC | 18:22 | |
*** jnkls has joined #symbiflow | 18:43 | |
*** kraiskil has quit IRC | 18:43 | |
mithro | @litghost - Does this make sense -> https://docs.google.com/drawings/d/1qcsCVXU1KjqwAIjr-cMi9tYcbuNa2wFZV448H5HGsMA/edit | 18:54 |
tpb | Title: Where in SymbiFlow to add that test and/or example? - Google Drawings (at docs.google.com) | 18:54 |
mithro | https://docs.google.com/spreadsheets/d/1G-E2Dq8YG4g9Z6mTygpumwlI_vNlFUQinc9gMgePfec/edit#gid=0 <- XDC / SDC support tracking | 18:54 |
tpb | Title: XDC commands supported by SymbiFlow Yosys Plugins - Google Sheets (at docs.google.com) | 18:54 |
*** lambda has quit IRC | 19:13 | |
*** jnkls has quit IRC | 19:13 | |
*** hzeller_ has joined #symbiflow | 19:40 | |
*** lambda has joined #symbiflow | 19:40 | |
*** az0re has joined #symbiflow | 19:41 | |
*** kgugala has joined #symbiflow | 19:55 | |
*** kgugala_ has quit IRC | 19:59 | |
* shapr hugs mithro for being awesome | 20:00 | |
shapr | good thing IRC is socially distant | 20:00 |
mithro | shapr: Oh? What I do this time... | 20:17 |
*** ssb has quit IRC | 20:31 | |
*** lambda has quit IRC | 20:41 | |
*** ssb has joined #symbiflow | 20:43 | |
*** ssb has quit IRC | 20:53 | |
*** lambda has joined #symbiflow | 20:58 | |
*** ssb has joined #symbiflow | 21:20 | |
*** enriq has quit IRC | 21:48 | |
*** kgugala has quit IRC | 21:58 | |
*** Vonter has quit IRC | 22:15 | |
*** Vonter has joined #symbiflow | 22:17 | |
*** ssb has quit IRC | 22:41 | |
*** titanbiscuit has quit IRC | 23:26 | |
*** titanbiscuit has joined #symbiflow | 23:29 | |
*** ssb has joined #symbiflow | 23:43 | |
*** ssb has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!