rtl: top: make jtag host highest priority

Signed-off-by: liangkangnan <liangkangnan@163.com>
pull/4/head
liangkangnan 2021-06-05 19:59:07 +08:00
parent 4436e0cc6a
commit 6121a21322
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ module tinyriscv_soc_top(
`endif `endif
// masters // masters
localparam int CoreD = 0; localparam int JtagHost = 0;
localparam int JtagHost = 1; localparam int CoreD = 1;
localparam int CoreI = 2; localparam int CoreI = 2;
// slaves // slaves