📄 makefile
字号:
## ## -------------------------------------------------------------## Copyright 2004-2008 Synopsys, Inc.## All Rights Reserved Worldwide## ## Licensed under the Apache License, Version 2.0 (the## "License"); you may not use this file except in## compliance with the License. You may obtain a copy of## the License at## ## http://www.apache.org/licenses/LICENSE-2.0## ## Unless required by applicable law or agreed to in## writing, software distributed under the License is## distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR## CONDITIONS OF ANY KIND, either express or implied. See## the License for the specific language governing## permissions and limitations under the License.## -------------------------------------------------------------## VMM = +incdir+$(VMM_HOME)/sv#VMM = -ntb_opts rvmOPTS = VCS = vcs -R -sverilog +verilog1995ext+.v $(VMM) \ -ntb_opts dtm +warn=noBCNACMBP all: test_frame test_mii test_macno_sva: test_frame test_mii_no_sva test_mac_no_svatest_frame: $(VCS) $(OPTS) test_frame.svtest_mii: $(VCS) $(OPTS) test_mii.sv top.sv \ +incdir+.. +define+ASSERT_ON+SVA_CHECKERS+COVER_ON+ASSERT_INIT_MSG+SVA_CHECKER -assert quiet+reporttest_mii_no_sva: $(VCS) $(OPTS) test_mii.sv top.svtest_mac: $(VCS) $(OPTS) test_mac.sv top.sv \ +incdir+.. +define+ASSERT_ON+SVA_CHECKERS+COVER_ON+ASSERT_INIT_MSG+SVA_CHECKER -assert quiet+reporttest_mac_no_sva: $(VCS) $(OPTS) test_mac.sv top.svclean: rm -rf simv* csrc *~ *.log vc_*.h *.vpd *.key *.db *.report .v*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -