https://github.com/the-openroad-project/pcbdecompaction
https://github.com/the-openroad-project/pcbdecompaction
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-openroad-project/pcbdecompaction
- Owner: The-OpenROAD-Project
- License: bsd-3-clause
- Archived: true
- Created: 2019-09-20T17:56:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T07:15:13.000Z (about 5 years ago)
- Last Synced: 2025-03-12T22:31:26.529Z (7 months ago)
- Language: C++
- Size: 3.64 MB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PcbDecompaction
Printed Circuit Board (PCB) decompactor
### Prerequisites
- GCC >=4.8
- G++ >= 4.8
- SWIG >= 2.0
- Boost >= 1.6
- CMake >= 3.1
- COIN-OR CLP >= 1.17
- COIN-OR CBC >= 2.10
- Current support for .kicad_pcb format derived from KiCad v5.1.2### Installing
Clone
```
git clone --recurse-submodules https://github.com/The-OpenROAD-Project/PcbDecompaction.git
```Build
```
mkdir build
cd build
cmake ..
make
```Run
```
mkdir output
./bin/pcbdrc [input_filename].kicad_pcb
```## Status
Interaction between router and decompactor is not done yet.## License
* BSD-3-clause License [[Link]](LICENSE)