mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Moved presentation_prog
This commit is contained in:
parent
045c04096e
commit
cd6e63e1a9
11 changed files with 257 additions and 621 deletions
3
docs/resources/PRESENTATION_Prog/sigmap_test.v
Normal file
3
docs/resources/PRESENTATION_Prog/sigmap_test.v
Normal file
|
@ -0,0 +1,3 @@
|
|||
module test(input a, output x, y);
|
||||
assign x = a, y = a;
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue