Skip to content
Failed

Console Output

Started by user Julio Nunes Avelar
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/Klessydra-T03
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Git Clone)
[Pipeline] sh
+ rm -Rf T03x/ build/
[Pipeline] sh
+ git clone https://github.com/klessydra/T03x.git
Cloning into 'T03x'...
[Pipeline] sh
+ cd T03x
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (GHDL)
[Pipeline] sh
+ /eda/oss-cad-suite/bin/ghdl -a --std=08 T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd T03x/klessydra-t0-3th/PKG_RiscV_Klessydra_thread_parameters.vhd T03x/klessydra-t0-3th/RTL-CSR_Unit.vhd T03x/klessydra-t0-3th/RTL-Debug_Unit.vhd T03x/klessydra-t0-3th/RTL-Processing_Pipeline.vhd T03x/klessydra-t0-3th/RTL-Program_Counter_unit.vhd T03x/klessydra-t0-3th/STR-Klessydra_top.vhd
T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd:7:10:error: unit "thread_parameters_klessydra" not found in library "work"
use work.thread_parameters_klessydra.all;
         ^
T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd:16:37:error: no declaration for "harc_range"
  type replicated_32b_reg is array (harc_range) of std_logic_vector(31 downto 0);
                                    ^
T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd:17:33:error: no declaration for "harc_range"
  type replicated_bit is array (harc_range) of std_logic;
                                ^
T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd:18:46:error: no declaration for "harc_range"
  type replicated_positive_integer is array (harc_range) of natural;
                                             ^
T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd:20:43:error: no declaration for "harc_range"
  type regfile_replicated_array is array (harc_range) of regfile_behavioral_array;
                                          ^
T03x/klessydra-t0-3th/PKG_RiscV_Klessydra.vhd:338:14:error: package "riscv_klessydra" was not analysed
package body riscv_klessydra is
             ^
/eda/oss-cad-suite/libexec/ghdl:error: compilation error
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE