From 2031c2134dfdb0bc4e82e017549ff86aac832d69 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 21 Apr 2020 14:28:19 +0000 Subject: [PATCH] spelling --- experiments7/doAlu16.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments7/doAlu16.py b/experiments7/doAlu16.py index 9fdf10b..0eda61c 100755 --- a/experiments7/doAlu16.py +++ b/experiments7/doAlu16.py @@ -71,7 +71,7 @@ class ALU16(Module): @staticmethod def match_instance(datapath_insts, op, plug_name, inst): """ - Guess the position of an instance from it's nets connections, + Guess the position of an instance from its nets connections, and put it at the right place in the datapath vector. :param datapath_insts: vector of bit slices, -- 2.30.2