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:
parent
550ac35873
commit
668306d00f
4 changed files with 53 additions and 31 deletions
11
tests/vloghtb/test_mapopt.sh
Normal file
11
tests/vloghtb/test_mapopt.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue