From 2c5d835dd93b71caa10d22d1e8a2a575fb563030 Mon Sep 17 00:00:00 2001 From: bsdevlin Date: Tue, 2 Jul 2019 21:15:24 +0800 Subject: [PATCH] bugfix for bls tx interface --- zcash_fpga/src/rtl/bls12_381/bls12_381_top.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/zcash_fpga/src/rtl/bls12_381/bls12_381_top.sv b/zcash_fpga/src/rtl/bls12_381/bls12_381_top.sv index 6a06180..643afd0 100644 --- a/zcash_fpga/src/rtl/bls12_381/bls12_381_top.sv +++ b/zcash_fpga/src/rtl/bls12_381/bls12_381_top.sv @@ -100,7 +100,6 @@ logic [31:0] last_inst_cnt, curr_inst_pt; always_ff @ (posedge i_clk) begin if (i_rst) begin - tx_if.reset_source(); inst_ram_sys_if.reset_source(); data_ram_sys_if.we <= 0; data_ram_sys_if.a <= 0;