mirror of
https://github.com/olofk/serv.git
synced 2026-01-17 16:33:40 +00:00
Rename ser_shift to serv_shift for consistency
This commit is contained in:
parent
188fd2ecc8
commit
707f63ae8c
@ -47,7 +47,7 @@ module serv_alu
|
||||
wire op_b = i_op_b_rs2 ? i_rs2 : i_imm;
|
||||
assign shamt_ser = i_sh_right ? op_b : b_inv_plus_1;
|
||||
|
||||
ser_shift shift
|
||||
serv_shift shift
|
||||
(
|
||||
.i_clk (clk),
|
||||
.i_load (i_init),
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
`default_nettype none
|
||||
module ser_shift
|
||||
module serv_shift
|
||||
(
|
||||
input wire i_clk,
|
||||
input wire i_load,
|
||||
Loading…
x
Reference in New Issue
Block a user