Skip to content
Snippets Groups Projects
Commit c70d8210 authored by dwf1m12's avatar dwf1m12
Browse files

update QS testbench to fix binary code uploads

parent e64d92df
No related branches found
No related tags found
No related merge requests found
...@@ -360,15 +360,15 @@ nanosoc_ft1248x1_track ...@@ -360,15 +360,15 @@ nanosoc_ft1248x1_track
`endif `endif
`ifndef COCOTB_SIM `ifndef COCOTB_SIM
nanosoc_uart_capture #(.LOGFILENAME("logs/ft1248_ip.log")) // nanosoc_uart_capture #(.LOGFILENAME("logs/ft1248_ip.log"))
u_nanosoc_uart_capture2( // u_nanosoc_uart_capture2(
.RESETn (NRST), // .RESETn (NRST),
.CLK (ft_clk2uart), // .CLK (ft_clk2uart),
.RXD (ft_txd2uart), // .RXD (ft_txd2uart),
.DEBUG_TESTER_ENABLE ( ), // .DEBUG_TESTER_ENABLE ( ),
.SIMULATIONEND (), // This signal set to 1 at the end of simulation. // .SIMULATIONEND (), // This signal set to 1 at the end of simulation.
.AUXCTRL () // .AUXCTRL ()
); // );
`endif `endif
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment