Diamond FPGA

Top  Previous  Next

FPGA tasks should now access the type definitions for channels using the following declarations:

 

library diamond;

use diamond.chan_pkg.all;

 

Dragons003Previous versions of Diamond used the following, which is now incorrect:

 

library smt;

use smt.smt_pkg.all;

 

 

The Diamond IDE should automatically replace the old form with the new one in existing tasks;  in a few cases you may need to make the change manually.