Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions bin/eqmap

This file was deleted.

21 changes: 0 additions & 21 deletions bin/eqmap_vivado

This file was deleted.

17 changes: 0 additions & 17 deletions bin/fam

This file was deleted.

17 changes: 0 additions & 17 deletions bin/lvv

This file was deleted.

94 changes: 0 additions & 94 deletions bin/msynth

This file was deleted.

23 changes: 0 additions & 23 deletions bin/opt-verilog

This file was deleted.

99 changes: 0 additions & 99 deletions bin/resynth

This file was deleted.

12 changes: 11 additions & 1 deletion bin/lvv-vivado → bin/runtool
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

eqmap_vivado $@
# Wrapper script for unified_eqmap.py

DIR="$(dirname "$0")"
PYTHON_SCRIPT="$DIR/runtool.py"

if [ ! -f "$PYTHON_SCRIPT" ]; then
echo "Error: Python script $PYTHON_SCRIPT not found"
exit 1
fi

exec python3 "$PYTHON_SCRIPT" "$@"
Loading
Loading