Wednesday, 2019-01-23

*** tpb has joined #symbiflow00:00
*** proteusguy has quit IRC01:22
*** proteusguy has joined #symbiflow01:35
*** proteusguy has quit IRC03:30
*** citypw has joined #symbiflow03:34
*** proteusguy has joined #symbiflow05:21
*** proteusguy is now known as proteus-guy05:29
*** proteus-guy is now known as proteusguy05:30
*** _whitelogger has quit IRC05:58
*** _whitelogger has joined #symbiflow06:00
_florent_daveshah: thanks for the fixes, i'll try to have a better understanding of DQSBUFM and the others primitives06:42
*** citypw has quit IRC10:13
*** robarago has joined #symbiflow12:42
*** proteusguy has quit IRC13:02
*** robarago has quit IRC13:13
*** acomodi has joined #symbiflow14:03
*** proteusguy has joined #symbiflow14:05
*** alessandro1 has joined #symbiflow14:06
*** alessandro1 has left #symbiflow14:07
*** acomodi has quit IRC14:08
*** acomodi has joined #symbiflow14:11
*** citypw has joined #symbiflow14:22
*** tmichalak has quit IRC15:20
*** _whitelogger has quit IRC15:34
*** _whitelogger has joined #symbiflow15:36
*** citypw has quit IRC15:53
*** acomodi has quit IRC16:37
*** acomodi has joined #symbiflow16:38
*** kgugala has quit IRC17:16
*** acomodi has quit IRC17:37
*** acomodi has joined #symbiflow17:47
*** deskarano has joined #symbiflow23:12
*** deskarano has quit IRC23:19
*** whatnick has joined #symbiflow23:42
whatnickping daveshah ...23:43
whatnickLooking for a sample project for LFE5U-25F ( possibly MIPS/RISC-V core I can run micropython on)23:44
daveshahwhatnick: Should be easy enough to change https://github.com/SymbiFlow/prjtrellis/tree/master/examples/soc_versa5g to the 25F23:44
tpbTitle: prjtrellis/examples/soc_versa5g at master · SymbiFlow/prjtrellis · GitHub (at github.com)23:44
daveshahThat's a simple picorv32 based SoC23:45
daveshahWhat board are you running on?23:45
whatnickI have the FleaFPGA23:45
whatnickAlso how can I help with line-endings :) https://github.com/SymbiFlow/prjtrellis/issues/49#issuecomment-44147867023:46
tpbTitle: NextPnr build failure · Issue #49 · SymbiFlow/prjtrellis · GitHub (at github.com)23:46
whatnickYes I have done picorv32 on Xilinix + Micropython, would like to do the same with the ECP5 board I have23:47
daveshahLine endings is probably just a case of fixing this function https://github.com/SymbiFlow/prjtrellis/blob/master/libtrellis/include/Util.hpp#L5423:47
tpbTitle: prjtrellis/Util.hpp at master · SymbiFlow/prjtrellis · GitHub (at github.com)23:47
daveshahAnyway, that SoC project should be a good place to start. Just change the device name in the Makefile and the pins in the LPF23:48
whatnickLooks like an OR here should do it "c != '\n'"23:49
daveshahYep23:51
whatnickLPF ?23:52
whatnick-> https://github.com/SymbiFlow/prjtrellis/blob/master/examples/soc_versa5g/versa.lpf ?23:52
tpbTitle: prjtrellis/versa.lpf at master · SymbiFlow/prjtrellis · GitHub (at github.com)23:52
whatnickWill have to read the manual on the pins on the board ... what changes are common ?23:53
whatnickdaveshah: this is the docs https://github.com/Basman74/FleaFPGA-Ohm/blob/master/FleaFPGA%20Ohm%20-%20Quickstart%20Guide%20Rev%200.11.pdf23:55
tpbTitle: FleaFPGA-Ohm/FleaFPGA Ohm - Quickstart Guide Rev 0.11.pdf at master · Basman74/FleaFPGA-Ohm · GitHub (at github.com)23:55
daveshahSo just change out all those pins to the pinout of that board23:56
daveshahMight be worth looking up an existing LPF for that board23:56
daveshahProbably need to remove the 14 disp pins as that board doesn't have the 14 seg display (the SoC demo doesn't use it anyway)23:57
whatnickCool found the LPF23:58
whatnick## ***** ECP5 PIN DECLARATIONS *****23:58
whatnick## USER LED;23:58
whatnickIOBUF PORT "n_led1" PULLMODE=NONE IO_TYPE=LVCMOS25 ;23:58
whatnickLOCATE COMP "n_led1" SITE "P2" ;23:58
whatnick.... etc.23:58
whatnickThe board has an HDMI out23:59

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!