diff --git a/hw/super6502_fpga/src/rtl/super_6502_fpga.sv b/hw/super6502_fpga/src/rtl/super_6502_fpga.sv index 9220ebd..908bd4e 100644 --- a/hw/super6502_fpga/src/rtl/super_6502_fpga.sv +++ b/hw/super6502_fpga/src/rtl/super_6502_fpga.sv @@ -526,7 +526,7 @@ logic network_processor_reset; always_ff @(posedge i_sysclk) network_processor_reset <= ~master_resetn; network_processor #( - .NUM_TCP(1) + .NUM_TCP(2) ) u_network_processor ( .i_clk (i_sysclk), .i_rst (network_processor_reset), diff --git a/hw/super6502_fpga/super6502_fpga.xml b/hw/super6502_fpga/super6502_fpga.xml index 730db5d..4d2ba84 100644 --- a/hw/super6502_fpga/super6502_fpga.xml +++ b/hw/super6502_fpga/super6502_fpga.xml @@ -1,5 +1,5 @@ - +