mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Progress in presentation
This commit is contained in:
parent
3345fa0bab
commit
a7aea17959
7 changed files with 503 additions and 42 deletions
3
manual/PRESENTATION_Prog/sigmap_test.v
Normal file
3
manual/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