Skip to content

Commit 7bf61c1

Browse files
remove un-driven signal
1 parent 78114a9 commit 7bf61c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tpu.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ module tt_um_tpu (
2323
wire mmu_en; // internal signal
2424
reg clear; // reset of PEs only
2525
wire [2:0] mem_addr; // 3-bit address for matrix and element selection
26-
reg mem_load_mat;
27-
26+
2827
wire [2:0] mmu_cycle; // compute/output cycle count, minimum 5, maximum ???
2928

3029
wire [7:0] weight0, weight1, weight2, weight3;

0 commit comments

Comments
 (0)