> The number of design variants in hardware and software is mind boggling. > We do need a linkage between our hardware configuration management > and software creation so that when the architects choose a or1200 with > mac then this information is passed into the sw tool chain so that > mac instructions can be generated. This has to be automatic.
That's something I can take on. The orbuild framework I've written can already read file or1200_defines.v and modify only the parameters you are intested about. At the moment, that feature is being used to generate different CPU configurations for linting purposes, but it could easily be invoked once more at the beginning in order to enable the desired CPU instruction classes. The framework would then build a matching toolchain. Regards, rdiez _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
