mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
10 lines
502 B
Tcl
10 lines
502 B
Tcl
|
#------------------------------------------------------------------------------
|
||
|
# allow_wors.tcl
|
||
|
# Konstantin Pavlov, pavlovconst@gmail.com
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
# INFO ------------------------------------------------------------------------
|
||
|
# Simple script to add wor type support in Vivado
|
||
|
# Add this script as a tcl.pre for the Synthesis step
|
||
|
|
||
|
set_param synth.elaboration.rodinMoreOptions "rt::set_parameter compatibilityMode true"
|