Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

DSP Builder Analyzing Error

I am using DSP Builder 9.1+Quartus 9.1 +MATLAB2008a.

currently I am facing a problem while analyzing the model:

Matlab Error

Java Exception Occurred:

The character ' ' is an invalid XML character

at ......

at ......

Caused by:java.io.IOException:The character ' ' is an invalid XML character

Can anybody help me ?

thank you very much!

7 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I suspect you have a strange character in your design somewhere. This is being serialised to XML and causes this error.

    Try going through your design making sure that all names use just "normal" characters. If you find the block that is causing the failure, please cut down the design to just contain that and I'll see if I can reproduce the error (assuming you're unwilling to post your full design).
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you for your reply.

    The model is just the "Amplitude Modulation Design Example" in ug_dsp_builder.pdf, and there was no strange character in my design, so I am really confused about this Error.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Did you use the singen.mdl file that can be found in quartus\dsp_builder\DesignExamples\Tutorials\GettingStartedSinMdl or did you follow the tutorial steps to recreate it yourself?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I have done both of them,and they both faced the problem.

    It's really CONFUSING.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The other problem is what? That Quartus is installed into D:\ProgamFiles\altera ?

    Assuming there really is no space between Program and Files then I'm sure that's fine. I have known in the past that spaces in paths can cause problems. Those issues may have been fixed though.