This is an utility for convert GDSII HEX stream data to readable ASCII format. GDSII is a data format used in semi-conductor mask layout.
- Windows, macOS, Linux
- Python 3
Open Terminal and run this command:
python3 gds2ascii.py <input.gds> <output.json>
python3 -m unittest tests.test_gds2ascii -v