Re: ASS 1

Ed Casas (edc@ece.ubc.ca) Wed, 18 Oct 2000 21:21:13 -0700


Date: Wed, 18 Oct 2000 21:21:13 -0700
From: Ed Casas <edc@ece.ubc.ca>
Subject: Re: ASS 1

> When compiling my code for Assignment 1, i get the following error message: > > "Interface Declaration error: can't read port "q" of mode OUT" You can't use the value of an output signal within the architecture (see the comment in the second paragraph following exercise 18). Define a new signal within the architecture and connect it to the entity's output signal. You can use the value of this new signal within the architecture. -- Ed Casas edc@ece.ubc.ca http://casas.ece.ubc.ca +1 604 822-2592