mirror of
https://github.com/olofk/serv.git
synced 2026-03-05 10:23:55 +00:00
Rename ser_shift to serv_shift for consistency
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user