Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by slacker@Mar 8 2007, 06:50 PM i'm not saying it will work, but have you tried changing
generate_sdk = "0"; to
generate_sdk = "1"; in your sopc builder project's ptf file?
i think this should generate a "nios classic" style sdk, where you'll, at least, have a shot at getting things to work. a quick "grepping" for plugs in the various components directory indicates that the source code is still there...as of 6.1.
good luck!
- slacker
update:
two more flags need to be set, as well:
legacy_sdk_support = "1";
allow_legacy_sdk = "1"; <div align='right'><{post_snapback}> (index.php?act=findpost&pid=22127)</div> --- Quote End --- Thanks for your answer slacker!!!!! I`m trying it right now, hope it works. Just one more question..... Do you know if a NiosI can be loaded into a StratixII board??? I've tryied it many times, but never succeded. Using Nios with a StritixII board will solve all my problems, since my project is working with no problems on a StratixI with NiosI. Thanks again!!!