1
0
mirror of https://github.com/olofk/serv.git synced 2026-05-03 23:08:34 +00:00

Reduce warnings

This commit is contained in:
Olof Kindgren
2019-06-24 15:22:08 +02:00
parent 4b371c533f
commit e107627e71
7 changed files with 19 additions and 24 deletions

View File

@@ -5,8 +5,8 @@ module serv_ctrl
input wire i_rst,
input wire i_en,
input wire i_pc_en,
input wire [4:0] i_cnt,
input wire [3:0] i_cnt_r,
input wire [4:2] i_cnt,
input wire [2:1] i_cnt_r,
input wire i_cnt_done,
input wire i_jump,
input wire i_offset,