Skip to content
Snippets Groups Projects
Commit 96277dba authored by auphelia's avatar auphelia
Browse files

[rtllib] Linting of updated tcl script

parent 06ab3ecc
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ proc init_gui { IPINST } {
proc update_PARAM_VALUE.AXILITE_ADDR_WIDTH { PARAM_VALUE.AXILITE_ADDR_WIDTH PARAM_VALUE.DEPTH PARAM_VALUE.WIDTH } {
# Procedure called to update AXILITE_ADDR_WIDTH when any of the dependent parameters in the arguments change
set AXILITE_ADDR_WIDTH ${PARAM_VALUE.AXILITE_ADDR_WIDTH}
set DEPTH ${PARAM_VALUE.DEPTH}
set WIDTH ${PARAM_VALUE.WIDTH}
......@@ -93,4 +93,3 @@ proc update_MODELPARAM_VALUE.AXILITE_ADDR_WIDTH { MODELPARAM_VALUE.AXILITE_ADDR_
# Procedure called to set VHDL generic/Verilog parameter value(s) based on TCL parameter value
set_property value [get_property value ${PARAM_VALUE.AXILITE_ADDR_WIDTH}] ${MODELPARAM_VALUE.AXILITE_ADDR_WIDTH}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment