1.首先需要设置工艺库

set search_path *********

set link_library *******

set target_library *******

2.将需要综合的文件依次罗列下来,格式

analyze -format verilog 路径.v

analyze -format verilog 路径.v

analyze -format verilog 路径.v

3.设置顶层 elaborate xxx

4.设置时钟,create_clock -name 时钟的名字 -period 多少ns [get_ports clk]

fpga综合脚本tcl分析

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-10
  • 2021-07-14
  • 2022-12-23
  • 2021-11-16
  • 2021-12-26
  • 2021-12-01
猜你喜欢
  • 2021-11-04
  • 2021-07-16
  • 2021-10-07
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案