enjoy-digital / liteiclink

Small footprint and configurable Inter-Chip communication cores
Other
54 stars 25 forks source link

Fix python3.6 more than 255 arguments to a function. #9

Closed cbalint13 closed 2 years ago

cbalint13 commented 2 years ago

Fix for python 3.6 version targeting ex. CentOS8 (RHEL8).

The error message:

writing byte-compilation script '/tmp/tmp92g0ogr_.py'
/usr/bin/python3.6 /tmp/tmp92g0ogr_.py
  File "/usr/lib/python3.6/site-packages/liteiclink/serdes/gth_ultrascale.py", line 1255
SyntaxError: more than 255 arguments

Thank you. ~cristian

enjoy-digital commented 2 years ago

Thanks @cbalint13!