-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranscript
More file actions
33 lines (33 loc) · 1.73 KB
/
transcript
File metadata and controls
33 lines (33 loc) · 1.73 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
# Reading pref.tcl
# OpenFile {D:/CUFE/1st Year/2nd term/logical design/AES.vs/ShiftRows_inv.v}
vlib work
vlog -reportprogress 300 -work work {D:/CUFE/1st Year/2nd term/logical design/AES.vs/ShiftRows_inv.v}
# Model Technology ModelSim - Intel FPGA Edition vlog 2020.1 Compiler 2020.02 Feb 28 2020
# Start time: 16:17:10 on Apr 28,2024
# vlog -reportprogress 300 -work work D:/CUFE/1st Year/2nd term/logical design/AES.vs/ShiftRows_inv.v
# -- Compiling module ShiftRows_inv
#
# Top level modules:
# ShiftRows_inv
# End time: 16:17:10 on Apr 28,2024, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
vlib work
# ** Warning: (vlib-34) Library already exists at "work".
vlog -reportprogress 300 -work work {D:/CUFE/1st Year/2nd term/logical design/AES.vs/ShiftRows_inv.v}
# Model Technology ModelSim - Intel FPGA Edition vlog 2020.1 Compiler 2020.02 Feb 28 2020
# Start time: 16:17:18 on Apr 28,2024
# vlog -reportprogress 300 -work work D:/CUFE/1st Year/2nd term/logical design/AES.vs/ShiftRows_inv.v
# -- Compiling module ShiftRows_inv
#
# Top level modules:
# ShiftRows_inv
# End time: 16:17:18 on Apr 28,2024, Elapsed time: 0:00:00
# Errors: 0, Warnings: 0
vlog -reportprogress 300 -work work {D:/CUFE/1st Year/2nd term/logical design/AES.vs/work/ShiftRows_inv.v}
# Model Technology ModelSim - Intel FPGA Edition vlog 2020.1 Compiler 2020.02 Feb 28 2020
# Start time: 16:17:32 on Apr 28,2024
# vlog -reportprogress 300 -work work D:/CUFE/1st Year/2nd term/logical design/AES.vs/work/ShiftRows_inv.v
# ** Error: (vlog-7) Failed to open design unit file "D:/CUFE/1st Year/2nd term/logical design/AES.vs/work/ShiftRows_inv.v" in read mode.
# No such file or directory. (errno = ENOENT)
# End time: 16:17:32 on Apr 28,2024, Elapsed time: 0:00:00
# Errors: 1, Warnings: 0