*** tpb <[email protected]> has joined #symbiflow | 01:35 | |
mithro | Testing.... | 01:39 |
---|---|---|
cr1901_modern | Making a bridge? | 01:42 |
mithro | Testing | 01:43 |
sf-slack | <ept> @mithro Thank you very much! | 01:45 |
mithro | Testing | 01:50 |
*** tpb <[email protected]> has joined #symbiflow | 01:53 | |
mithro | relay join | 02:22 |
mithro | ~relay join | 02:22 |
tpb | mithro: The operation succeeded. | 02:22 |
mithro | @relay join | 02:23 |
mithro | ~help | 02:23 |
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has joined #symbiflow | 02:24 | |
*** tpb <[email protected]> has joined #symbiflow | 02:36 | |
tpb | tpb has joined on libera | 02:37 |
tpb | <tansell> I probably don't know when to quit.... | 02:37 |
tpb | <tansell> The Relay plugin doesn't like me apparently :-( | 02:39 |
mithro | Or maybe it does now? | 02:39 |
tpb | tansell has quit libera (Quit: Leaving) | 02:42 |
tpb | rvalles has quit libera (Read error: Connection reset by peer) | 02:52 |
tpb | rvalles has joined on libera | 02:53 |
cr1901_modern | Plugin seems to be working now? | 03:04 |
tpb | <cr1901> At least, seems to be | 03:06 |
*** cr1901_modern <cr1901_modern!~William@2601:8d:8600:911:74d7:9c11:848:d8f9> has left #symbiflow | 03:06 | |
*** maartenBE <[email protected]> has quit IRC (Ping timeout: 265 seconds) | 04:47 | |
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has quit IRC (Ping timeout: 240 seconds) | 04:51 | |
*** proteusguy <[email protected]> has quit IRC (Ping timeout: 265 seconds) | 05:15 | |
*** proteusguy <[email protected]> has joined #symbiflow | 05:27 | |
*** gatecat <gatecat!sid281702@gateway/web/irccloud.com/x-ykmatmbhtttewclv> has quit IRC () | 05:34 | |
tpb | <emilazy> is this channel, uh, registered yet? :) | 06:52 |
tpb | <lambda> /cs info says no :) | 07:07 |
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has joined #symbiflow | 07:13 | |
tpb | adjtm has quit libera (Ping timeout: 244 seconds) | 07:20 |
tpb | TMM_ has quit libera (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 08:59 |
tpb | TMM_ has joined on libera | 08:59 |
tpb | jophish has quit libera (Ping timeout: 244 seconds) | 09:21 |
tpb | emilazy has quit libera (Ping timeout: 244 seconds) | 09:21 |
tpb | rektide has quit libera (*.net *.split) | 10:01 |
tpb | Guest6527 has quit libera (*.net *.split) | 10:01 |
tpb | tcal has quit libera (*.net *.split) | 10:01 |
tpb | tnt has quit libera (*.net *.split) | 10:01 |
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has quit IRC (Ping timeout: 240 seconds) | 10:07 | |
tpb | rektide has joined on libera | 10:11 |
tpb | tnt has joined on libera | 10:11 |
tpb | Guest6527 has joined on libera | 10:11 |
tpb | tcal has joined on libera | 10:11 |
tpb | tucanae47 has joined on libera | 10:57 |
*** tucanae47 <tucanae47!sid429270@gateway/web/irccloud.com/x-sdlbddifwndqxiku> has left #symbiflow | 10:58 | |
sf-slack | <hadirkhan10> Hello guys, I am building an SoC generated from Chisel. I am using MMCM through clocking wizard in Vivado to create a clock of 8MHz. I want to build the buildstream through Symbiflow but the clocking wizard utilizes a module MMCME2_ADV which is Xilinx's closed IP. Any other way to use the PLL for my design and map it to the Arty A7 board? | 11:08 |
sf-slack | <kgugala> hi @hadirkhan10 MMCME2_ADV is not a closed IP. It is a primitive available i 7 series FPGAs. It is supported in Symbiflow - you can simply instantiate it in your design | 11:11 |
tpb | jophish has joined on libera | 11:36 |
tpb | tcal has quit libera (Quit: Connection closed for inactivity) | 11:38 |
*** FFY00_ <FFY00_!~FFY00@archlinux/trusteduser/ffy00> has quit IRC (Remote host closed the connection) | 12:02 | |
*** FFY00_ <FFY00_!~FFY00@archlinux/trusteduser/ffy00> has joined #symbiflow | 12:02 | |
sf-slack | <hadirkhan10> @kgugala I got an error. Something like `module definition for MMCME2_ADV not found` I will share the error when I'll re-run it | 12:02 |
sf-slack | <kgugala> you can always try replacing MMCME2_ADV with PLLE2_ADV | 12:08 |
sf-slack | <hadirkhan10> Oh.. let me see | 12:14 |
sf-slack | <hadirkhan10> @kgugala to be precise I used the clocking wizard to generate a clock using MMCM option. It created two files. 1) just a wrapper 2) filename: clk_wiz_0_clk_wiz.v instantiates the MMCME2_ADV When replacing the MMCME2_ADV module in the file PLLE2_ADV I am getting the following error: ERROR: Module `PLLE2_ADV' referenced in module `clk_wiz_0_clk_wiz' in cell `mmcm_adv_inst' does not have a port named 'CLKFBSTOPPED'. | 12:30 |
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has joined #symbiflow | 13:13 | |
sf-slack | <kgugala> PLLE does not have this port | 13:19 |
sf-slack | <kgugala> If you really want to use clk wizzard I believe you can tell it to use PLLE instead of MMCM | 13:20 |
sf-slack | <kgugala> I'd suggest instantiating those by hand | 13:20 |
sf-slack | <kgugala> those are not complicated and it's way easier to maitain the project if you do it mnually | 13:20 |
sf-slack | <kgugala> see https://www.xilinx.com/support/documentation/user_guides/ug472_7Series_Clocking.pdf (page 70) | 13:21 |
tpb | <https://x0.no/4uwoj> (at www.xilinx.com) | 13:21 |
sf-slack | <kgugala> you can find there PLLE ports description (+ some info how this primitive works) | 13:22 |
tpb | jophish has quit libera (Quit: node-irc says goodbye) | 13:24 |
tpb | emilazy has joined on libera | 13:26 |
tpb | jophish has joined on libera | 13:31 |
*** gsmecher <[email protected]> has joined #symbiflow | 13:45 | |
sf-slack | <hadirkhan10> @kgugala thanks, let me look into it :) | 13:50 |
tpb | TMM_ has quit libera (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 14:35 |
tpb | TMM_ has joined on libera | 14:36 |
*** citypw <citypw!~citypw@gateway/tor-sasl/citypw> has quit IRC (Ping timeout: 240 seconds) | 15:39 | |
*** bjorkintosh <bjorkintosh!~bjork@2600:1702:6a0:af0:60cd:89ed:19ee:591c> has joined #symbiflow | 16:20 | |
*** bjorkintosh <bjorkintosh!~bjork@2600:1702:6a0:af0:60cd:89ed:19ee:591c> has quit IRC (Remote host closed the connection) | 16:20 | |
*** bjorkintosh <bjorkintosh!~bjork@2600:1702:6a0:af0:b7b8:4f6:4782:9179> has joined #symbiflow | 16:25 | |
sf-slack | <vastarparaakshar> We are stuck at post-timing implementation simluation | 16:31 |
sf-slack | <vastarparaakshar> We almost got everything right, but we are having problem with primitives.v for tb.do | 16:31 |
sf-slack | <vastarparaakshar> so for primitives.v we need to manually find out blocks and add it on the file or we just need to attach some generated files already? | 16:32 |
*** bjorkintosh <bjorkintosh!~bjork@2600:1702:6a0:af0:b7b8:4f6:4782:9179> has quit IRC (Ping timeout: 260 seconds) | 16:34 | |
*** FFY00_ <FFY00_!~FFY00@archlinux/trusteduser/ffy00> has quit IRC (Read error: Connection reset by peer) | 16:50 | |
*** FFY00_ <FFY00_!~FFY00@archlinux/trusteduser/ffy00> has joined #symbiflow | 16:50 | |
*** mangelis_ <[email protected]> has joined #symbiflow | 17:26 | |
*** mangelis <[email protected]> has quit IRC (*.net *.split) | 17:31 | |
*** kraiskil <[email protected]> has joined #symbiflow | 19:28 | |
*** FFY00_ <FFY00_!~FFY00@archlinux/trusteduser/ffy00> has quit IRC (Read error: Connection reset by peer) | 19:43 | |
*** FFY00_ <FFY00_!~FFY00@archlinux/trusteduser/ffy00> has joined #symbiflow | 19:44 | |
*** kraiskil <[email protected]> has quit IRC (Ping timeout: 260 seconds) | 19:56 | |
tpb | <cr1901> mithro: Did you put in a registration to Libera yet for this project? | 20:54 |
tpb | <cr1901> Asking b/c, well, no one has ops and the channel isn't registered yet | 20:54 |
tpb | <emilazy> starting to think it may be best to ping mithro over a non-IRC communications medium :p | 21:14 |
tpb | <mithro> I have sent the email | 21:14 |
tpb | <cr1901> emilazy: Nah, mithro's historically good w/ getting back to me. These are exceptional times | 21:17 |
-_whitenotifier-2- [symbiflow-examples] WhiteNinjaZ opened issue #151: Do incorrectly writen XDC files generate errors from the toolchain? - https://git.io/JGKg7 | 21:31 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!