mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
Progress on AppNote 011
This commit is contained in:
parent
d90ef1e143
commit
f89ecbc100
4 changed files with 144 additions and 59 deletions
3
manual/APPNOTE_011_Design_Investigation/cmos.v
Normal file
3
manual/APPNOTE_011_Design_Investigation/cmos.v
Normal file
|
@ -0,0 +1,3 @@
|
|||
module cmos_demo(input a, b, output [1:0] y);
|
||||
assign y = a + b;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue