-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtranscript
More file actions
executable file
·38 lines (38 loc) · 1.5 KB
/
Copy pathtranscript
File metadata and controls
executable file
·38 lines (38 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Reading C:/modeltech_10.1a/tcl/vsim/pref.tcl
# // ModelSim SE 10.1a Feb 22 2012
# //
# // Copyright 1991-2012 Mentor Graphics Corporation
# // 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.
# //
# do {Counter_6_test.fdo}
# ** Warning: (vlib-34) Library already exists at "work".
#
# Model Technology ModelSim SE vcom 10.1a Compiler 2012.02 Feb 22 2012
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Loading package std_logic_arith
# -- Loading package STD_LOGIC_UNSIGNED
# -- Compiling entity Counter_6
# -- Compiling architecture Behavioral of Counter_6
# Model Technology ModelSim SE vcom 10.1a Compiler 2012.02 Feb 22 2012
# -- Loading package STANDARD
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# -- Compiling entity Counter_6_test
# -- Compiling architecture behavior of Counter_6_test
# vsim -lib work -voptargs=\"+acc\" -t 1ps work.Counter_6_test
# ** Note: (vsim-3812) Design is being optimized...
#
# ** Error: Counter_6_test.vhd(74): (vopt-1133) Type mismatch for port "count_out" in component "Counter_6" when binding to entity "Counter_6".
#
# ** Error: Counter_6.vhd(42): Vopt Compiler exiting
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./Counter_6_test.fdo PAUSED at line 28
# Load canceled