mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-20 18:20:26 +00:00
Progress in presentation
This commit is contained in:
parent
42ce3db983
commit
f08c71b96c
5 changed files with 79 additions and 1 deletions
4
manual/PRESENTATION_ExAdv/mymul_test.v
Normal file
4
manual/PRESENTATION_ExAdv/mymul_test.v
Normal file
|
@ -0,0 +1,4 @@
|
|||
module test(A, B, Y);
|
||||
input [1:0] A, B;
|
||||
output [1:0] Y = A * B;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue