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
/
counter.fut
6 lines
76 B
Plaintext
Raw
Blame
History
proc counter() -> Logic<8> {
reg count = 8'0;
count = count + 1;
count
}
Reference in New Issue
View Git Blame
Copy Permalink