mirror of https://github.com/VLSIDA/OpenRAM.git
3 lines
64 B
Bash
3 lines
64 B
Bash
|
|
#!/bin/bash
|
||
|
|
dot -Tpdf class_hierarchy.dot > class_hierarchy.pdf
|