mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
12 lines
466 B
Bash
12 lines
466 B
Bash
#! /usr/bin/env bash
|
|
#------------------------------------------------------------------------------
|
|
# published as part of https://github.com/pConst/basic_verilog
|
|
# Konstantin Pavlov, pavlovconst@gmail.com
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Script to initialize HLS project solution and make CSYNTH compilation step
|
|
# see ../example_projects/vitis_hls_prj_template_v1/ for complete example
|
|
|
|
vitis_hls -f run_hls.tcl
|
|
|