mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
Make serv_alu.v synthesizable with Vivado
This commit is contained in:
parent
c7fc57213c
commit
7a6d5d3fc9
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue