mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Progress in presentation
This commit is contained in:
parent
a71d09421d
commit
3d9da919d8
6 changed files with 72 additions and 3 deletions
5
manual/PRESENTATION_ExAdv/addshift_test.v
Normal file
5
manual/PRESENTATION_ExAdv/addshift_test.v
Normal file
|
@ -0,0 +1,5 @@
|
|||
module test (A, B, X, Y);
|
||||
input [7:0] A, B;
|
||||
output [7:0] X = A + B;
|
||||
output [7:0] Y = A + A;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue