tb: set uart debug disable

Signed-off-by: liangkangnan <liangkangnan@163.com>
pull/1/head
liangkangnan 2020-07-04 17:31:58 +08:00
parent 15f10fbf35
commit 96b2eca546
2 changed files with 4 additions and 2 deletions

View File

@ -510,7 +510,8 @@ module tinyriscv_soc_tb;
tinyriscv_soc_top tinyriscv_soc_top_0( tinyriscv_soc_top tinyriscv_soc_top_0(
.clk(clk), .clk(clk),
.rst(rst)/* .rst(rst),
.uart_debug_pin(1'b0)/*
.jtag_TCK(TCK), .jtag_TCK(TCK),
.jtag_TMS(TMS), .jtag_TMS(TMS),
.jtag_TDI(TDI), .jtag_TDI(TDI),

View File

@ -496,7 +496,8 @@ module tinyriscv_soc_tb;
tinyriscv_soc_top tinyriscv_soc_top_0( tinyriscv_soc_top tinyriscv_soc_top_0(
.clk(clk), .clk(clk),
.rst(rst)/* .rst(rst),
.uart_debug_pin(1'b0)/*
.jtag_TCK(TCK), .jtag_TCK(TCK),
.jtag_TMS(TMS), .jtag_TMS(TMS),
.jtag_TDI(TDI), .jtag_TDI(TDI),