From 4a462752e968f57affcb9f8b935d8ae1354e4529 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 12 Mar 2019 11:23:48 -0400 Subject: [PATCH] Include NOT in the ALU --- lab2CA.srcs/sources_1/new/ALU.v | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lab2CA.srcs/sources_1/new/ALU.v b/lab2CA.srcs/sources_1/new/ALU.v index 388bdba..3a97b71 100644 --- a/lab2CA.srcs/sources_1/new/ALU.v +++ b/lab2CA.srcs/sources_1/new/ALU.v @@ -49,6 +49,9 @@ module ALU( .A(operand0), .B(result_H)); // I (1000) + not_9bit not0( + .A(operand0), + .B(result_I)); // J (1001) // K (1010) // L (1011)