This website requires JavaScript.
Explore
Help
Sign In
brice
/
RISC-V_Verilog
Watch
1
Star
0
Fork
You've already forked RISC-V_Verilog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0e72c3a2e6
RISC-V_Verilog
/
rtl
/
alu.v
6 lines
103 B
Verilog
Raw
Blame
History
module
alu
(
S
,
A
,
B
)
;
output
[
31
:
0
]
S
;
input
[
31
:
0
]
A
,
B
;
xor
N
[
31
:
0
]
(
S
,
A
,
B
)
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink