Skip to content

Console Output

+ python3 /eda/processor_ci/main.py -c /eda/processor_ci/config.json -p scr1 -b digilent_arty_a7_100t
Final configuration file generated at /var/jenkins_home/workspace/scr1/scr1/build_digilent_arty_a7_100t.tcl
Error executing Makefile.
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_clk_ctrl.sv:6]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_core_top.sv:6]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_types.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_core_top.sv:7]
ERROR: [Synth 8-9263] cannot open include file 'scr1_memif.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_core_top.sv:8]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_dm.sv:40]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_dmi.sv:17]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_scu.sv:29]
ERROR: [Synth 8-9263] cannot open include file 'scr1_scu.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_scu.sv:30]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_tapc.sv:26]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_tapc_shift_reg.sv:6]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_tapc_synchronizer.sv:6]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_ipic.sv:34]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_csr.sv:33]
ERROR: [Synth 8-9263] cannot open include file 'scr1_csr.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_csr.sv:34]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_types.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_csr.sv:35]
ERROR: [Synth 8-9263] cannot open include file 'scr1_riscv_isa_decoding.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_csr.sv:36]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_exu.sv:40]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_types.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_exu.sv:41]
ERROR: [Synth 8-9263] cannot open include file 'scr1_memif.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/pipeline/scr1_pipe_exu.sv:42]
ERROR: [Synth 8-9263] cannot open include file 'scr1_arch_description.svh' [/var/jenkins_home/workspace/scr1/scr1/src/core/scr1_clk_ctrl.sv:6]
ERROR: [Synth 8-439] module 'processorci_top' not found
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 135, in <module>
    main(
  File "/eda/processor_ci/main.py", line 82, in main
    build(build_file_path, board_name, toolchain_path)
  File "/eda/processor_ci/core/fpga.py", line 307, in build
    raise subprocess.CalledProcessError(process.returncode, 'make')
subprocess.CalledProcessError: Command 'make' returned non-zero exit status 2.