Using ClearCase in Embedded Systems Design
Setup ClearCase infrastructure
- Create magic file
- Identifies new file types to ClearCase
- .vhd, .setup, .scr .ow, etc.
- file, binary_delta_file, compressed, compressed_file, text_file
- Placed in common area
- Don’t forget the MAGIC_PATH environment variable
- Example
vhdl_source source text_file : -name “*.vhd” ;
wave_output binary_delta_file : -name “*.ow” ;