Skip to content

Instantly share code, notes, and snippets.

@benjmarshall
Created June 26, 2017 01:55
Show Gist options
  • Save benjmarshall/0f2e8563298718ac1d9fbc29b2cad653 to your computer and use it in GitHub Desktop.
Save benjmarshall/0f2e8563298718ac1d9fbc29b2cad653 to your computer and use it in GitHub Desktop.
Blog Snippets
# Config file for Simple Adder Vivado HLS project
#project_name = "optional_project_name_here"
top_level_function_name = "simple_adder"
#src_dir_name = "src"
#tb_dir_name = "tb"
src_files = ["dut.h","dut.cpp"]
tb_files = ["testbench.cpp"]
part_name = "xc7z020clg484-1"
clock_period = "10"
language = "vhdl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment