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

Module ‘system’ not found #100

Open
yonghaoXuGit opened this issue Nov 10, 2018 · 2 comments
Open

Module ‘system’ not found #100

yonghaoXuGit opened this issue Nov 10, 2018 · 2 comments

Comments

@yonghaoXuGit
Copy link

When I use vivado to synthesis the generated verilog,the command report an error:"module 'system' not found",the error is located at line 139 in rocketchip_wrapper.v.Is there any wrong?Or it lacks some files?

@dengwxn
Copy link

dengwxn commented Aug 5, 2019

Hello, did you solve it? I'm having the same problem. @yonghaoXuGit

@zslwyuan
Copy link

zslwyuan commented May 5, 2021

@dengwxn @yonghaoXuGit I suspect that your system is not built successfully. There might be a Tcl error complaining about your version of Vivado like this one:

ERROR: [BD_TCL-109] This script was generated using Vivado <2016.2> and is being run in <2020.1> of Vivado. Please run the script in Vivado <2016.2> then open the design in Vivado <2020.1>. Upgrade the design by running "Tools => Report => Report IP Status...", then run write_bd_tcl to create an updated script.

change line 23 in "fpga-zynq/zedboard/src/tcl/zedboard_bd.tcl" into "set scripts_vivado_version 20xx.x" according to your version of Vivado.

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

No branches or pull requests

3 participants