Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
jesse
Posts: 3
Registered: ‎07-29-2009
0

Support for the MCS core in WebPack 13.4?

Have successfully (with help) gotten a MicroBlaze MCS core to synthesize/implement with the latest WebPack 13.4. Now, I'm struggling to find a flow that is free to compile/assemble a test case to load into it's memory.  Looks like there's no SDK/EDK flow available at that price point, but would have thought there would be a "how to" doc on using GCC or Gnu Assembler, etc. 

Super Contributor
eschabor
Posts: 100
Registered: ‎08-12-2011
0

Re: Support for the MCS core in WebPack 13.4?

SDK is available with a free 30 day evaluation license.  

30 days isn't long, but it's enough to at least test that your MCS system is working.

 

Xilinx Employee
goran
Posts: 717
Registered: ‎08-06-2007
0

Re: Support for the MCS core in WebPack 13.4?

Hi,

 

You can always install EDK without an license.

The usage of GCC/binutils and low-level debugging is not requiring an license.

However using SDK/libgen do require an license for which you can get a 30-day evaluation license.

 

Göran

 

Visitor
jesse
Posts: 3
Registered: ‎07-29-2009
0

Re: Support for the MCS core in WebPack 13.4?

Thanks much to the responders.  Gives me a path!