Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDSP 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
Honored 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
Honored 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
Honored 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
Honored Contributor
I have done both of them,and they both faced the problem.
It's really CONFUSING. - Altera_Forum
Honored Contributor
hi,
there is another problem: Is there anything wrong with the path of the softwares related? In my computer, the path of QUARTUS is D:\ProgamFiles\altera\..., and the path of matlab is D:\ProgamFiles\matlab\.... Is there anything wrong? Thank you very much! - Altera_Forum
Honored 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. - Altera_Forum
Honored Contributor
there is no space between Program and Files.
Now I have reinstalled Quartus into C:\atera\...,but there is still the problem I metioned in# 1.