This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lofty/document-new-synth-script
yosys
/
tests
/
liberty
/
non-ascii.lib.verilogsim.ok
6 lines
78 B
Plaintext
Raw
Permalink
Blame
History
module buffer (A, Y);
input A;
output Y;
assign Y = A; // "A"
endmodule
Reference in New Issue
View Git Blame
Copy Permalink