OpenSTA/verilog
Matt Liberty 41d1d1bb7b
Avoid parallel build conflicts (#198)
The Liberty, Sdf, and Verilog parsers were writing to the same files
causing random failures in parallel builds.  position.hh and stack.hh
are removed by switching to 3.0 to 3.2 in the require statement.
location.hh is renamed per-parser with api.location.file.

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
2025-01-30 19:08:36 -08:00
..
Verilog.i update copyright 2025-01-21 18:54:33 -07:00
Verilog.tcl update copyright 2025-01-21 18:54:33 -07:00
VerilogLex.ll mv VerilogReader.hh to include/sta 2025-01-28 09:11:05 -07:00
VerilogParse.yy Avoid parallel build conflicts (#198) 2025-01-30 19:08:36 -08:00
VerilogReader.cc mv VerilogReader.hh to include/sta 2025-01-28 09:11:05 -07:00
VerilogReaderPvt.hh update copyright 2025-01-21 18:54:33 -07:00
VerilogScanner.hh Avoid parallel build conflicts (#198) 2025-01-30 19:08:36 -08:00
VerilogWriter.cc update copyright 2025-01-21 18:54:33 -07:00