Skip to content

Commit

Permalink
Merge pull request #17 from CIDARLAB/dev
Browse files Browse the repository at this point in the history
fixed verilog template
  • Loading branch information
chris-krenz authored Apr 30, 2024
2 parents 8bcb55a + 525b5cd commit 8b8e644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/templates/cello_verilog_template.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module and_gate (in_A, in_B, out);

output out;

assign out = in_A & in_B;
and(out, in_A, in_B);

endmodule

Expand Down

0 comments on commit 8b8e644

Please sign in to comment.