Skip to content

Console Output

+ /eda/oss-cad-suite/bin/ghdl -a --std=08 example/aee_rom_wrapper.vhd example/toplevel.vhd soc/pp_fifo.vhd soc/pp_soc_gpio.vhd soc/pp_soc_intercon.vhd soc/pp_soc_memory.vhd soc/pp_soc_reset.vhd soc/pp_soc_timer.vhd soc/pp_soc_uart.vhd src/pp_alu.vhd src/pp_alu_control_unit.vhd src/pp_alu_mux.vhd src/pp_comparator.vhd src/pp_constants.vhd src/pp_control_unit.vhd src/pp_core.vhd src/pp_counter.vhd src/pp_csr.vhd src/pp_csr_alu.vhd src/pp_csr_unit.vhd src/pp_decode.vhd src/pp_execute.vhd src/pp_fetch.vhd src/pp_icache.vhd src/pp_imm_decoder.vhd src/pp_memory.vhd src/pp_potato.vhd src/pp_register_file.vhd src/pp_types.vhd src/pp_utilities.vhd src/pp_wb_adapter.vhd src/pp_wb_arbiter.vhd src/pp_writeback.vhd example/tb_toplevel.vhd testbenches/tb_processor.vhd testbenches/tb_soc.vhd testbenches/tb_soc_gpio.vhd testbenches/tb_soc_intercon.vhd testbenches/tb_soc_memory.vhd testbenches/tb_soc_timer.vhd testbenches/tb_soc_uart.vhd
example/aee_rom_wrapper.vhd:9:10:error: unit "pp_utilities" not found in library "work"
use work.pp_utilities.all;
         ^
example/aee_rom_wrapper.vhd:20:51:error: no declaration for "log2"
                wb_adr_in  : in  std_logic_vector(log2(MEMORY_SIZE) - 1 downto 0);
                                                  ^
example/aee_rom_wrapper.vhd:29:27:error: entity "aee_rom_wrapper" was not analysed
architecture behaviour of aee_rom_wrapper is
                          ^
/eda/oss-cad-suite/libexec/ghdl:error: compilation error