Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added --disable-init flag to fud xclbin stage #1085

Merged
merged 3 commits into from
Jul 7, 2022
Merged

Commits on Jul 7, 2022

  1. Added --disable-init flag to fud xclbin stage

    This disables all automatic initialization when generating verilog, but
    only for Xilinx execution. At some point thid may be revisited to a
    broader "is initilization correct."
    
    Previously, behavior was wonky because we were treating certain signals
    as both registers (in initilization) and wires (later on).
    nathanielnrn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    4c2d932 View commit details
    Browse the repository at this point in the history
  2. Change generated kernel.xml axi manager port width to 512 (#1074)

    * Changed axi manager port width to 512
    
    * Added comments regarding kernel width
    
    Co-authored-by: Nathaniel Navarro <[email protected]>
    nathanielnrn and nathanielnrn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    cbbb2c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e672c27 View commit details
    Browse the repository at this point in the history