diff options
Diffstat (limited to 'rtl/core/alu/orr.sv')
| -rw-r--r-- | rtl/core/alu/orr.sv | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rtl/core/alu/orr.sv b/rtl/core/alu/orr.sv deleted file mode 100644 index 1ee87c2..0000000 --- a/rtl/core/alu/orr.sv +++ /dev/null @@ -1,12 +0,0 @@ -module core_alu_orr -#(parameter W=16) -( - input logic[W - 1:0] a, - b, - - output logic[W - 1:0] q -); - - assign q = a | b; - -endmodule |
