Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UndeclaredReferenceException Error #101

Open
mmxsrup opened this issue Nov 11, 2021 · 0 comments
Open

UndeclaredReferenceException Error #101

mmxsrup opened this issue Nov 11, 2021 · 0 comments

Comments

@mmxsrup
Copy link

mmxsrup commented Nov 11, 2021

Hi,

Thank you for developing a very useful tool.
I'm getting an error when generating the Tile.fir graph generated by riscv-mini (https://github.com/ucb-bar/riscv-mini).

The error output is as follows.

[error] (run-main-0) firrtl.passes.PassExceptions: 
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache] Reference _T_115 is not declared.
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache] Reference _T_123 is not declared.
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache_1] Reference _T_115 is not declared.
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache_1] Reference _T_123 is not declared.
[error] firrtl.passes.PassException: 4 errors detected!
[error] firrtl.passes.PassExceptions: 
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache] Reference _T_115 is not declared.
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache] Reference _T_123 is not declared.
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache_1] Reference _T_115 is not declared.
[error] firrtl.passes.CheckHighFormLike$UndeclaredReferenceException:  @[Counter.scala 64:20]: [module Cache_1] Reference _T_123 is not declared.
[error] firrtl.passes.PassException: 4 errors detected!
[error] stack trace is suppressed; run last Compile / bgRunMain for the full output
[error] Nonzero exit code: 1
[error] (Compile / runMain) Nonzero exit code: 1

Regards,
Yuichi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant