Files
remotesyn/examples/zynq7000/IP/rst_gen.tcl
Joppe Blondel b8267303a2 Added vivado synth
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
2022-09-05 15:08:27 +02:00

5 lines
183 B
Tcl

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 ]