mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
13 lines
414 B
Bash
13 lines
414 B
Bash
#! /usr/bin/env bash
|
|
|
|
#------------------------------------------------------------------------------
|
|
# published as part of https://github.com/pConst/basic_verilog
|
|
# Konstantin Pavlov, pavlovconst@gmail.com
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Script to open Vitis HLS GUI
|
|
# see ../example_projects/vitis_hls_prj_template_v1/ for complete example
|
|
|
|
killall vitis_hls
|
|
|