Skip to content

Commit

Permalink
SPI VIP: minor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Laez Barbosa <[email protected]>
  • Loading branch information
LBFFilho committed Oct 25, 2024
1 parent 21a9e56 commit a632bbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions library/vip/adi/spi_vip/adi_spi_vip.sv
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
// ***************************************************************************
// ***************************************************************************

`include "utils.svh"

module adi_spi_vip #(
parameter MODE = 0, // SLAVE=0
parameter CPOL = 0,
Expand Down
3 changes: 1 addition & 2 deletions library/vip/adi/spi_vip/adi_spi_vip_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ source $ad_hdl_dir/library/scripts/adi_ip_xilinx.tcl

adi_ip_create adi_spi_vip
adi_ip_files adi_spi_vip [list \
"adi_spi_vip_pkg.sv" \
"adi_spi_vip.sv" \
"spi_vip_if.sv" \
"adi_spi_vip_pkg.ttcl" \
Expand Down Expand Up @@ -157,7 +156,7 @@ set_property -dict [list \
## DEFAULT_MISO_DATA
set_property -dict [list \
"value_bit_string_length" "32" \
"value_format" "bit_string" \
"value_format" "bitString" \
"enablement_tcl_expr" "\$MODE==0" \
] \
[ipx::get_user_parameters DEFAULT_MISO_DATA -of_objects $cc]
Expand Down

0 comments on commit a632bbe

Please sign in to comment.