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

📄 console.log

📁 RTL in Verilog (Vending Machine)
💻 LOG
📖 第 1 页 / 共 5 页
字号:
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (112, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (130, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (140, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (150, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (160, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (170, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 38): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 38): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 38): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 38): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (185, 38): current_total_4 is not a valid left-hand side of a procedural assignment.
# Compile failure 14 Errors 0 Warnings  Analysis time: 0[s].
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (112, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (130, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (140, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (150, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (160, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (170, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 38): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 38): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 38): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 38): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (185, 38): current_total_4 is not a valid left-hand side of a procedural assignment.
# Compile failure 14 Errors 0 Warnings  Analysis time: 0[s].
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP2858 vending_machine.v : (108, 64): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (129, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (139, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (149, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (159, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (169, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (180, 38): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 38): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 38): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 38): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 38): current_total_4 is not a valid left-hand side of a procedural assignment.
# Compile failure 14 Errors 0 Warnings  Analysis time: 0[s].
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP5103 vending_machine.v : (108, 67): Undeclared identifier: True.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (129, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (139, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (149, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (159, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (169, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (180, 38): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 38): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 38): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 38): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 38): current_total_4 is not a valid left-hand side of a procedural assignment.
# Compile failure 14 Errors 0 Warnings  Analysis time: 0[s].
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP5103 vending_machine.v : (108, 67): Undeclared identifier: TRUE.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (129, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (139, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (149, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (159, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (169, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (180, 38): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 38): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 38): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 38): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 38): current_total_4 is not a valid left-hand side of a procedural assignment.
# Compile failure 14 Errors 0 Warnings  Analysis time: 0[s].
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP2858 vending_machine.v : (108, 64): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (129, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (139, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (149, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (159, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (169, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (180, 38): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 38): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 38): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 38): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 38): current_total_4 is not a valid left-hand side of a procedural assignment.
# Compile failure 14 Errors 0 Warnings  Analysis time: 1[s].
alog -sve  -work vending_machine $DSN/src/vending_machine.v
# Compile...
# Pass 1. Scanning modules hierarchy.
# Pass 2. Processing instantiations.
# Pass 3. Processing behavioral statements.
# Error: VCP2858 vending_machine.v : (108, 64): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (109, 67): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (110, 67): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (111, 67): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (129, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (139, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (149, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (159, 51): output_item is not a valid left-hand side of a procedural assignment.

⌨️ 快捷键说明

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