Re: Assignment 3 - packages

Ed Casas (edc@ece.ubc.ca) Fri, 3 Nov 2000 13:39:52 -0800


Date: Fri, 3 Nov 2000 13:39:52 -0800
From: Ed Casas <edc@ece.ubc.ca>
Subject: Re: Assignment 3 - packages

> When a package is saved as a VHDL and the code compiled, Max > Plus II is supposed to create a .pkg file right? But why isn't > it doing that? Please help. Thanks. The mechanism used to store packages in libraries is implementation-dependent. In the case of MaxPlusII running under Windows the package information is stored in .dls (design library system) files rather than .pkg files. The file Lib.dls contains a list of the dls files used to store the different packages (the package files themselves have names of the form Unnnnnnn.dls). I think it's done this way on Windows because of the 8-character limit of DOS file names. -- Ed Casas edc@ece.ubc.ca http://casas.ece.ubc.ca +1 604 822-2592