
This is the standard proj/v directory.
This only contains V files.

The templ.v has pointers to the actual module directories,
so they should not be present here.

In case you accidently trash the templ.v, this is
what it looked like at the time this file
was created:

//-------------------- cut here -----------------------


//
// templ.v
//
// top level express project control file
// decides what objects (modules) are visible in the NE
//
//
"$XP_PATH<0>/v/templ.v" Templates {
   WORKSPACE_1 {

       //
       // recommended syntax starting with V3.0, V3.1
       //
       "../modules/threshold/low.v" ThresholdLow;
   };

   WORKSPACE_2  {
       //
       // recommended syntax starting with V3.0
       //
       "../modules/threshold/high.v" ThresholdHigh;
   };
};



//-------------------- end, remove this line ----------
