mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 09:40:21 +00:00
presentation progress
This commit is contained in:
parent
7a5f378bae
commit
03d63dd861
9 changed files with 206 additions and 3 deletions
4
manual/PRESENTATION_ExSyn/techmap_01.v
Normal file
4
manual/PRESENTATION_ExSyn/techmap_01.v
Normal file
|
@ -0,0 +1,4 @@
|
|||
module test(input [31:0] a, b,
|
||||
output [31:0] y);
|
||||
assign y = a + b;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue