Ambsum01, could you please open a case so we can understand this better? The process of building a design is a two step process as specified by the LRM: compilation and elaboration. Jasper divides these two steps in two commands: analyze and elaborate. If you are using the bbox_m switch in the "analyze" command, then the module is ignored during compilation , meaning that when the parser reads the module definition, it ignores everything between module and endmodule . However, when you use the bbox_i switch in elaborate and the module contains syntax errors, then it will actually fail previously during the analyze command. If that's not what you are seeing, I'd suggest you create a case in the support page or query the UK support team via email.
↧