Skip to content

pandafeeder/gds_txt_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gds_txt_converter

BUILD:

need cmake installed. recommand that you create a build directory and building there instead of source dir

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

after above steps, binary gds2txt is generated under build dir

USAGE:

Usage:
  ./gds2txt [OPTION...]

  -g, --gds2txt     convert gds to txt
  -t, --txt2gds     convert txt to gds
  -i, --input arg   input file
  -o, --output arg  output file
  -h, --help        Print help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages