Automatic Packager - The
Packerby
Mark Calder and Ian KuonOverview
In any digital design with VHDL there are numerous entities. It's always nice to be able to make one big package that includes all the components. However, once the entity has been defined in the design file making the package is a bit of a chore. This program takes entities from the files you specify and using the entity definitions makes a large package containing all the specified entities as components. Run the program after you change an entity definition and the package will be updated.
Instructions
Implementation
The source code can be found here. It was written in C++ but it probably should have used PERL if we knew it.
Improvements
This program is far from perfect. If you have any other features you would like added e-mail us and we will update it.
Credits
Some minor consultation about C++ was made with Quinn Liesch, C++ Guru.
Last Updated December 6, 2000