*** TMM <TMM!hp@amanda.tmm.cx> has quit IRC | 00:16 | |
*** TMM <TMM!hp@amanda.tmm.cx> has joined #f4pga | 00:17 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 07:41 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 08:25 | |
*** jacobk <jacobk!~quassel@47-186-105-237.dlls.tx.frontiernet.net> has quit IRC | 10:04 | |
*** jacobk <jacobk!~quassel@47-186-105-237.dlls.tx.frontiernet.net> has joined #f4pga | 10:04 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 10:41 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 11:25 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 11:26 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 11:27 | |
*** TMM <TMM!hp@amanda.tmm.cx> has quit IRC | 11:27 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 11:27 | |
*** TMM <TMM!hp@amanda.tmm.cx> has joined #f4pga | 11:27 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 11:45 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 11:46 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 11:47 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 11:47 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 11:48 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 11:52 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 12:22 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has quit IRC | 12:23 | |
*** Raito_Bezarius <Raito_Bezarius!~Raito@wireguard/tunneler/raito-bezarius> has joined #f4pga | 12:41 | |
*** alienflip <alienflip!~alienflip@host86-177-67-249.range86-177.btcentralplus.com> has joined #f4pga | 14:14 | |
alienflip | Hi there I am keen to help build out the open-source FPGA community 🙂 | 14:15 |
---|---|---|
alienflip | TLDR - The relevant experience I have for this project is as followed: | 14:15 |
alienflip | - Built with Vitis/Vivado HLS for around 6 months | 14:15 |
alienflip | - Built with OpenCPI VHDL/C++ for around 5 months | 14:15 |
alienflip | Is there any way I can help? | 14:15 |
alienflip | Would love to hear any thoughts! | 14:15 |
alienflip | Kai | 14:15 |
*** gromero <gromero!~gromero@191.205.40.123> has joined #f4pga | 14:17 | |
alienflip | In addition, I'd be interested to know the following so that I know if our philosophies match: | 14:22 |
alienflip | I am aware that your group has put together an Open-Source FPGA building team, and I am wondering about the extent of your open-source culture. | 14:22 |
alienflip | How much of your tech is open-source, exactly? | 14:22 |
alienflip | What is the vision statement of the group? | 14:22 |
alienflip | Where are the major roadblocks in accelerating the growth of the vision? | 14:22 |
*** alienflip <alienflip!~alienflip@host86-177-67-249.range86-177.btcentralplus.com> has quit IRC | 14:28 | |
*** alienflip <alienflip!~alienflip@host86-177-67-249.range86-177.btcentralplus.com> has joined #f4pga | 14:29 | |
*** alienflip <alienflip!~alienflip@host86-177-67-249.range86-177.btcentralplus.com> has left #f4pga | 14:29 | |
somlo | made it to step #8 (option 2) in https://f4pga.readthedocs.io/projects/prjxray/en/latest/db_dev_process/readme.html#step-1, but when I run `make -j$(nproc)` I get the following error: | 15:52 |
somlo | Traceback (most recent call last): | 15:52 |
somlo | File "/home/somlo/YOSYS/prjxray/fuzzers/.//run_fuzzer.py", line 692, in <module> | 15:52 |
somlo | sys.exit(main(sys.argv)) | 15:52 |
somlo | ^^^^^^^^^^^^^^ | 15:52 |
somlo | File "/home/somlo/YOSYS/prjxray/fuzzers/.//run_fuzzer.py", line 460, in main | 15:52 |
somlo | exit_code = run_fuzzer( | 15:52 |
somlo | ^^^^^^^^^^^ | 15:52 |
somlo | File "/home/somlo/YOSYS/prjxray/fuzzers/.//run_fuzzer.py", line 540, in run_fuzzer | 15:52 |
somlo | assert job_re, make_flags | 15:52 |
somlo | ^^^^^^ | 15:52 |
somlo | AssertionError: -j8 --jobserver-auth=fifo:/tmp/GMfifo5939 | 15:52 |
somlo | running single-threaded `make` seems to trundle along without obvious problems, so I'm wondering what I might have missed... | 15:53 |
somlo | (went with `source settings/artix7.sh` for starters, just to get oriented, for now) | 15:53 |
somlo | https://github.com/f4pga/prjxray/issues/2407 | 16:08 |
*** TMM <TMM!hp@amanda.tmm.cx> has quit IRC | 18:00 | |
*** gromero <gromero!~gromero@191.205.40.123> has quit IRC | 18:00 | |
*** TMM <TMM!hp@amanda.tmm.cx> has joined #f4pga | 18:00 | |
*** gromero <gromero!~gromero@191.205.40.123> has joined #f4pga | 18:01 | |
*** jacobk <jacobk!~quassel@47-186-105-237.dlls.tx.frontiernet.net> has quit IRC | 21:35 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!