mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
4 lines
172 B
Bash
4 lines
172 B
Bash
#!/usr/bin/env bash
|
|
|
|
exec ../tools/autotest.sh -G -j $@ -p 'proc; opt; memory -nomap; techmap -map ../mem_simple_4x1_map.v;; techmap; opt; abc;; stat' mem_simple_4x1_uut.v
|