3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-29 22:40:12 +00:00

Various improvements in test/vloghtb

This commit is contained in:
Clifford Wolf 2014-07-21 14:08:13 +02:00
parent 550ac35873
commit 668306d00f
4 changed files with 53 additions and 31 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
set -e
source common.sh
f=$1
n=$(basename ${f%.v})
test_equiv mapopt "opt; techmap; opt" "-set-def-inputs" $n $f
exit 0