Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clin99 committed Jan 4, 2019
1 parent 04eb284 commit 0e0331e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ digital circuit. Below is a circuit written in Verilog.
<img src="image/circuit.png" height="100%" width="40%" align="right">

```Verilog
module simple (
input1,
input2,
input3,
out
);
module simple (input1, input2, input3, out);
// primary inputs
input input1;
Expand Down

0 comments on commit 0e0331e

Please sign in to comment.