Error: VCP2505 : Duplicate identifier:

概要

特定の識別子を持つファイルが、次の例の様に1回のコンパイル実行で2回コンパイルされる場合に本メッセージが表示されます。最初のコンパイルは明示的(File1.svファイルはALOGコマンドで指定されている)に実行され、2回目は暗黙的(File1.svはincludeディレクティブでFile2.svに含まれています)に実行されます。

エラーは次のコマンドでファイルをコンパイルすると発生します:

alog File1.sv File2.sv

File1.svとFile2.svが以下のとおりである場合:

File 1:

module m(a);
input reg a;
endmodule

File 2:

`include "File1.sv"
module top;
endmodule
Ask Us a Question
x
Ask Us a Question
x
Captcha ImageReload Captcha
Incorrect data entered.
Thank you! Your question has been submitted. Please allow 1-3 business days for someone to respond to your question.
Internal error occurred. Your question was not submitted. Please contact us using Feedback form.
We use cookies to ensure we give you the best user experience and to provide you with content we believe will be of relevance to you. If you continue to use our site, you consent to our use of cookies. A detailed overview on the use of cookies and other website information is located in our Privacy Policy.