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,6 +30,7 @@ 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(
......@@ -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