UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
12-17-2018 06:54 PM
in next year, i will translate current platform to zynq ultrascale soc, the main usage of soc in my design is system center control.
now i have to make a choice of using which language to writing programe runing in embed linux. i prefer to python because of writing free but worry about effective degrading in interrupt and order process.
so can anybody tell about considerations of using c or python in soc? is there any reference document?
thanks.
12-20-2018 07:51 AM
A few thoughts for you to consider:
In general the advice is to write in the language you are comfortable with -- and then do performance analysis. If there are specific regions or functions that operate too slowly, then consider re-writing those portions using a faster algorithm, or in another language, etc. There is an old saying: "Premature optimization is the root of all evil". Thinking about performance is always good, as long as it doesn't become the whole focus.