3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-19 17:50:26 +00:00

Added support for (single-clock) transparent memories to bram tests

This commit is contained in:
Clifford Wolf 2016-11-01 10:03:13 +01:00
parent d9d38eeedb
commit 1e3c2bff72
2 changed files with 23 additions and 10 deletions

View file

@ -9,7 +9,7 @@ OPTIND=1
count=5
seed="" # default to no seed specified
debug=""
while getopts "c:S:" opt
while getopts "c:dS:" opt
do
case "$opt" in
c) count="$OPTARG" ;;