Skip to content
Snippets Groups Projects
Commit 55a2dcb1 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected instance sopc_unb1_minimal instead of sopc_unb_minimal.

parent e31fc022
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ BEGIN ...@@ -147,7 +147,7 @@ BEGIN
-- SOPC for synthesis -- SOPC for synthesis
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
gen_sopc : IF g_sim = FALSE GENERATE gen_sopc : IF g_sim = FALSE GENERATE
u_sopc : ENTITY work.sopc_unb_minimal u_sopc : ENTITY work.sopc_unb1_minimal
PORT MAP ( PORT MAP (
clk_0 => xo_clk, clk_0 => xo_clk,
reset_n => xo_rst_n, reset_n => xo_rst_n,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment