Commit 3a234452 authored by A. Hahn's avatar A. Hahn Committed by Tristan Gingold

wrc_urv_wrapper.vhd: add urv_pkg pkg and remove entity work from U_cpu_core

parent 8f548b06
Pipeline #4108 failed with stage
......@@ -30,7 +30,8 @@ use ieee.numeric_std.all;
use work.genram_pkg.all;
use work.wishbone_pkg.all;
use work.wrc_cpu_csr_wbgen2_pkg.all;
use work.urv_pkg.all;
entity wrc_urv_wrapper is
generic(
g_IRAM_SIZE : integer;
......@@ -116,7 +117,7 @@ architecture arch of wrc_urv_wrapper is
signal regs_in : t_wrc_cpu_csr_out_registers;
signal regs_out : t_wrc_cpu_csr_in_registers;
begin
wrc_cpu_csr_wb_slave_1: entity work.wrc_cpu_csr_wb_slave
......@@ -130,7 +131,7 @@ begin
dwb_o <= dwb_out;
U_cpu_core : entity work.urv_cpu
U_cpu_core : urv_cpu
generic map (
g_with_hw_debug => 1,
g_with_hw_mulh => 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment