Wednesday, 2021-04-28

*** tpb has joined #symbiflow00:00
*** gsmecher has quit IRC00:22
*** Degi_ has joined #symbiflow00:24
*** Degi has quit IRC00:27
*** Degi_ is now known as Degi00:27
umarcor|2mithro, CarlosEDP, if you mean the ghdl-yosys-plugin, there are two different approaches.00:38
umarcor|2on windows (MSYS2) the plugin is built into yosys, because yosys does not support dynamically loading modules on windows (yet)00:38
umarcor|2on linux (containers) the plugin is built as a shared library (module) and shipped "independently".00:39
umarcor|2however, the plugin does always depend on a working GHDL installation. no matter if it's built-in or a module.00:39
umarcor|2that's because the plugin using libghdl, which uses the standard and IEEE libraries in the GHDL installation.00:40
umarcor|2so, the plugin does not use the GHDL binary, but it uses almost all the rest of the content of an installation.00:40
umarcor|2that's why GHDL is a dependency of Yosys on MSYS200:40
*** acomodi has joined #symbiflow00:45
*** rj has quit IRC01:11
*** rj has joined #symbiflow01:11
*** rj has quit IRC01:23
*** cjearls has joined #symbiflow01:26
*** citypw has joined #symbiflow02:13
*** acomodi has quit IRC02:54
*** citypw has quit IRC04:02
*** citypw has joined #symbiflow04:02
*** citypw has quit IRC04:08
*** kmehall_ has quit IRC04:20
*** kmehall has joined #symbiflow04:20
*** cjearls has quit IRC04:26
*** bjorkintosh has quit IRC06:09
*** sf-slack has joined #symbiflow06:40
sf-slack<kgugala> test test ...06:42
sf-slack<kgugala> @mithro the bridge is back06:42
*** citypw has joined #symbiflow07:20
*** bjorkintosh has joined #symbiflow07:30
*** bjorkintosh has quit IRC08:18
*** bjorkintosh has joined #symbiflow08:20
*** bjorkintosh has quit IRC08:27
*** promach3 has quit IRC08:41
*** fevv8[m] has quit IRC08:41
*** unrznbl[m] has quit IRC08:41
*** b33p[m] has quit IRC08:41
*** xobs has quit IRC08:41
*** cadmium[m] has quit IRC08:41
*** CarlosEDP has quit IRC08:41
*** Niklas[m] has quit IRC08:41
*** lopsided98 has quit IRC08:45
*** lopsided98 has joined #symbiflow08:49
*** fevv8[m] has joined #symbiflow08:51
*** Niklas[m] has joined #symbiflow09:09
*** CarlosEDP has joined #symbiflow09:09
*** b33p[m] has joined #symbiflow09:09
*** unrznbl[m] has joined #symbiflow09:09
*** promach3 has joined #symbiflow09:09
*** xobs has joined #symbiflow09:09
*** cadmium[m] has joined #symbiflow09:09
*** bjorkintosh has joined #symbiflow09:36
-_whitenotifier-3- [fpga-interchange-schema] gatecat opened issue #47: Site PIPs with side effects - https://git.io/J3JaC10:01
CarlosEDPumarcor|2: Also the XDC plugin I got a PR merged... it added -dict support for constraints.12:27
*** acomodi has joined #symbiflow12:45
*** acomodi_ has joined #symbiflow12:46
*** kgugala has quit IRC13:30
*** kgugala has joined #symbiflow13:30
*** ZipCPU has quit IRC14:19
*** ZipCPU has joined #symbiflow14:29
*** acomodi_ has quit IRC14:56
*** gsmecher has joined #symbiflow15:51
*** citypw has quit IRC16:00
mithroacomodi: You wanted me to setup kokoro for something right?16:08
sf-slack<acomodi> mithro: yep, should be setup here: https://github.com/SymbiFlow/fpga-interchange-tests16:09
mithro@acomodi If you don't keep poking me it will never happen :-)16:09
sf-slack<acomodi> yeah, I guess I'll increase the poking frequency then :)16:11
sf-slack<acomodi> There is a PR that adds a basic kokoro configuration here: https://github.com/SymbiFlow/fpga-interchange-tests/pull/416:12
mithroWe only need ubuntu testing right?16:13
sf-slack<acomodi> Yeah, I think it is enough16:14
sf-slack<acomodi> Probably we can have other OSes and distros testing setup with GH actions instead16:14
*** jhu has joined #symbiflow16:58
jhu[13:13:43] <jhu> Hi guys, Im trying to build the linux-on-litex project with symbiflow toolchain and seems like im running into this error each time.... does anything know what's going on?17:04
jhu[13:13:56] <jhu> ake: Leaving directory '/home/jhu96/Desktop/McGill_Masters/Research/linux-on-litex-vexriscv/build/digilent_arty/software/bios'17:04
jhu[13:13:56] <jhu> INFO:SoC:Initializing ROM rom with contents (Size: 0x9ed0).17:04
jhu[13:13:56] <jhu> INFO:SoC:Auto-Resizing ROM rom from 0x10000 to 0x9ed0.17:04
jhu[13:13:56] <jhu> symbiflow_synth -t digilent_arty -v /home/jhu96/Desktop/McGill_Masters/Research/litex/pythondata-cpu-vexriscv-smp/pythondata_cpu_vexriscv_smp/verilog/Ram_1w_1rs_Generic.v17:04
jhu/home/jhu96/Desktop/McGill_Masters/Research/litex/pythondata-cpu-vexriscv-smp/pythondata_cpu_vexriscv_smp/verilog/VexRiscvLitexSmpCluster_Cc2_Iw64Is8192Iy2_Dw64Ds8192Dy2_Ldw128_Cdma_Ood_Rvc.v /home/jhu96/Desktop/McGill_Masters/Research/linux-on-litex-vexriscv/build/digilent_arty/gateware/digilent_arty.v -d artix7 -p xc7a35tcsg324-1 -x17:04
jhudigilent_arty.xdc > /dev/null17:04
jhu[13:13:56] <jhu> ERROR: Cell $iopadmap$digilent_arty.sdcard_cd of type \IBUF doesn't support the \SLEW attribute17:04
jhu[13:13:56] <jhu> make: *** [Makefile:34: digilent_arty.eblif] Error 117:04
jhu[13:13:56] <jhu> Traceback (most recent call last):17:04
jhu[13:13:56] <jhu>   File "./make.py", line 634, in <module>17:04
jhu[13:13:56] <jhu>     main()17:04
jhu[13:13:56] <jhu>   File "./make.py", line 615, in main17:04
jhu[13:13:56] <jhu>     builder.build(run=args.build)17:04
jhu[13:13:56] <jhu>   File "/home/jhu96/Desktop/McGill_Masters/Research/litex/litex/litex/soc/integration/builder.py", line 281, in build17:04
jhu[13:13:56] <jhu>     vns = self.soc.build(build_dir=self.gateware_dir, **kwargs)17:04
jhu[13:13:56] <jhu>   File "/home/jhu96/Desktop/McGill_Masters/Research/litex/litex/litex/soc/integration/soc.py", line 1098, in build17:04
jhu[13:13:56] <jhu>     return self.platform.build(self, *args, **kwargs)17:04
jhuHi guys,  I previously asked this question in #litex but they told me to come to you guys. I don't really understand what the error means when I'm trying to create the bitstream with the symbiflow toolchain. Is there something wrong with how i configured the installation of symbiflow?17:06
*** sf-slack1 has joined #symbiflow17:42
sf-slack1<acomodi> jhu: It might be that there is something wrong with the XDC, or indeed the symbiflow setup. I suggest to open an issue in symbiflow-examples (https://github.com/SymbiFlow/symbiflow-examples) with a description of the error and the steps required to reproduce it17:42
*** sf-slack has quit IRC17:43
jhuOk thanks!17:52
jhuDo you have any suggestions on how i could fix this problem? I will post an issue on there as well.17:56
mithrojhu: I think we need the github issue with the full details to diagnose the problem17:58
-_whitenotifier-3- [symbiflow-examples] jhu960213 opened issue #143: Symbiflow build error when using "Linux-on-litex-vexriscv" project from Enjoy Digital - https://git.io/J3kJF18:08
jhusf-slack1 mithro I just opened the issue18:11
*** acomodi has quit IRC18:36
*** rj has joined #symbiflow20:00
*** ZipCPU has quit IRC22:08
*** ZipCPU has joined #symbiflow22:16
*** jhu has quit IRC22:50

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!