cpu_package file

Craig Amendt (camendt@uniserve.com) Mon, 28 Feb 2000 10:32:12 -0800


From: "Craig Amendt" <camendt@uniserve.com>
Subject: cpu_package file
Date: Mon, 28 Feb 2000 10:32:12 -0800

I'm probably just a horse's --- but: As I understand it, we need to declare the subtypes, constants for the opcodes, and the components all in the cpu_package file. We then are to define the architecture for the components in separate files and test them there. My question is how do I declare the library usage in rom.vhd and stack_register.vhd? Do I include the line, use work.cpu_package.all ; in rom.vhd and stack_register.vhd? If I can't do this, how do I get access to the declaration of the subtypes and constants within the cpu_package file? Craig Amendt