P
Patrick Dubois
Guest
Hello,
I have been using batch files to handle the build process with a
Xilinx flow for a while. Now I want to move to a more sophisticated
approach to handle dependencies better.
I don't really want to use makefiles, I find find them too arcane and
hard to write. That's where SCons comes in. It seems like a great
alternative to make (plus it's written in Python and I've been wanting
to learn that language for a while now).
Does anyone have any experience with SCons and ideally, scripts they
would like to share? Example scripts for a fpga flow would certainly
help with the learning curve.
Thanks.
Patrick Dubois
I have been using batch files to handle the build process with a
Xilinx flow for a while. Now I want to move to a more sophisticated
approach to handle dependencies better.
I don't really want to use makefiles, I find find them too arcane and
hard to write. That's where SCons comes in. It seems like a great
alternative to make (plus it's written in Python and I've been wanting
to learn that language for a while now).
Does anyone have any experience with SCons and ideally, scripts they
would like to share? Example scripts for a fpga flow would certainly
help with the learning curve.
Thanks.
Patrick Dubois