mirror of
https://github.com/olofk/serv.git
synced 2026-04-06 21:19:28 +00:00
Make serv_alu.v synthesizable with Vivado
This commit is contained in:
committed by
Olof Kindgren
parent
c7fc57213c
commit
7a6d5d3fc9
@@ -60,7 +60,7 @@ module serv_alu
|
||||
|
||||
assign result_slt[0] = cmp_r & i_cnt0;
|
||||
generate
|
||||
if (W>1) assign result_slt[B:1] = '0;
|
||||
if (W>1) assign result_slt[B:1] = {B{1'b0}};
|
||||
endgenerate
|
||||
|
||||
assign o_rd = i_buf |
|
||||
|
||||
Reference in New Issue
Block a user