pulp-platform / pulp

This is the top-level project for the PULP Platform. It instantiates a PULP open-source system with a PULP SoC (microcontroller) domain accelerated by a PULP cluster with 8 cores.
Other
452 stars 114 forks source link

Error on "make ips" #56

Closed simple86 closed 3 years ago

simple86 commented 3 years ago

I followed README.md and after $source sourceme.sh, I run $make ips. Then I am facing such error:

open_project vivado
ERROR: [Coretcl 2-155] Invalid project file name 'vivado'. File must have a valid Vivado project extension (.xpr/.ppr).
INFO: [Common 17-206] Exiting Vivado at Sun Sep 19 06:13:47 2021...
Makefile:4: recipe for target 'all' failed
make[1]: *** [all] Error 1
make[1]: Leaving directory '/home/jzh/pulp/fpga/ips/xilinx_interleaved_ram'
Makefile:16: recipe for target 'mem' failed
make: *** [mem] Error 2
simple86 commented 3 years ago

There are two 'vivado's in the command vivado-2018.2 vivado -mode batch -source tcl/run.tcl, in Makefiles for ips. It goes well after one of them is deleted.