mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +00:00
Progress in presentation
This commit is contained in:
parent
6d63f39eb6
commit
37cbb1ca60
5 changed files with 80 additions and 1 deletions
5
manual/PRESENTATION_ExAdv/mulshift_test.v
Normal file
5
manual/PRESENTATION_ExAdv/mulshift_test.v
Normal file
|
@ -0,0 +1,5 @@
|
|||
module test (A, X, Y);
|
||||
input [7:0] A;
|
||||
output [7:0] X = A * 8'd 6;
|
||||
output [7:0] Y = A * 8'd 8;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue