Skip to content

Commit

Permalink
fix(vivado): Add missing include for axi_ram.v source
Browse files Browse the repository at this point in the history
  • Loading branch information
arturum1 committed Sep 10, 2024
1 parent d8d6abf commit 265c1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/fpga/vivado/vivado_premap.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ if { $USE_EXTMEM > 0 } {
read_verilog vivado/$BOARD/clock_wizard.v
read_verilog vivado/$BOARD/iob_reset_sync.v
read_verilog vivado/$BOARD/iob_r.v
read_verilog vivado/$BOARD/axi_ram.v

}

0 comments on commit 265c1d9

Please sign in to comment.