Commit 9466c226 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Enable LM32 debug interface

=> needed for gdb connection
=> needed for loading LM32 firmware over JTAG
parent 9b88174b
......@@ -649,7 +649,7 @@ begin
-- LM32
-----------------------------------------------------------------------------
LM32_CORE : xwb_lm32
generic map(g_profile => "medium_icache")
generic map(g_profile => "medium_icache_debug")
port map(
clk_sys_i => clk_sys_i,
rst_n_i => rst_wrc_n,
......
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