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
3f1546c323
futilehdl
/
identity.fut
5 lines
62 B
Plaintext
Raw
Blame
History
module top ( input wire x, output wire y )
{
assign x = y;
}
Reference in New Issue
View Git Blame
Copy Permalink