mksocfpga icon indicating copy to clipboard operation
mksocfpga copied to clipboard

Lychee Hex support ?

Open youprint opened this issue 2 years ago • 5 comments

Two years that i have this tiny FPGA in my desk and nothing to do with. s-l300 it looks like a raspberry but with a Zync 7020. I tryed to open one of those vivado project with Vivado 2022 and no XPR file and no success. How can i add this board to be supported ?

youprint avatar May 06 '22 10:05 youprint

It seems to be a nice board, but with classic chinesium style documentation (i haven't managed to find any useful documentation on the interwebs). What are you planning to do with this? step-dir signals out of the 2.54 connector? without proper documentation or schematic of the board i think it will be quite a hard task to achieve...

claudiolorini avatar May 06 '22 11:05 claudiolorini

4 step/dir and 4 encoder with a pwm output would be enough for me. that's not a 2.54 but a 2mm connector. i already succefully ported hostmost2 to a XC7S15 using Vivado 2022.1 so i don't think it's going to be so hard. i just need a good start with a viable Vivado project.

youprint avatar May 06 '22 12:05 youprint

image

..just 1 pin to spare, close call. good luck!

claudiolorini avatar May 06 '22 12:05 claudiolorini

Refer to the README file in the HW/VivadoProjects directory. You have to first create the Vivado project using the tcl scripts. Xilinx Vivado is VERY particular about exact versions when running these tcl scripts, so I recommend you use the exact version of Vivado expected by the script. Once you have a project created, you can migrate it to a newer version of Vivado and make changes required for your platform (eg: change target device and top-level I/O definitions).

cdsteinkuehler avatar May 06 '22 12:05 cdsteinkuehler

@youprint Do you still have porting to this board in mind ?

the-snowwhite avatar Nov 11 '23 17:11 the-snowwhite