vault backup: 2025-01-17 15:56:27
This commit is contained in:
		| @@ -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; | ||||
| @@ -27,6 +28,6 @@ module example1(x1, x2, s, f); | ||||
| 	and(g, k, x1); | ||||
| 	and(h, s, x2); | ||||
| 	or(f, g, h); | ||||
| endmodule | ||||
| 	 | ||||
| ``` | ||||
| endmodule	 | ||||
| ``` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 arc
					arc