cnt_vlog.xst
来自「Xilinx Ise 官方源代码盘 第四章」· XST 代码 · 共 48 行
XST
48 行
set -tmpdir __projnav
run
-ifn cnt_vlog.prj
-ifmt VERILOG
-ofn cnt_vlog
-ofmt NGC
-p xc2v40-6cs144
-top cnt_vlog
-opt_mode Speed
-opt_level 2
-iuc NO
-keep_hierarchy NO
-glob_opt AllClockNets
-rtlview ONLY
-read_cores YES
-write_timing_constraints NO
-cross_clock_analysis NO
-hierarchy_separator _
-bus_delimiter <>
-case maintain
-slice_utilization_ratio 100
-verilog2001 YES
-vlgpath
-vlgincdir
-fsm_extract YES -fsm_encoding Auto
-ram_extract Yes
-ram_style Auto
-rom_extract Yes
-mux_extract YES
-mux_style Auto
-decoder_extract YES
-priority_extract YES
-shreg_extract YES
-shift_extract YES
-xor_collapse YES
-resource_sharing YES
-complex_clken YES
-mult_style auto
-iobuf YES
-max_fanout 100
-bufg 16
-register_duplication YES
-equivalent_register_removal YES
-register_balancing No
-slice_packing YES
-iob auto
-slice_utilization_ratio_maxmargin 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?