Skip to content
Failed

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/RV32IC-CPU
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -rf *.xml
[Pipeline] sh
+ rm -rf RV32IC-CPU
[Pipeline] sh
+ git clone --recursive --depth=1 https://github.com/djzenma/RV32IC-CPU RV32IC-CPU
Cloning into 'RV32IC-CPU'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Simulation)
[Pipeline] dir
Running in /var/jenkins_home/workspace/RV32IC-CPU/RV32IC-CPU
[Pipeline] {
[Pipeline] sh
+ /eda/oss-cad-suite/bin/iverilog -o simulation.out -g2005 -s RISCV_TOP RTL/Adder.v RTL/CSRRegFile.v RTL/ClkInverter.v RTL/InterruptAddressGenerator.v RTL/Interrupt_Detector.v RTL/PIC.v RTL/RISCV.v RTL/RISCV_TOP.v RTL/RegSrcUnit.v RTL/TMRGenerator.v RTL/decompression.v RTL/memAddressSelectUnit.v RTL/ALU/ALU.v RTL/ALU/AdderSub.v RTL/ALU/Full_Adder.v RTL/ALU/RippleAdder.v RTL/Control/ALUControl.v RTL/Control/BranchUnit.v RTL/Control/ControlUnit.v RTL/Global/values.v RTL/Memory/Memory.v RTL/Other Units/ClkDiv.v RTL/Other Units/ForwardUnit.v RTL/Other Units/ImmGen.v RTL/Others/Decoder5_32.v RTL/Others/Mux2_1.v RTL/Others/Mux4_1.v RTL/Others/SSDDriver.v RTL/Others/ShiftLeft1.v RTL/Others/SignExtend.v RTL/Registers/FlipFlop.v RTL/Registers/RegFile.v RTL/Registers/RegWLoad.v RTL/Registers/regfileModel.v
RTL/CSRRegFile.v:170: warning: macro CODE_SEGMENT undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:33: warning: macro NMI undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:34: warning: macro ECALL undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:35: warning: macro EBREAK undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:36: warning: macro TMR undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:37: warning: macro INT undefined (and assumed null) at this point.
RTL/Interrupt_Detector.v:41: warning: macro NMI undefined (and assumed null) at this point.
RTL/Interrupt_Detector.v:42: warning: macro EBREAK undefined (and assumed null) at this point.
RTL/Interrupt_Detector.v:43: warning: macro TMR undefined (and assumed null) at this point.
RTL/Interrupt_Detector.v:44: warning: macro INT undefined (and assumed null) at this point.
RTL/Interrupt_Detector.v:45: warning: macro ECALL undefined (and assumed null) at this point.
RTL/RISCV.v:352: warning: macro MEPC_ADDR undefined (and assumed null) at this point.
RTL/ALU/ALU.v:24: warning: macro ALU_ADD undefined (and assumed null) at this point.
RTL/ALU/ALU.v:28: warning: macro ALU_SUB undefined (and assumed null) at this point.
RTL/ALU/ALU.v:32: warning: macro ALU_PASS undefined (and assumed null) at this point.
RTL/ALU/ALU.v:33: warning: macro ALU_OR undefined (and assumed null) at this point.
RTL/ALU/ALU.v:34: warning: macro ALU_AND undefined (and assumed null) at this point.
RTL/ALU/ALU.v:35: warning: macro ALU_XOR undefined (and assumed null) at this point.
RTL/ALU/ALU.v:36: warning: macro ALU_SRL undefined (and assumed null) at this point.
RTL/ALU/ALU.v:37: warning: macro ALU_SRA undefined (and assumed null) at this point.
RTL/ALU/ALU.v:38: warning: macro ALU_SLL undefined (and assumed null) at this point.
RTL/ALU/ALU.v:39: warning: macro ALU_SLT undefined (and assumed null) at this point.
RTL/ALU/ALU.v:40: warning: macro ALU_SLTU undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:15: warning: macro ALUOP_ADD undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:15: warning: macro ALU_ADD undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:16: warning: macro ALUOP_SUB undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:16: warning: macro ALU_SUB undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:17: warning: macro ALUOP_OTHER undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:18: warning: macro F3_SLL undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:18: warning: macro ALU_SLL undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:19: warning: macro F3_SLT undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:19: warning: macro ALU_SLT undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:20: warning: macro F3_SLTU undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:20: warning: macro ALU_SLTU undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:21: warning: macro F3_XOR undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:21: warning: macro ALU_XOR undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:22: warning: macro F3_SRL undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:22: warning: macro ALU_SRL undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:23: warning: macro F3_OR undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:23: warning: macro ALU_OR undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:24: warning: macro F3_AND undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:24: warning: macro ALU_AND undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:25: warning: macro F3_SRL undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:25: warning: macro F7_SRA undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:25: warning: macro ALU_SRA undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:26: warning: macro ALU_ADD undefined (and assumed null) at this point.
RTL/Control/ALUControl.v:28: warning: macro ALU_PASS undefined (and assumed null) at this point.
RTL/Control/BranchUnit.v:32: warning: macro BR_BEQ undefined (and assumed null) at this point.
RTL/Control/BranchUnit.v:33: warning: macro BR_BNE undefined (and assumed null) at this point.
RTL/Control/BranchUnit.v:34: warning: macro BR_BLT undefined (and assumed null) at this point.
RTL/Control/BranchUnit.v:35: warning: macro BR_BGE undefined (and assumed null) at this point.
RTL/Control/BranchUnit.v:36: warning: macro BR_BLTU undefined (and assumed null) at this point.
RTL/Control/BranchUnit.v:37: warning: macro BR_BGEU undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:29: warning: macro OPCODE_JAL undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:30: warning: macro OPCODE_JALR undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:33: warning: macro OPCODE_Branch undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:34: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:35: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:36: warning: macro OPCODE_Store undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:37: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:37: warning: macro OPCODE_Store undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:37: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:37: warning: macro OPCODE_AUIPC undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_JAL undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_JALR undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_LUI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:38: warning: macro OPCODE_AUIPC undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:40: RTL/CSRRegFile.vwarning: macro OPCODE_Store undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:40: :warning: macro S_SW undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:40: 170warning: macro MEM_W undefined (and assumed null) at this point.
: syntax errorRTL/Control/ControlUnit.v:41: warning: macro OPCODE_Store undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:41: warning: macro S_SH undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:41: warning: macro MEM_HW undefined (and assumed null) at this point.
RTL/CSRRegFile.v:170: RTL/Control/ControlUnit.v:42: error: Malformed conditional expression.warning: macro OPCODE_Store undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:42: warning: macro S_SB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:42: warning: macro MEM_B undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:43: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:43: warning: macro L_LW undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:43: warning: macro MEM_W undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:44: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:44: warning: macro L_LH undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:44: warning: macro MEM_HW undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:45: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:45: warning: macro L_LB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:45: warning: macro MEM_B undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:46: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:46: warning: macro L_LBU undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:46: warning: macro MEM_B undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:47: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:47: warning: macro L_LHU undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:47: warning: macro MEM_HW undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:48: warning: macro MEM_W undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:50: warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:50: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:50: warning: macro F3_ADD undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:50: warning: macro F7_SUB undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.vRTL/Control/ControlUnit.v:50: :warning: macro ALUOP_SUB undefined (and assumed null) at this point.
33: RTL/Control/ControlUnit.v:51: syntax errorwarning: macro OPCODE_Arith_R undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:51: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:51: RTL/InterruptAddressGenerator.v:33: warning: macro F3_ADD undefined (and assumed null) at this point.
error: Incomprehensible case expression.RTL/Control/ControlUnit.v:51: 
warning: macro ALUOP_ADD undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:RTL/Control/ControlUnit.v:52: 34warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
: RTL/Control/ControlUnit.v:52: syntax errorwarning: macro OPCODE_Arith_I undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:52: warning: macro F3_SLL undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:34: RTL/Control/ControlUnit.v:52: error: Incomprehensible case expression.warning: macro ALUOP_OTHER undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:53: RTL/InterruptAddressGenerator.vwarning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
:RTL/Control/ControlUnit.v:53: 35warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
: RTL/Control/ControlUnit.v:53: syntax errorwarning: macro F3_SLT undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:53: warning: macro ALUOP_OTHER undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:35: RTL/Control/ControlUnit.v:54: error: Incomprehensible case expression.warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:54: RTL/InterruptAddressGenerator.vwarning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
:RTL/Control/ControlUnit.v:54: 36warning: macro F3_SLTU undefined (and assumed null) at this point.
: RTL/Control/ControlUnit.v:54: syntax errorwarning: macro ALUOP_OTHER undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:55: warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:36: RTL/Control/ControlUnit.v:55: error: Incomprehensible case expression.warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:55: RTL/InterruptAddressGenerator.vwarning: macro F3_XOR undefined (and assumed null) at this point.
:RTL/Control/ControlUnit.v:55: 37warning: macro ALUOP_OTHER undefined (and assumed null) at this point.
: syntax errorRTL/Control/ControlUnit.v:56: 
warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:56: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/InterruptAddressGenerator.v:37: RTL/Control/ControlUnit.v:56: error: Incomprehensible case expression.warning: macro F3_SRL undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:56: warning: macro ALUOP_OTHER undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:57: warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:57: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:57: warning: macro F3_OR undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:57: warning: macro ALUOP_OTHER undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:58: warning: macro OPCODE_Arith_R undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:58: warning: macro OPCODE_Arith_I undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:58: warning: macro F3_AND undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:58: warning: macro ALUOP_OTHER undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:60: warning: macro OPCODE_Branch undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:60: warning: macro BR_BEQ undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:60: warning: macro ALUOP_SUB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:61: warning: macro OPCODE_Branch undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:61: warning: macro BR_BNE undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:61: warning: macro ALUOP_SUB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:62: RTL/Interrupt_Detector.vwarning: macro OPCODE_Branch undefined (and assumed null) at this point.
:RTL/Control/ControlUnit.v:62: 41warning: macro BR_BLT undefined (and assumed null) at this point.
: RTL/Control/ControlUnit.v:62: syntax errorwarning: macro ALUOP_SUB undefined (and assumed null) at this point.

RTL/Control/ControlUnit.v:63: warning: macro OPCODE_Branch undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:63: RTL/Interrupt_Detector.v:41: warning: macro BR_BGE undefined (and assumed null) at this point.
error: Syntax error in continuous assignmentRTL/Control/ControlUnit.v:63: 
warning: macro ALUOP_SUB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:64: warning: macro OPCODE_Branch undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:64: warning: macro BR_BLTU undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:64: warning: macro ALUOP_SUB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:65: warning: macro OPCODE_Branch undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:65: warning: macro BR_BGEU undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:65: warning: macro ALUOP_SUB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:67: warning: macro OPCODE_Load undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:67: warning: macro ALUOP_ADD undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:69: warning: macro OPCODE_AUIPC undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:69: warning: macro ALUOP_ADD undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:70: warning: macro ALU_PASS undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:72: warning: macro OPCODE_LUI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:74: warning: macro OPCODE_AUIPC undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:76: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:76: warning: macro SYS_EC_EB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:76: warning: macro MRET undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:78: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:78: warning: macro SYS_EC_EB undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:80: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:80: warning: macro PRIV undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:80: warning: macro MRET undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro SYS_CSRRW undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro SYS_CSRRS undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro SYS_CSRRC undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro SYS_CSRRWI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro SYS_CSRRSI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:82: warning: macro SYS_CSRRCI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:84: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:84: warning: macro SYS_CSRRS undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:86: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:86: warning: macro SYS_CSRRC undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:88: warning: macro OPCODE_SYSTEM undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:88: warning: macro SYS_CSRRWI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:88: warning: macro SYS_CSRRSI undefined (and assumed null) at this point.
RTL/Control/ControlUnit.v:88: warning: macro SYS_CSRRCI undefined (and assumed null) at this point.
RTL/Other: No such file or directory
RTL/RISCV.v:352: syntax error
RTL/RISCV.v:352: error: Syntax error in continuous assignment
RTL/ALU/ALU.v:24: syntax error
RTL/ALU/ALU.v:28: syntax error
RTL/ALU/ALU.v:29: Syntax in assignment statement l-value.
RTL/ALU/ALU.v:24: error: Incomprehensible case expression.
RTL/ALU/ALU.v:30: syntax error
RTL/ALU/ALU.v:32: error: Incomprehensible case expression.
RTL/ALU/ALU.v:33: syntax error
RTL/ALU/ALU.v:33: error: Incomprehensible case expression.
RTL/ALU/ALU.v:34: syntax error
RTL/ALU/ALU.v:34: error: Incomprehensible case expression.
RTL/ALU/ALU.v:35: syntax error
RTL/ALU/ALU.v:35: error: Incomprehensible case expression.
RTL/ALU/ALU.v:36: syntax error
RTL/ALU/ALU.v:36: error: Incomprehensible case expression.
RTL/ALU/ALU.v:37: syntax error
RTL/ALU/ALU.v:37: error: Incomprehensible case expression.
RTL/ALU/ALU.v:38: syntax error
RTL/ALU/ALU.v:38: error: Incomprehensible case expression.
RTL/ALU/ALU.v:39: syntax error
RTL/ALU/ALU.v:39: error: Incomprehensible case expression.
RTL/ALU/ALU.v:40: syntax error
RTL/ALU/ALU.v:40: error: Incomprehensible case expression.
RTL/Control/ALUControl.v:15: syntax error
RTL/Control/ALUControl.v:15: syntax error
RTL/Control/ALUControl.v:15: error: Malformed statement
RTL/Control/ALUControl.v:15: error: Incomprehensible case expression.
RTL/Control/ALUControl.v:16: syntax error
RTL/Control/ALUControl.v:16: syntax error
RTL/Control/ALUControl.v:16: error: Malformed statement
RTL/Control/ALUControl.v:16: error: Incomprehensible case expression.
RTL/Control/ALUControl.v:17: syntax error
RTL/Control/ALUControl.v:18: syntax error
RTL/Control/ALUControl.v:26: error: Malformed statement
RTL/Control/ALUControl.v:17: error: Incomprehensible case expression.
RTL/Control/ALUControl.v:28: syntax error
RTL/Control/ALUControl.v:28: error: Malformed statement
RTL/Control/BranchUnit.v:32: syntax error
RTL/Control/BranchUnit.v:32: error: Incomprehensible case expression.
RTL/Control/BranchUnit.v:33: syntax error
RTL/Control/BranchUnit.v:33: error: Incomprehensible case expression.
RTL/Control/BranchUnit.v:34: syntax error
RTL/Control/BranchUnit.v:34: error: Incomprehensible case expression.
RTL/Control/BranchUnit.v:35: syntax error
RTL/Control/BranchUnit.v:35: error: Incomprehensible case expression.
RTL/Control/BranchUnit.v:36: syntax error
RTL/Control/BranchUnit.v:36: error: Incomprehensible case expression.
RTL/Control/BranchUnit.v:37: syntax error
RTL/Control/BranchUnit.v:37: error: Incomprehensible case expression.
RTL/Control/ControlUnit.v:29: syntax error
RTL/Control/ControlUnit.v:29: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:33: syntax error
RTL/Control/ControlUnit.v:33: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:34: syntax error
RTL/Control/ControlUnit.v:34: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:35: syntax error
RTL/Control/ControlUnit.v:35: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:36: syntax error
RTL/Control/ControlUnit.v:36: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:37: syntax error
RTL/Control/ControlUnit.v:37: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:38: syntax error
RTL/Control/ControlUnit.v:38: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:40: syntax error
RTL/Control/ControlUnit.v:40: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:50: syntax error
RTL/Control/ControlUnit.v:50: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:72: syntax error
RTL/Control/ControlUnit.v:72: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:74: syntax error
RTL/Control/ControlUnit.v:74: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:76: syntax error
RTL/Control/ControlUnit.v:76: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:78: syntax error
RTL/Control/ControlUnit.v:78: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:80: syntax error
RTL/Control/ControlUnit.v:80: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:82: syntax error
RTL/Control/ControlUnit.v:82: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:84: syntax error
RTL/Control/ControlUnit.v:84: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:86: syntax error
RTL/Control/ControlUnit.v:86: error: Syntax error in continuous assignment
RTL/Control/ControlUnit.v:88: syntax error
RTL/Control/ControlUnit.v:88: error: Syntax error in continuous assignment
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Utilities)
Stage "Utilities" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (FPGA Build Pipeline)
Stage "FPGA Build Pipeline" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] parallel
[Pipeline] { (Branch: digilent_arty_a7_100t)
[Pipeline] stage
[Pipeline] { (digilent_arty_a7_100t)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] stage
[Pipeline] { (Synthesis and PnR)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Flash digilent_arty_a7_100t)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test digilent_arty_a7_100t)
Stage "digilent_arty_a7_100t" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch digilent_arty_a7_100t
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
Error when executing always post condition:
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d6666e95-4c83-453d-8aab-8636f7a250c4
hudson.AbortException: No test report files were found. Configuration error?
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:253)
	at hudson.FilePath.act(FilePath.java:1234)
	at hudson.FilePath.act(FilePath.java:1217)
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:146)
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:177)
	at PluginClassLoader for junit//hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:282)
	at PluginClassLoader for junit//hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:62)
	at PluginClassLoader for junit//hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:27)
	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 100
Finished: FAILURE