Skip to content

Commit 662b6fc

Browse files
authored
Update library.json: fixed wrong alias
For and2 the defined alias was AND3.
1 parent 29cc54d commit 662b6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"cells": [
9191
{
9292
"name": "and2",
93-
"aliases": ["AND3"],
93+
"aliases": ["AND2"],
9494
"type": "relaxed_gate",
9595
"inputs": ["A", "B"],
9696
"outputs": ["Q"],

0 commit comments

Comments
 (0)