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

fusesoc run --target=nexys_a7 swervolf with Vivado 2020.1 #39

Open
nicolast0604 opened this issue Jul 16, 2021 · 2 comments
Open

fusesoc run --target=nexys_a7 swervolf with Vivado 2020.1 #39

nicolast0604 opened this issue Jul 16, 2021 · 2 comments

Comments

@nicolast0604
Copy link

================================================================================
INFO: Wrote dependency graph to /home/nicolast0604/swervolf/build/swervolf_0.7.3/nexys_a7-vivado/swervolf_0.7.3.deps-after-generators.dot
INFO: Wrote Makefile fragment to /home/nicolast0604/swervolf/build/swervolf_0.7.3/nexys_a7-vivado/core-deps.mk
INFO: Setting up project

INFO: Building
vivado -notrace -mode batch -source swervolf_0.7.3.tcl
/bin/bash: vivado: command not found
Makefile:17: recipe for target 'swervolf_0.7.3.xpr' failed
make: *** [swervolf_0.7.3.xpr] Error 127
ERROR: Failed to build ::swervolf:0.7.3 : 'make' exited with an error code

@olofk
Copy link
Collaborator

olofk commented Sep 13, 2021

It looks like you don't have vivado in your path. Try adding it to your path and see if that fixes the problem

@nicolast0604
Copy link
Author

Thanks for your help, I fix the problem of no vivado in the path and re-run it with another issue:

INFO: Wrote dependency graph to /home/nicolast0604/swervolf/build/swervolf_0.7.3/nexys_a7-vivado/swervolf_0.7.3.deps-after-generators.dot
INFO: Wrote Makefile fragment to /home/nicolast0604/swervolf/build/swervolf_0.7.3/nexys_a7-vivado/core-deps.mk
INFO: Setting up project

INFO: Building
vivado -notrace -mode batch -source swervolf_0.7.3.tcl

****** Vivado v2020.2 (64-bit)
**** SW Build 3064766 on Wed Nov 18 09:12:47 MST 2020
**** IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
** Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.

source swervolf_0.7.3.tcl -notrace
WARNING: [Vivado 12-818] No files matched 'config/common_defines.vh'
ERROR: [Common 17-55] 'set_property' expects at least one object.
Resolution: If [get_] was used to populate the object, check to make sure this command returns at least one valid object.

while executing

"source ../src/chipsalliance.org_cores_SweRV_EH1_1.8/tools/vivado.tcl"
(file "swervolf_0.7.3.tcl" line 55)
INFO: [Common 17-206] Exiting Vivado at Mon Sep 13 17:01:30 2021...
Makefile:17: recipe for target 'swervolf_0.7.3.xpr' failed
make: *** [swervolf_0.7.3.xpr] Error 1
ERROR: Failed to build ::swervolf:0.7.3 : 'make' exited with an error code

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

2 participants