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

📄 console.log

📁 RTL in Verilog (Vending Machine)
💻 LOG
📖 第 1 页 / 共 5 页
字号:
# Error: VCP2858 vending_machine.v : (109, 70): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (110, 44): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (110, 70): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (111, 44): Undeclared identifier: price_item_3.
# Error: VCP2858 vending_machine.v : (111, 70): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (112, 44): Undeclared identifier: price_item_4.
# Error: VCP2858 vending_machine.v : (112, 70): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (114, 116): Undeclared identifier: S3.
# Error: VCP5103 vending_machine.v : (115, 38): Undeclared identifier: S1.
# Error: VCP5103 vending_machine.v : (117, 53): Undeclared identifier: S2.
# Error: VCP5103 vending_machine.v : (119, 11): Undeclared identifier: S2.
# Error: VCP5103 vending_machine.v : (121, 33): Undeclared identifier: S0.
# Error: VCP5103 vending_machine.v : (124, 11): Undeclared identifier: S3.
# Error: VCP2000 vending_machine.v : (130, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (131, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (132, 49): Undeclared identifier: S4.
# Error: VCP5103 vending_machine.v : (134, 49): Undeclared identifier: S3.
# Error: VCP2000 vending_machine.v : (140, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (141, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (142, 49): Undeclared identifier: S4.
# Error: VCP5103 vending_machine.v : (144, 46): Undeclared identifier: S3.
# Error: VCP2000 vending_machine.v : (150, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (151, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (152, 49): Undeclared identifier: S4.
# Error: VCP5103 vending_machine.v : (154, 46): Undeclared identifier: S3.
# Error: VCP2000 vending_machine.v : (160, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (161, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (162, 49): Undeclared identifier: S4.
# Error: VCP5103 vending_machine.v : (164, 46): Undeclared identifier: S3.
# Error: VCP5103 vending_machine.v : (166, 41): Undeclared identifier: S3.
# Error: VCP5103 vending_machine.v : (167, 53): Undeclared identifier: S2.
# Error: VCP5103 vending_machine.v : (169, 11): Undeclared identifier: S4.
# Error: VCP2858 vending_machine.v : (171, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (172, 33): Undeclared identifier: S2.
# Error: VCP2020 vending_machine.v : (174, 1): case/x/z...endcase pair(s) mismatch detected. 1 <endcase> tokens are missing.
# Error: VCP2020 vending_machine.v : (174, 1): module/macromodule...endmodule pair(s) mismatch detected. 1 <endmodule> tokens are missing.
# Error: VCP2000 vending_machine.v : (174, 1): Syntax error. Unexpected token: end[_END]. Expected tokens: 'endcase' , ''' , '(' , '{' , 'default' ... .
# Error: VCP2858 vending_machine.v : (180, 34): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 34): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 34): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 34): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 34): current_total_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (186, 20): Undeclared identifier: S0.
# Error: VCP2000 vending_machine.v : (187, 5): Syntax error. Unexpected token: else[_ELSE]. Expected tokens: '#' , '(' , '{' , 'assign' , 'begin' ... .
# Compile failure 52 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: VCP2000 vending_machine.v : (105, 44): Syntax error. Unexpected token: +[O_PLUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2000 vending_machine.v : (106, 46): Syntax error. Unexpected token: +[O_PLUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2000 vending_machine.v : (107, 45): Syntax error. Unexpected token: +[O_PLUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP5103 vending_machine.v : (109, 44): Undeclared identifier: price_item_1.
# Error: VCP2858 vending_machine.v : (109, 70): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (110, 44): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (110, 70): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (111, 44): Undeclared identifier: price_item_3.
# Error: VCP2858 vending_machine.v : (111, 70): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (112, 44): Undeclared identifier: price_item_4.
# Error: VCP2858 vending_machine.v : (112, 70): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2000 vending_machine.v : (130, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (131, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (140, 65): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (141, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (150, 65): Undeclared identifier: price_item_3.
# Error: VCP2858 vending_machine.v : (151, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2000 vending_machine.v : (160, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (161, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (171, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2020 vending_machine.v : (174, 1): case/x/z...endcase pair(s) mismatch detected. 1 <endcase> tokens are missing.
# Error: VCP2020 vending_machine.v : (174, 1): module/macromodule...endmodule pair(s) mismatch detected. 1 <endmodule> tokens are missing.
# Error: VCP2000 vending_machine.v : (174, 1): Syntax error. Unexpected token: end[_END]. Expected tokens: 'endcase' , ''' , '(' , '{' , 'default' ... .
# Error: VCP2858 vending_machine.v : (180, 34): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 34): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 34): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 34): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 34): current_total_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (186, 20): Undeclared identifier: S0.
# Error: VCP2000 vending_machine.v : (187, 5): Syntax error. Unexpected token: else[_ELSE]. Expected tokens: '#' , '(' , '{' , 'assign' , 'begin' ... .
# Compile failure 30 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: VCP2000 vending_machine.v : (105, 44): Syntax error. Unexpected token: +[O_PLUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2000 vending_machine.v : (106, 46): Syntax error. Unexpected token: +[O_PLUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2000 vending_machine.v : (107, 45): Syntax error. Unexpected token: +[O_PLUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP5103 vending_machine.v : (109, 44): Undeclared identifier: price_item_1.
# Error: VCP2858 vending_machine.v : (109, 70): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (110, 44): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (110, 70): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (111, 44): Undeclared identifier: price_item_3.
# Error: VCP2858 vending_machine.v : (111, 70): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (112, 44): Undeclared identifier: price_item_4.
# Error: VCP2858 vending_machine.v : (112, 70): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2000 vending_machine.v : (130, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (131, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (140, 65): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (141, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (150, 65): Undeclared identifier: price_item_3.
# Error: VCP2858 vending_machine.v : (151, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (160, 65): Undeclared identifier: price_item_4.
# Error: VCP2858 vending_machine.v : (161, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (171, 35): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP2020 vending_machine.v : (174, 1): case/x/z...endcase pair(s) mismatch detected. 1 <endcase> tokens are missing.
# Error: VCP2020 vending_machine.v : (174, 1): module/macromodule...endmodule pair(s) mismatch detected. 1 <endmodule> tokens are missing.
# Error: VCP2000 vending_machine.v : (174, 1): Syntax error. Unexpected token: end[_END]. Expected tokens: 'endcase' , ''' , '(' , '{' , 'default' ... .
# Error: VCP2858 vending_machine.v : (180, 34): current_total_0 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (181, 34): current_total_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (182, 34): current_total_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (183, 34): current_total_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP2858 vending_machine.v : (184, 34): current_total_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2000 vending_machine.v : (187, 5): Syntax error. Unexpected token: else[_ELSE]. Expected tokens: '#' , '(' , '{' , 'assign' , 'begin' ... .
# Compile failure 29 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 : (109, 44): Undeclared identifier: price_item_1.
# Error: VCP2858 vending_machine.v : (109, 70): sufficient_item_1 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (110, 44): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (110, 70): sufficient_item_2 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (111, 44): Undeclared identifier: price_item_3.
# Error: VCP2858 vending_machine.v : (111, 70): sufficient_item_3 is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (112, 44): Undeclared identifier: price_item_4.
# Error: VCP2858 vending_machine.v : (112, 70): sufficient_item_4 is not a valid left-hand side of a procedural assignment.
# Error: VCP2000 vending_machine.v : (130, 41): Syntax error. Unexpected token: -[O_MINUS]. Expected tokens: ':' , '(' , '.' , ';' , '=' ... .
# Error: VCP2858 vending_machine.v : (131, 51): output_item is not a valid left-hand side of a procedural assignment.
# Error: VCP5103 vending_machine.v : (140, 65): Undeclared identifier: price_item_2.
# Error: VCP2858 vending_machine.v : (141, 51): output_item is not a valid left-hand side of a procedural assignment.

⌨️ 快捷键说明

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