-
Notifications
You must be signed in to change notification settings - Fork 16
Port to ZedBoard #4
Comments
Hi Konstantin, Thank you for your report. The ZedBoard is not officially supported at the moment. If you have access to a ZC706 board, I suggest to use that board. If you want to use the ZedBoard, you might encounter a few problems like the one you mentioned, so please be prepared to invest some time into them. We are willing to support the ZedBoard again, but we would require some help from you as we currently only have limited use for the ZedBoard ourselves. We had the configuration for the ZedBoard running about 1.5 years ago, but since then a couple of hardware components (e.g., the instruction cache in your log) have changed. Thus, I think the effort for getting bigPULP to run on the ZedBoard is not high, but it will require some debugging. If you are willing to continue, I have created the branch The other problem regarding Synopsys DesignWare components should be fixed with the merge of #5, i.e., both on the current Best, |
Hi Andreas, I actually tried building bigpulp for the ZedBoard since it was the only board available to me and on the list over here: https://pulp-platform.org/hero/doc/hardware/bigpulp/bitgen/ I actually would like to use bigpulp on the UltraScale+ MPSoC ZU3EG (UltraZed EG) or ZU9EG (ZCU102). And I'm not sure if the Thanks for opening the Best regards, |
Regarding the ZedBoard, I have fixed three more problems. At this point, top-level synthesis succeeds and implementation is currently ongoing. |
icache_bank_mp_128
while synthesizing for ZedBoard
Hello there,
I'm trying to synthesize bigpulp for the ZedBoard. After setting the appropriate paths to Synopsys DesignWare, setting
BOARD
tozedboard
infpga/sourceme.sh
and executing the following commands:I get the following error messages when Vivado 2017.02 elaborates
icache_bank_mp_128
:Do I have to adjust more values to synthesize for the ZedBoard?
Best regards
The text was updated successfully, but these errors were encountered: