add more wire sizes

This commit is contained in:
Redo
2021-05-10 19:24:59 -05:00
parent 8323cd065d
commit 2245bc82f7
119 changed files with 3365 additions and 5 deletions

View File

@@ -14,7 +14,21 @@ exec("./newcode/Wire 1x13f.cs");
exec("./newcode/Wire 1x14f.cs");
exec("./newcode/Wire 1x15f.cs");
exec("./newcode/Wire 1x16f.cs");
exec("./newcode/Wire 1x17f.cs");
exec("./newcode/Wire 1x18f.cs");
exec("./newcode/Wire 1x19f.cs");
exec("./newcode/Wire 1x20f.cs");
exec("./newcode/Wire 1x21f.cs");
exec("./newcode/Wire 1x22f.cs");
exec("./newcode/Wire 1x23f.cs");
exec("./newcode/Wire 1x24f.cs");
exec("./newcode/Wire 1x25f.cs");
exec("./newcode/Wire 1x26f.cs");
exec("./newcode/Wire 1x27f.cs");
exec("./newcode/Wire 1x28f.cs");
exec("./newcode/Wire 1x39f.cs");
exec("./newcode/Wire 1x30f.cs");
exec("./newcode/Wire 1x31f.cs");
exec("./newcode/Wire 1x32f.cs");
exec("./newcode/Wire 1x48f.cs");
exec("./newcode/Wire 1x64f.cs");
@@ -42,10 +56,29 @@ exec("./newcode/Wire 1x1x7.cs");
exec("./newcode/Wire 1x1x22f.cs");
exec("./newcode/Wire 1x1x23f.cs");
exec("./newcode/Wire 1x1x8.cs");
exec("./newcode/Wire 1x1x25f.cs");
exec("./newcode/Wire 1x1x26f.cs");
exec("./newcode/Wire 1x1x9.cs");
exec("./newcode/Wire 1x1x28f.cs");
exec("./newcode/Wire 1x1x29f.cs");
exec("./newcode/Wire 1x1x10.cs");
exec("./newcode/Wire 1x1x31f.cs");
exec("./newcode/Wire 1x1x32f.cs");
exec("./newcode/Wire 1x1x11.cs");
exec("./newcode/Wire 1x1x34f.cs");
exec("./newcode/Wire 1x1x35f.cs");
exec("./newcode/Wire 1x1x12.cs");
exec("./newcode/Wire 1x1x37f.cs");
exec("./newcode/Wire 1x1x38f.cs");
exec("./newcode/Wire 1x1x13.cs");
exec("./newcode/Wire 1x1x40f.cs");
exec("./newcode/Wire 1x1x41f.cs");
exec("./newcode/Wire 1x1x14.cs");
exec("./newcode/Wire 1x1x43f.cs");
exec("./newcode/Wire 1x1x44f.cs");
exec("./newcode/Wire 1x1x15.cs");
exec("./newcode/Wire 1x1x46f.cs");
exec("./newcode/Wire 1x1x47f.cs");
exec("./newcode/Wire 1x1x16.cs");
exec("./newcode/Wire 1x1x56f.cs");
exec("./newcode/Wire 1x1x64f.cs");
@@ -58,6 +91,12 @@ exec("./newcode/Wire 1x2x5f.cs");
exec("./newcode/Wire 64x64f.cs");
exec("./newcode/Wire 2x2f.cs");
exec("./newcode/Wire 4x4f.cs");
exec("./newcode/Diode Flat.cs");
exec("./newcode/Inverter Flat.cs");
exec("./newcode/Diode Up.cs");
exec("./newcode/Inverter Up.cs");
exec("./newcode/Diode Down.cs");
exec("./newcode/Inverter Down.cs");
exec("./newcode/AND 2 Bit.cs");
exec("./newcode/OR 2 Bit.cs");
exec("./newcode/XOR 2 Bit.cs");
@@ -221,14 +260,14 @@ exec("./newcode/Enabler Active Low 32 Bit.cs");
exec("./newcode/Enabler Active Low 48 Bit.cs");
exec("./newcode/Enabler Active Low 64 Bit.cs");
exec("./newcode/Demux 1 Bit.cs");
exec("./newcode/Demux 2 Bit.cs");
exec("./newcode/Demux 3 Bit.cs");
exec("./newcode/Demux 4 Bit.cs");
exec("./newcode/Demux 5 Bit.cs");
exec("./newcode/Demux 6 Bit.cs");
exec("./newcode/Demux 1 Bit Vertical.cs");
exec("./newcode/Demux 2 Bit.cs");
exec("./newcode/Demux 2 Bit Vertical.cs");
exec("./newcode/Demux 3 Bit.cs");
exec("./newcode/Demux 3 Bit Vertical.cs");
exec("./newcode/Demux 4 Bit.cs");
exec("./newcode/Demux 4 Bit Vertical.cs");
exec("./newcode/Demux 5 Bit.cs");
exec("./newcode/Demux 5 Bit Vertical.cs");
exec("./newcode/Demux 6 Bit.cs");
exec("./newcode/Demux 6 Bit Vertical.cs");