mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 19:53:35 +00:00
5 lines
257 B
Bash
5 lines
257 B
Bash
#!/bin/bash
|
|
time valgrind --leak-check=full --show-reachable=yes --log-file=valgrind.log \
|
|
../../yosys -o synth.v -tl synth.log -p "hierarchy -check -top or1200_top" \
|
|
-p opt_const -p proc -p memory -p opt -p techmap -p opt -p abc -p opt rtl/or1200_*.v
|