state2.vif
来自「《设计与验证VerilogHDL》源码实例 和 Verilog规范」· VIF 代码 · 共 61 行
VIF
61 行
#
# Synplicity Verification Interface File
# Generated using Synplify-pro
#
# Copyright (c) 1996-2005 Synplicity, Inc.
# All rights reserved
#
# Set logfile options
vif_set_result_file state2.vlf
# Set technology for TCL script
vif_set_technology -architecture FPGA -vendor Altera
# RTL and technology files
vif_add_library -original $env(QUARTUS_ROOTDIR)/eda/fv_lib/verilog
vif_add_file -original -verilog ../state2.v
vif_set_top_module -original -top state2
vif_add_library -translated $env(QUARTUS_ROOTDIR)/eda/fv_lib/verilog
vif_add_file -translated -verilog state2.vqm
vif_set_top_module -translated -top state2
# Read FSM encoding
vif_set_fsm -fsm fsm_0
vif_set_fsmreg -original -fsm fsm_0 CS[2:0]
vif_set_fsmreg -translated -fsm fsm_0 CS[1:0]
vif_set_state_map -fsm fsm_0 -original "000" -translated "00"
vif_set_state_map -fsm fsm_0 -original "001" -translated "01"
vif_set_state_map -fsm fsm_0 -original "010" -translated "10"
vif_set_state_map -fsm fsm_0 -original "100" -translated "11"
# Memory map points
# SRL map points
# Compiler constant registers
# Compiler constant latches
# Compiler RTL sequential redundancies
# RTL sequential redundancies
# Technology sequential redundancies
# Inversion map points
# Port mappping and directions
# Black box mapping
# Other sequential cells, including multidimensional arrays
# Constant Registers
# Retimed Registers
# Altera MAC annotations
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?