flift_rm.tcl

来自「实现简易4层电梯控制核心模块」· TCL 代码 · 共 39 行

TCL
39
字号
set_global_assignment -name TOP_LEVEL_ENTITY "|FLIFT" -remove 
set_global_assignment -name FAMILY -remove 
set_global_assignment -name TAO_FILE "myresults.tao" -remove
set_global_assignment -name SOURCES_PER_DESTINATION_INCLUDE_COUNT "1000" -remove 
set_global_assignment -name ROUTER_REGISTER_DUPLICATION ON -remove 
set_global_assignment -name REMOVE_DUPLICATE_LOGIC "OFF" -remove 
set_global_assignment -name REMOVE_DUPLICATE_REGISTERS "OFF" -remove 
set_global_assignment -name REMOVE_REDUNDANT_LOGIC_CELLS "OFF" -remove 
set_global_assignment -name REMOVE_DUPLICATE_REGISTERS "OFF" -remove 
set_global_assignment -name REMOVE_DUPLICATE_LOGIC "OFF" -remove 
#set_global_assignment -name EDA_RESYNTHESIS_TOOL "AMPLIFY" -remove
create_base_clock CLK_setting -fmax 1.0mhz -duty_cycle 50.00 -target CLK -disable
set_output_delay  -to UPLIGHT\[1\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to UPLIGHT\[2\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to UPLIGHT\[3\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to DOWNLIGHT\[2\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to DOWNLIGHT\[3\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to DOWNLIGHT\[4\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to STOPLIGHT\[1\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to STOPLIGHT\[2\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to STOPLIGHT\[3\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to STOPLIGHT\[4\] 2.000ns -clk_ref |Q0 -remove 
set_output_delay  -to UDSIG 2.000ns -clk_ref |Q3 -remove 
set_output_delay  -to POSITION\[0\] 2.000ns -clk_ref |Q3 -remove 
set_output_delay  -to POSITION\[1\] 2.000ns -clk_ref |Q3 -remove 
set_output_delay  -to POSITION\[2\] 2.000ns -clk_ref |Q3 -remove 
set_output_delay  -to DOORLIGHT 2.000ns -clk_ref |Q3 -remove 
set_input_delay  -to RST 2.000ns -clk_ref |Q3 -remove 
set_input_delay  -to UP1 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to UP2 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to UP3 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to DOWN2 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to DOWN3 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to DOWN4 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to STOP1 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to STOP2 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to STOP3 2.000ns -clk_ref |Q0 -remove 
set_input_delay  -to STOP4 2.000ns -clk_ref |Q0 -remove 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?