Skip to content

Major Release v4.0.0

Compare
Choose a tag to compare
@ruck314 ruck314 released this 16 Sep 17:46
· 307 commits to main since this release
7c59725

Pull Requests Since v3.1.2

Unlabeled

  1. #236 - Release Candidate v4.0.0
  2. #235 - Major Changes to HLS for ruckus

Pull Request Details

Major Changes to HLS for ruckus

Author: Larry Ruckman [email protected]
Date: Thu Sep 16 10:43:02 2021 -0700
Pull: #235 (248 additions, 220 deletions, 9 files changed)
Branch: slaclab/hls-dev

Notes:

Description

  • Removing support for vivado_hls
    • Older projects can still use ruckus at version v3.1.2
    • We will do a major release after this PR
    • Only vitis_hls is support after this point
  • Reorganization of the HLS TCL script
  • Renaming system_vivado_hls.mk to system_vitis_hls.mk
    • Also did some polishing to simplify the HLS makefile system
  • Updated hls/build.tcl to output .ZIP export instead of .DCP
    • Issue is that vitis_hls .dcp all have the name top level name (e.g. bd_wrapper_0)
    • This means you can use more than 1 HLS .DCP in a given FPGA build
    • vivado_hls .dcp match the project name (both in filename and .dcp's netlist)

Release Candidate v4.0.0

Author: Larry Ruckman [email protected]
Date: Thu Sep 16 10:44:13 2021 -0700
Pull: #236 (248 additions, 220 deletions, 9 files changed)
Branch: slaclab/pre-release
Issues: #235

Notes:

Description