From c44b4ac2e504c62c24393747b1a32b7995e9dd3c Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 17 Dec 2017 10:30:45 +0100 Subject: having problem with Computer chip - circle in chips --- projects/05/Computer.hdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'projects/05/Computer.hdl') diff --git a/projects/05/Computer.hdl b/projects/05/Computer.hdl index 22f9b48..a34dcae 100644 --- a/projects/05/Computer.hdl +++ b/projects/05/Computer.hdl @@ -20,4 +20,8 @@ CHIP Computer { PARTS: // Put your code here: + CPU(reset=reset, instruction=instruction, inM=inM, writeM=writeM, outM=outM, addressM=addressM, pc=pc); + DFF(in=writeM, out=load); + Memory(in=outM, address=addressM, load=load, out=inM); + ROM32K(address=pc, out=instruction); } -- cgit v1.2.3