verilog does not compile, how to setup mcuxpresso to compile verilog, lpc55s69

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

verilog does not compile, how to setup mcuxpresso to compile verilog, lpc55s69

143件の閲覧回数
hhh
Contributor III

i have a very simple verilog code to use plu(lpc55s69)

module test(a,b,c);
input a,b;
output c;
assign c=a^b;
endmodule

i click the "Apply verilog configuration"  it shows "provide source code fail to compile"

i have tried mcuxpresso ver 11.7,11.8.1, 11.10 etc all have same problem, i tried both verilog text and verilog file. all the same. is there anything need to configured in order to use this function?

 

0 件の賞賛
返信
1 返信

115件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

As you know that the PLU module is integrated in LPC5569, LPC804 and part of MCXN families, there is a dedicated PLU Config tools, which can generate code to initialize the PLU register based on your logic circuit.

Pls refer to the doc.

https://www.nxp.com/webapp/sps/download/preDownload.jsp?render=true

It tells where to download PLU Config tools and the utilization of the tools.

In detail, the PLU Config tools generate code which can initialize PLU registers, you can copy the code to MCUXPresso, compile, it is okay.

Hope it can help you

BR

XiangJun Rong

0 件の賞賛
返信