mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
* msg: Turn warnings into errors with more explicit meaning and make script returns an error code. Signed-off-by: Christian Costa <titan.costa@gmail.com> * msg: Generate messages.txt during build and stop in case of duplicated message ids. Signed-off-by: Christian Costa <titan.costa@gmail.com> * msg: Fix duplicate messages ids. Signed-off-by: Christian Costa <titan.costa@gmail.com> * msg: Do not fail build on duplicated ids and turn errors into warnings. Signed-off-by: Christian Costa <titan.costa@gmail.com> * msg: Remove messages.txt and use full path to it in gitignore. Signed-off-by: Christian Costa <titan.costa@gmail.com> --------- Signed-off-by: Christian Costa <titan.costa@gmail.com>
35 lines
308 B
Plaintext
35 lines
308 B
Plaintext
*.rej
|
|
*.orig
|
|
TAGS
|
|
*~
|
|
\#*#
|
|
.#*
|
|
.~lock.*\.*#
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
Makefile
|
|
gmon.out
|
|
|
|
cmake-build-debug
|
|
build
|
|
pvt
|
|
|
|
include/sta/StaConfig.hh
|
|
|
|
app/sta
|
|
app/libOpenSTA.*
|
|
app/sta.exe
|
|
app/sta.dSYM
|
|
|
|
# iverilog turd
|
|
examples/gcd_tb
|
|
|
|
doc/._Sta.docx
|
|
|
|
test/results
|
|
# ngspice turd
|
|
test/b3v3_1check.log
|
|
|
|
doc/messages.txt
|