Skip to content

Console Output

+ python3 /eda/processor_ci/main.py -c /eda/processor_ci/config -p cve2 -b digilent_arty_a7_100t
[LOCK] Criado: run.lock
File 'processor_ci_defines.vh' generated for board: 'digilent_arty_a7_100t'.
Final configuration file generated at /var/jenkins_home/workspace/cve2/cve2/build_digilent_arty_a7_100t.tcl
[LOCK] Removido: run.lock
Error executing Makefile.
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_branch_predict.sv:18]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_compressed_decoder.sv:14]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_controller.sv:10]
ERROR: [Synth 8-9263] cannot open include file 'dv_fcov_macros.svh' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_controller.sv:11]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_core.sv:10]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_cs_registers.sv:13]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_csr.sv:9]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_decoder.sv:14]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_fetch_fifo.sv:13]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_id_stage.sv:17]
ERROR: [Synth 8-9263] cannot open include file 'dv_fcov_macros.svh' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_id_stage.sv:18]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_if_stage.sv:14]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_load_store_unit.sv:14]
ERROR: [Synth 8-9263] cannot open include file 'dv_fcov_macros.svh' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_load_store_unit.sv:15]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_multdiv_fast.sv:15]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_multdiv_slow.sv:12]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_top.sv:11]
ERROR: [Synth 8-9263] cannot open include file 'prim_assert.sv' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_wb.sv:12]
ERROR: [Synth 8-9263] cannot open include file 'dv_fcov_macros.svh' [/var/jenkins_home/workspace/cve2/cve2/rtl/cve2_wb.sv:13]
ERROR: [Synth 8-8946] 'regfile_e' is not declared under prefix 'cve2_pkg' [/var/jenkins_home/workspace/cve2/cve2/dv/riscv_compliance/rtl/cve2_riscv_compliance.sv:25]
ERROR: [Synth 8-8946] 'RegFileFF' is not declared under prefix 'cve2_pkg' [/var/jenkins_home/workspace/cve2/cve2/dv/riscv_compliance/rtl/cve2_riscv_compliance.sv:25]
ERROR: [Synth 8-8946] 'FetchEnableOn' is not declared under prefix 'cve2_pkg' [/var/jenkins_home/workspace/cve2/cve2/dv/riscv_compliance/rtl/cve2_riscv_compliance.sv:176]
ERROR: [Synth 8-439] module 'Controller' not found [/eda/processor_ci/rtl/cve2.sv:69]
ERROR: [Synth 8-6156] failed synthesizing module 'processorci_top' [/eda/processor_ci/rtl/cve2.sv:5]
ERROR: [Common 17-69] Command failed: Synthesis failed - please see the console or run log file for details
make: *** [/eda/processor_ci/makefiles/digilent_arty_a7_100t.mk:12: digilent_arty_a7_100t.bit] Error 1

Traceback (most recent call last):
  File "/eda/processor_ci/main.py", line 142, in <module>
    main(
  File "/eda/processor_ci/main.py", line 89, in main
    build(build_file_path, board_name, toolchain_path)
  File "/eda/processor_ci/core/fpga.py", line 296, in build
    raise subprocess.CalledProcessError(process.returncode, 'make')
subprocess.CalledProcessError: Command 'make' returned non-zero exit status 2.