Skip to content

Console Output

+ python3 /eda/processor_ci/main.py -c /eda/processor_ci/config -p arRISCado -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/arRISCado/arRISCado/build_digilent_arty_a7_100t.tcl
[LOCK] Removido: run.lock
Error executing Makefile.
ERROR: [Synth 8-6735] net type must be explicitly specified for 'clk' when default_nettype is none [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:9]
ERROR: [Synth 8-9844] non-net port 'clk' cannot be of mode input [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:9]
ERROR: [Synth 8-6735] net type must be explicitly specified for 'flashMiso' when default_nettype is none [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:11]
ERROR: [Synth 8-9844] non-net port 'flashMiso' cannot be of mode input [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:11]
ERROR: [Synth 8-6735] net type must be explicitly specified for 'addr' when default_nettype is none [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:14]
ERROR: [Synth 8-9844] non-net port 'addr' cannot be of mode input [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:14]
ERROR: [Synth 8-6735] net type must be explicitly specified for 'enable' when default_nettype is none [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:16]
ERROR: [Synth 8-9844] non-net port 'enable' cannot be of mode input [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:16]
ERROR: [Synth 8-2158] illegal operand for operator ~ [/var/jenkins_home/workspace/arRISCado/arRISCado/project/flash.v:96]
ERROR: [Synth 8-439] module 'uart_rx' not found [/eda/processor-ci-controller/modules/uart.sv:260]
ERROR: [Synth 8-6156] failed synthesizing module 'UART' [/eda/processor-ci-controller/modules/uart.sv:1]
ERROR: [Synth 8-6156] failed synthesizing module 'Controller' [/eda/processor-ci-controller/rtl/controller.sv:1]
ERROR: [Synth 8-6156] failed synthesizing module 'processorci_top' [/eda/processor_ci/rtl/arRISCado.sv:7]
ERROR: [Synth 8-6156] failed synthesizing module 'fpga_top' [/eda/processor_ci/internal/fpga_top.sv:8]
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 299, in build
    raise subprocess.CalledProcessError(process.returncode, 'make')
subprocess.CalledProcessError: Command 'make' returned non-zero exit status 2.