Skip to content

Commit

Permalink
moved _xilinx to deprecated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLewis committed Jul 23, 2024
1 parent c467fcd commit 52c7559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Axi4/src/build.pro
Original file line number Diff line number Diff line change
@@ -51,12 +51,12 @@ if {$::osvvm::ToolNameVersion ne "XSIM-2023.2"} {
analyze Axi4Memory.vhd
analyze Axi4MemoryVti.vhd
} else {
analyze Axi4Manager_xilinx.vhd
analyze deprecated/Axi4Manager_xilinx.vhd
# analyze Axi4ManagerVti.vhd
analyze Axi4Monitor_dummy.vhd
# analyze Axi4Subordinate.vhd
# analyze Axi4SubordinateVti.vhd
analyze Axi4Memory_xilinx.vhd
analyze deprecated/Axi4Memory_xilinx.vhd
# analyze Axi4MemoryVti.vhd
}
analyze Axi4PassThru.vhd

0 comments on commit 52c7559

Please sign in to comment.