Commit a2a4d3e4 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

update 8/18 port top files to disable chipscope and injection

Conflicts:

	top/scb_18ports/scb_top_synthesis.vhd
	top/scb_8ports/scb_top_synthesis.vhd
parent e6e02440
......@@ -689,7 +689,7 @@ begin
g_with_HWIU => true,
g_with_PSTATS => true,
g_with_muxed_CS => false,
g_inj_per_EP => "00" & x"0003") --only first two ports have injection engine
g_inj_per_EP => "00" & x"0000")
port map (
sys_rst_n_i => sys_rst_n_i,
clk_startup_i => clk_sys_startup,
......
......@@ -703,7 +703,7 @@ begin
g_with_HWIU => true,
g_with_PSTATS => true,
g_with_muxed_CS => false,
g_inj_per_EP => "00" & x"0003" --only first two ports have injection engine
g_inj_per_EP => "00" & x"0000"
)
port map (
sys_rst_n_i => sys_rst_n_i,
......
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