From f6db0a081d2d359ba18d97fd5588b11cedbf6911 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 23 Jun 2020 21:52:36 +0930 Subject: finished implementing all logic gates --- icons/NAND.xcf | Bin 0 -> 3484 bytes icons/NAND_icon_data.gif | Bin 0 -> 239 bytes icons/NOR.xcf | Bin 0 -> 3628 bytes icons/NOR_icon_data.gif | Bin 0 -> 235 bytes icons/XNOR.xcf | Bin 0 -> 4007 bytes icons/XNOR_icon_data.gif | Bin 0 -> 256 bytes icons/XOR.xcf | Bin 0 -> 3576 bytes icons/XOR_icon_data.gif | Bin 0 -> 255 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/NAND.xcf create mode 100644 icons/NAND_icon_data.gif create mode 100644 icons/NOR.xcf create mode 100644 icons/NOR_icon_data.gif create mode 100644 icons/XNOR.xcf create mode 100644 icons/XNOR_icon_data.gif create mode 100644 icons/XOR.xcf create mode 100644 icons/XOR_icon_data.gif (limited to 'icons') diff --git a/icons/NAND.xcf b/icons/NAND.xcf new file mode 100644 index 0000000..b0cdcd3 Binary files /dev/null and b/icons/NAND.xcf differ diff --git a/icons/NAND_icon_data.gif b/icons/NAND_icon_data.gif new file mode 100644 index 0000000..8d7c6b8 Binary files /dev/null and b/icons/NAND_icon_data.gif differ diff --git a/icons/NOR.xcf b/icons/NOR.xcf new file mode 100644 index 0000000..a32d156 Binary files /dev/null and b/icons/NOR.xcf differ diff --git a/icons/NOR_icon_data.gif b/icons/NOR_icon_data.gif new file mode 100644 index 0000000..b338dcd Binary files /dev/null and b/icons/NOR_icon_data.gif differ diff --git a/icons/XNOR.xcf b/icons/XNOR.xcf new file mode 100644 index 0000000..4258d74 Binary files /dev/null and b/icons/XNOR.xcf differ diff --git a/icons/XNOR_icon_data.gif b/icons/XNOR_icon_data.gif new file mode 100644 index 0000000..459ab5f Binary files /dev/null and b/icons/XNOR_icon_data.gif differ diff --git a/icons/XOR.xcf b/icons/XOR.xcf new file mode 100644 index 0000000..dea5974 Binary files /dev/null and b/icons/XOR.xcf differ diff --git a/icons/XOR_icon_data.gif b/icons/XOR_icon_data.gif new file mode 100644 index 0000000..aa0fc8d Binary files /dev/null and b/icons/XOR_icon_data.gif differ -- cgit v1.2.3