forked from The-OpenROAD-Project/OpenROAD-flow-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (74 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
*~
# Build working directories
tools/install
# Build files
build_openroad.log
etc/InstallerOpenROAD.sh
# Test working directories
flow/results
flow/logs
flow/reports
flow/objects
flow/tech
# Tar archives
flow/*tar.gz
flow/run-me*.sh
flow/vars*.sh
flow/vars*.tcl
flow/vars*.gdb
flow/versions.txt
# Common temp files
flow/pt_shell_command.log
flow/command.log
flow/default.svf
flow/rc_model.bin
flow/*.tif.gz
flow/*.def.v
# RePlAce deps
*PORT9.dat
*POST9.dat
*POWV9.dat
# RePlAce debug dir
plot
# yosys temps
flow/_tmp_yosys-abc-*
flow/*_pdn.def
flow/*.plt
flow/run.param
flow/dummy.guide
flow/macrocell.list
# utdBox router temps
flow/layer_*.mps
flow/*.did
flow/*.log
flow/*.met
# FlexRoute
flow/*.opennet
# Platforms
flow/platforms/*
!flow/platforms/asap7
!flow/platforms/ihp-sg13g2
!flow/platforms/nangate45
!flow/platforms/sky130hd
!flow/platforms/sky130hs
!flow/platforms/sky130io
!flow/platforms/sky130ram
!flow/platforms/gf180
flow/private
# network
.nfs*
# core dumps
core
core.*
*~
# Python bytecode
__pycache__/
dependencies/
.vscode/
.metals/
perf.data
perf.data.old
# documentation specific
docs/main
docs/build
GitGuide.md