mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
Rename ser_shift to serv_shift for consistency
This commit is contained in:
parent
188fd2ecc8
commit
707f63ae8c
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
|
@ -6,7 +6,7 @@ filesets:
|
|||
core:
|
||||
files:
|
||||
- rtl/serv_params.vh : {is_include_file : true}
|
||||
- rtl/ser_shift.v
|
||||
- rtl/serv_shift.v
|
||||
- rtl/serv_bufreg.v
|
||||
- rtl/serv_alu.v
|
||||
- rtl/serv_csr.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue