1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-20 17:37:51 +00:00

Remove unused reset input from serv_alu

This commit is contained in:
Olof Kindgren 2020-09-30 21:30:47 +02:00
parent 6aeb39c7ac
commit 44287ed244
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
module serv_alu
(
input wire clk,
input wire i_rst,
input wire i_en,
input wire i_shift_op,
input wire i_cnt0,

View File

@ -327,7 +327,6 @@ module serv_top
serv_alu alu
(
.clk (clk),
.i_rst (i_rst),
//State
.i_en (cnt_en),
.i_cnt0 (cnt0),