// example 5 <' extend sys { chip_env : chip_env_u is instance; // Specman support recommends not to put your units directly under sys, but to create another level. }; unit chip_env_u { // other units in the design ... packet_driver : packet_driver_u is instance; }; '>