Added vivado synth

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-05 15:08:27 +02:00
parent 15d072bbb7
commit b8267303a2
84 changed files with 212152 additions and 2 deletions

View File

@ -0,0 +1,5 @@
create_ip -vlnv xilinx.com:ip:proc_sys_reset -module_name rst_gen
set_property -dict [ list \
CONFIG.C_EXT_RESET_HIGH {0} \
CONFIG.C_AUX_RESET_HIGH {0} \
] [ get_ips rst_gen ]