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
220d827dbb
futilehdl
/
doc
/
examples
/
identity.fut
8 lines
70 B
Plaintext
Raw
Blame
History
module identity (
input wire a,
output wire x
)
{
assign x = a;
}
Reference in New Issue
View Git Blame
Copy Permalink