Commit 930f334c authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

adding Vivado project to generate wrc_board_fasec IPcore

parent 767f450b
...@@ -17,3 +17,5 @@ doc/ ...@@ -17,3 +17,5 @@ doc/
*.elf *.elf
*.ucdb *.ucdb
Makefile Makefile
*.xml
xgui/
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,7 +6,7 @@ syn_grade = "-2" ...@@ -6,7 +6,7 @@ syn_grade = "-2"
syn_package = "ffg676" syn_package = "ffg676"
syn_top = "wrc_board_fasec" syn_top = "wrc_board_fasec"
syn_project = "fasec_wr_ref_top" syn_project = "wrc_board_fasec_ip"
syn_tool = "vivado" syn_tool = "vivado"
......
To create Vivado project for wrc_board_fasec IPcore generation, open Vivado and
run build.tcl script.
# Copy component.xml
file copy -force ../../board/fasec/component.xml ../../.
# Run tcl script generated by Vivado
source ./wrc_board_fasec_ip.tcl
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment