https://github.com/the-openroad-project/pcbrouter
https://github.com/the-openroad-project/pcbrouter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-openroad-project/pcbrouter
- Owner: The-OpenROAD-Project
- License: bsd-3-clause
- Created: 2019-08-12T23:37:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T15:30:54.000Z (about 5 years ago)
- Last Synced: 2025-03-16T01:23:48.562Z (7 months ago)
- Language: C++
- Size: 355 KB
- Stars: 29
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PcbRouter
Printed Circuit Board (PCB) router
### Prerequisites
- GCC >=4.8
- G++ >= 4.8
- SWIG >= 2.0
- Boost >= 1.6
- CMake >= 3.1
- Current support for .kicad_pcb format derived from KiCad v5.1.2### Installing
Clone
```
git clone --recurse-submodules https://github.com/The-OpenROAD-Project/PcbRouter.git
```Build
```
mkdir build
cd build
cmake ..
make
```Run
```
mkdir output
./bin/pcbrouter [input_filename].kicad_pcb
```Output
```
Routing results are in the output/ folder
```## License
* BSD-3-clause License [[Link]](LICENSE)