From eacf968d4167d6825678d917d9933e2608058efe Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Fri, 13 May 2022 17:33:29 -0700 Subject: Change the logical sides of a switch to actually work --- test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.rb') diff --git a/test.rb b/test.rb index 9bb54a1..6b90423 100755 --- a/test.rb +++ b/test.rb @@ -35,7 +35,7 @@ def btn(color="black") sw = comp("SW", "BTN", "SPST button", color) sw[1] - sw[4] sw[2] - sw[3] - pair(sw[1], sw[4]) + pair(sw[1], sw[3]) end nl = Lace::Netlist.new do -- cgit v1.2.3