mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
4 lines
166 B
Bash
Executable File
4 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
python3 -m cProfile -o profile.dat ./openram.py example_configs/giant_config_scn4m_subm.py -v | tee -i big.log
|
|
echo "Run view_profile.py to view results"
|