1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-28 13:07:20 +00:00

Update reamde, comments and paramters

This commit is contained in:
Abd
2022-05-31 00:18:14 +05:00
committed by Olof Kindgren
parent 2655861447
commit 82b410f500
3 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ module serv_ctrl
wire offset_a;
wire offset_b;
/* If i_iscomp=1: increment pc by 2 else increment pc by 4 */
assign plus_4 = i_iscomp ? i_cnt1 : i_cnt2;
assign o_bad_pc = pc_plus_offset_aligned;