You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: