vault backup: 2025-01-17 15:56:27
This commit is contained in:
parent
77ec466cd0
commit
589b03582b
@ -19,6 +19,7 @@
|
||||
- Originally intended for simulation of logic networks, later adapted to synthesis
|
||||
|
||||
```verilog
|
||||
//
|
||||
module example1(x1, x2, s, f);
|
||||
input x1, x2, s;
|
||||
output f;
|
||||
@ -28,5 +29,5 @@ module example1(x1, x2, s, f);
|
||||
and(h, s, x2);
|
||||
or(f, g, h);
|
||||
endmodule
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user