Major Release v4.0.0
Pull Requests Since v3.1.2
Unlabeled
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
tosystem_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