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
f037357ded
futilehdl
/
doc
/
examples
/
match.fut
7 lines
88 B
Plaintext
Raw
Blame
History
comb match_not(a: Logic<1>) -> Logic<8> {
match (a) {
1'1 => 8'10,
1'0 => 8'5
}
}
Reference in New Issue
View Git Blame
Copy Permalink