Skip to content

lattice-project#976

Draft
lvegaepfl wants to merge 3 commits into
x-heep:mainfrom
lvegaepfl:main
Draft

lattice-project#976
lvegaepfl wants to merge 3 commits into
x-heep:mainfrom
lvegaepfl:main

Conversation

@lvegaepfl

Copy link
Copy Markdown

Results of project : Porting X-HEEP to a Lattice FPGA with open-source EDA tools

obi_resp_t core_data_resp;
obi_req_t debug_master_req;
obi_resp_t debug_master_resp;
obi_req_t [1:0] dma_read_req;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should not be pushed

obi_resp_t core_data_resp;
obi_req_t debug_master_req;
obi_resp_t debug_master_resp;
obi_req_t [1:0] dma_read_req;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should not be pushed

`ifndef _WITH_BOOT_SELECT
wire boot_select_i;
assign boot_select_i = '0;
`endif

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should not exist and the original xilinx wrapper should be modified with ifdef no?
then we will change the name from xilinx to fpga wrapper once this PR is merged

Comment thread scripts/yosys/files.flist
@@ -0,0 +1,587 @@
+incdir+../../../hw/vendor/openhwgroup/cv32e20/vendor/lowrisc_ip/dv/sv/dv_utils

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be generated by fusesoc no?

#include <stdio.h>
#include <stdlib.h>

int main(int argc, char *argv[])

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont commit this app pls

Comment thread fix_sram.sh
pushd hw/fpga/xheep_fpga_support/rtl/

sed -i 's/xilinx_mem_gen_8192/ssdp_wf_8192/g' sram_wrapper.sv
sed -i "s/if (NumWords == 32'd8192) begin/if (NumWords == 32'd8192) begin : sram_wrap_gen/g" sram_wrapper.sv

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this?

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

Successfully merging this pull request may close these issues.

2 participants