⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transcript

📁 自己写一个关于维mesh结构的noc网络
💻
字号:
# Reading C:/Modeltech_6.0/tcl/vsim/pref.tcl 
# //  ModelSim SE 6.0 Aug 19 2004 
# //
# //  Copyright Mentor Graphics Corporation 2004
# //              All Rights Reserved.
# //
# //  THIS WORK CONTAINS TRADE SECRET AND 
# //  PROPRIETARY INFORMATION WHICH IS THE PROPERTY
# //  OF MENTOR GRAPHICS CORPORATION OR ITS LICENSORS
# //  AND IS SUBJECT TO LICENSE TERMS.
# //
#  OpenFile "E:/work/experiments/NOC_Routing/mesh_dft/mesh_router.cr.mti" 
# Loading project msehdft
# Compile of router.v was successful.
# Compile of crossbar.v was successful.
# Compile of inctl.v was successful.
# 3 compiles, 0 failed with no errors. 
# Compile of router.v was successful.
# Compile of crossbar.v was successful.
# Compile of inctl.v was successful.
# Compile of testbench.v was successful.
# Compile of sender.v was successful.
# 5 compiles, 0 failed with no errors. 
vsim work.testbench
# vsim work.testbench 
# Loading work.testbench
# Loading work.sender
# Loading work.receiver
# Loading work.router
# Loading work.inctl
# Loading work.SK
# ** Warning: (vsim-3010) [TSCALE] - Module 'SK' has a `timescale directive in effect, but previous modules do not.
#         Region: /testbench/r/sk_east
# Loading work.crossbar5x5
# ** Warning: (vsim-3009) [TSCALE] - Module 'crossbar5x5' does not have a `timescale directive in effect, but previous modules do.
#         Region: /testbench/r/crossbar
# Loading work.SSC
# ** Warning: (vsim-3009) [TSCALE] - Module 'SSC' does not have a `timescale directive in effect, but previous modules do.
#         Region: /testbench/r/crossbar/ssc_east
# Loading work.OPA
# ** Warning: (vsim-3009) [TSCALE] - Module 'OPA' does not have a `timescale directive in effect, but previous modules do.
#         Region: /testbench/r/crossbar/opa_east
# ** Warning: (vsim-3017) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Too few port connections. Expected 32, found 19.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'reqin_south'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (34 or 34) does not match connection size (32) for port 'din_south'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'reqin_west'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (34 or 34) does not match connection size (32) for port 'din_west'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'reqin_north'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (34 or 34) does not match connection size (32) for port 'din_north'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'reqin_core'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (34 or 34) does not match connection size (32) for port 'din_core'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'ackin_east'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'ackin_west'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'ackin_north'.
#         Region: /testbench/r
# ** Warning: (vsim-3015) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [PCDPC] - Port size (1 or 1) does not match connection size (32) for port 'ackin_core'.
#         Region: /testbench/r
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'dout_core'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'reqout_core'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'dout_north'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'reqout_north'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'dout_west'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'reqout_west'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'dout_south'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'dout_east'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'reqout_east'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'ackout_core'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'ackout_north'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'ackout_west'.
# ** Warning: (vsim-3722) E:/work/experiments/NOC_Routing/mesh_dft/testbench.v(25): [TFMPC] - Missing connection for port 'ackout_south'.
add wave sim:/testbench/clk
add wave sim:/testbench/req_out
add wave sim:/testbench/ack_in
run
# Break key hit 
# Break at E:/work/experiments/NOC_Routing/mesh_dft/inctl.v line 59
quit -sim
# Compile of inctl.v was successful.
# Compile of inctl.v was successful.
# Compile of inctl.v failed with 1 errors.
# Compile of inctl.v was successful.
# Compile of crossbar.v failed with 1 errors.
# Compile of crossbar.v was successful.
# Compile of crossbar.v was successful.
# Compile of router.v was successful.
# Compile of sk.v was successful.
# Compile of router.v was successful.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -