mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Update the SPI perihperal
This commit is contained in:
parent
7ee27d8424
commit
44d0f28c4d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ create_project $ipName . -part $partNumber
|
|||
set_property board_part $boardName [current_project]
|
||||
|
||||
create_ip -name axi_quad_spi -vendor xilinx.com -library ip -module_name $ipName
|
||||
set_property -dict [list CONFIG.C_USE_STARTUP {0} CONFIG.C_USE_STARTUP_INT {0} CONFIG.C_SCK_RATIO {4} CONFIG.C_TYPE_OF_AXI4_INTERFACE {1} CONFIG.C_S_AXI4_ID_WIDTH {0}] [get_ips $ipName]
|
||||
set_property -dict [list CONFIG.C_USE_STARTUP {0} CONFIG.C_SCK_RATIO {4} CONFIG.C_FIFO_DEPTH {256} CONFIG.C_TYPE_OF_AXI4_INTERFACE {1} CONFIG.C_S_AXI4_ID_WIDTH {0}] [get_ips $ipName]
|
||||
|
||||
generate_target {instantiation_template} [get_files ./$ipName.srcs/sources_1/ip/$ipName/$ipName.xci]
|
||||
generate_target all [get_files ./$ipName.srcs/sources_1/ip/$ipName/$ipName.xci]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue