This website requires JavaScript.
Explore
Help
Sign In
notafile
/
futilehdl
Watch
1
Star
0
Fork
You've already forked futilehdl
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a2411244f4
futilehdl
/
doc
/
examples
/
comparator.fut
8 lines
94 B
Plaintext
Raw
Blame
History
module comparator (
a: Logic<8>,
b: Logic<8>
) -> Logic
{
assign eq = ~reduce_or(a ^ b);
}
Reference in New Issue
View Git Blame
Copy Permalink