|
发表于 2016-7-14 05:16:02
|
显示全部楼层
回复 27# 9065574912
因為太忙最近很久沒來了,
我無法重現您遇到的 error,
是否能提供 make dut 和 make tb 和 make elab 時產生的完整 log
以及執行完 make dut 和 make tb 之後的檔案架構給我參考看看?
make dut log:
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version 'CentOS release 6.7 (Final)' is not supported on 'x86_64'
officially, assuming linux compatibility by default. Set VCS_ARCH_OVERRIDE
to linux or suse32 to override.
Please refer to release notes for information on supported platforms.
Chronologic VCS (TM)
Version K-2015.09-SP2-1 -- Thu Jul 14 05:14:38 2016
Copyright (c) 1991-2015 by Synopsys Inc.
ALL RIGHTS RESERVED
This program is proprietary and confidential information of Synopsys Inc.
and may be used and disclosed only as authorized in a license agreement
controlling such use and disclosure.
Parsing design file 'adder.v'
CPU time: .043 seconds to compile
make tb log:
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version 'CentOS release 6.7 (Final)' is not supported on 'x86_64'
officially, assuming linux compatibility by default. Set VCS_ARCH_OVERRIDE
to linux or suse32 to override.
Please refer to release notes for information on supported platforms.
Chronologic VCS (TM)
Version K-2015.09-SP2-1 -- Thu Jul 14 05:15:01 2016
Copyright (c) 1991-2015 by Synopsys Inc.
ALL RIGHTS RESERVED
This program is proprietary and confidential information of Synopsys Inc.
and may be used and disclosed only as authorized in a license agreement
controlling such use and disclosure.
Parsing design file 'tb.v'
CPU time: .038 seconds to compile
make elab log:
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version 'CentOS release 6.7 (Final)' is not supported on 'x86_64'
officially, assuming linux compatibility by default. Set VCS_ARCH_OVERRIDE
to linux or suse32 to override.
Please refer to release notes for information on supported platforms.
Doing common elaboration
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version 'CentOS release 6.7 (Final)' is not supported on 'x86_64'
officially, assuming linux compatibility by default. Set VCS_ARCH_OVERRIDE
to linux or suse32 to override.
Please refer to release notes for information on supported platforms.
Chronologic VCS (TM)
Version K-2015.09-SP2-1 -- Thu Jul 14 05:16:16 2016
Copyright (c) 1991-2015 by Synopsys Inc.
ALL RIGHTS RESERVED
This program is proprietary and confidential information of Synopsys Inc.
and may be used and disclosed only as authorized in a license agreement
controlling such use and disclosure.
Top Level Modules:
tb
No TimeScale specified
Starting vcs inline pass...
1 module and 0 UDP read.
recompiling module tb
make[1]: Entering directory `'
rm -f _csrc*.so linux_scvhdl_*.so pre_vcsobj_*.so share_vcsobj_*.so
if [ -x ../simv ]; then chmod -x ../simv; fi
g++ -o ../simv ......
../simv up to date
make[1]: Leaving directory `/home/kaiba/work/test_3step/csrc'
CPU time: .249 seconds to compile + .282 seconds to elab + .147 seconds to link
檔案架構:
test_3step
|-- DUT
| `-- AN.DB
| |-- AllModulesSkeletons.db
| |-- compat.db
| |-- debug_dump
| |-- dumpcheck.db
| |-- dve.sdb
| |-- make.vlogan
| |-- modfilename.db
| |-- str.db
| |-- vir.sdb
| |-- vir_global.sdb
| `-- vloganopts.db
|-- Makefile
|-- TB
| `-- AN.DB
| |-- AllModulesSkeletons.db
| |-- compat.db
| |-- debug_dump
| |-- dumpcheck.db
| |-- dve.sdb
| |-- make.vlogan
| |-- modfilename.db
| |-- str.db
| |-- vir.sdb
| |-- vir_global.sdb
| `-- vloganopts.db
|-- adder.v
|-- synopsys_sim.setup
`-- tb.v |
|