Skip to content

Commit

Permalink
Merge branch 'hak-fix-hbm_signals' into 'devel'
Browse files Browse the repository at this point in the history
APP: [BUGFIX] fix width of hbm tester control signals

See merge request ndk/ndk-app-minimal!63
  • Loading branch information
jakubcabal committed Aug 7, 2024
2 parents 27e618d + 20c1e10 commit 0aa9b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/top/application_core.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ begin
CLK => APP_CLK,
RESET => APP_RESET(3),

HBM_CLK => HBM_CLK,
HBM_RESET => HBM_RESET,
HBM_INIT_DONE => HBM_INIT_DONE,
HBM_CLK => HBM_CLK(0),
HBM_RESET => HBM_RESET(0),
HBM_INIT_DONE => HBM_INIT_DONE(0),
HBM_AXI_ARADDR => HBM_AXI_ARADDR,
HBM_AXI_ARBURST => HBM_AXI_ARBURST,
HBM_AXI_ARID => HBM_AXI_ARID,
Expand Down

0 comments on commit 0aa9b72

Please sign in to comment.