Add GDS test data.

This commit is contained in:
Thomas Kramer
2021-07-21 22:58:05 +02:00
parent 2389127b00
commit c983df802f
34 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
.idea/
*.iml
Cargo.lock
test/output/

View File

@@ -16,4 +16,4 @@ RUST_LOG=info cargo run \
--netlist test/data/comb_chip_45_nl.v \
--top my_chip \
--height 40000 --width 40000 \
--output test/example_output.oas
--output test/output/example_output.oas

BIN
test/data/gds/AND2X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/AND2X2.gds Normal file

Binary file not shown.

BIN
test/data/gds/AOI21X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/AOI22X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/BUFX2.gds Normal file

Binary file not shown.

BIN
test/data/gds/BUFX4.gds Normal file

Binary file not shown.

BIN
test/data/gds/CLKBUF1.gds Normal file

Binary file not shown.

BIN
test/data/gds/CLKBUF2.gds Normal file

Binary file not shown.

BIN
test/data/gds/CLKBUF3.gds Normal file

Binary file not shown.

BIN
test/data/gds/DFFNEGX1.gds Normal file

Binary file not shown.

BIN
test/data/gds/DFFPOSX1.gds Normal file

Binary file not shown.

BIN
test/data/gds/DFFSR.gds Normal file

Binary file not shown.

BIN
test/data/gds/FAX1.gds Normal file

Binary file not shown.

BIN
test/data/gds/HAX1.gds Normal file

Binary file not shown.

BIN
test/data/gds/INVX1.gds Normal file

Binary file not shown.

BIN
test/data/gds/INVX2.gds Normal file

Binary file not shown.

BIN
test/data/gds/INVX4.gds Normal file

Binary file not shown.

BIN
test/data/gds/INVX8.gds Normal file

Binary file not shown.

BIN
test/data/gds/LATCH.gds Normal file

Binary file not shown.

BIN
test/data/gds/MUX2X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/NAND2X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/NAND3X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/NOR2X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/NOR3X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/OAI21X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/OAI22X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/OR2X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/OR2X2.gds Normal file

Binary file not shown.

BIN
test/data/gds/TBUFX1.gds Normal file

Binary file not shown.

BIN
test/data/gds/TBUFX2.gds Normal file

Binary file not shown.

BIN
test/data/gds/XNOR2X1.gds Normal file

Binary file not shown.

BIN
test/data/gds/XOR2X1.gds Normal file

Binary file not shown.