library ieee; 
library flasher;   

configuration ks8695px_tst1_cfg of ks8695px_tb is
   for ks8695px_tb_hdl
      for tst: testcode
         use entity flasher.ks8695px_tst1(ks8695px_tst1_hdl);
      end for;
      for cpu: ks8695px_bfm
         use entity flasher.ks8695px_bfm(ks8695px_bfm_hdl);
      end for;
      for dut: biosa
         use entity flasher.biosa(biosa);
      end for;
   end for;
end ks8695px_tst1_cfg;

