File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed 
testbenches/project/cn0577 Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ include $(TB_LIBRARY_PATH)/includes/Makeinclude_dmac.mk
1111include  $(TB_LIBRARY_PATH ) /includes/Makeinclude_converter.mk
1212
1313#  Remaining test-bench dependencies except test programs
14- SV_DEPS  += $(TB_LIBRARY_PATH ) /regmaps/adi_regmap_pwm_gen_pkg.sv
15- 
1614SV_DEPS  += cn0577_environment.sv
1715
1816LIB_DEPS  += axi_pwm_gen
Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ adi_sim_project_xilinx $project_name "xc7z007sclg400-1"
2727
2828source  $ad_tb_dir /library/includes/sp_include_dmac.tcl
2929source  $ad_tb_dir /library/includes/sp_include_pwm_gen.tcl
30+ source  $ad_tb_dir /library/includes/sp_include_converter.tcl
3031
3132#  Add test files to the project
3233adi_sim_project_files [list  \ 
33-   " $ad_tb_dir /library/regmaps/adi_regmap_adc_pkg.sv"   \ 
34-   " $ad_tb_dir /library/regmaps/adi_regmap_common_pkg.sv"   \ 
3534  " cn0577_environment.sv"   \ 
3635  " tests/test_program.sv"   \ 
3736]
Original file line number Diff line number Diff line change 3535
3636`include  " utils.svh" 
3737
38- import  logger_pkg :: * ;
39- import  test_harness_env_pkg :: * ;
40- import  adi_regmap_pkg :: * ;
41- import  adi_regmap_adc_pkg :: * ;
42- import  adi_regmap_common_pkg :: * ;
43- import  adi_regmap_dmac_pkg :: * ;
44- import  adi_regmap_pwm_gen_pkg :: * ;
45- import  pwm_gen_api_pkg :: * ;
4638import  axi_vip_pkg :: * ;
4739import  axi4stream_vip_pkg :: * ;
48- import  cn0577_environment_pkg :: * ;
40+ import  logger_pkg :: * ;
41+ import  test_harness_env_pkg :: * ;
42+ import  dmac_api_pkg :: * ;
4943import  adc_api_pkg :: * ;
44+ import  dac_api_pkg :: * ;
5045import  common_api_pkg :: * ;
46+ import  cn0577_environment_pkg :: * ;
5147
5248import  `PKGIFY (test_harness, mng_axi_vip):: * ;
5349import  `PKGIFY (test_harness, ddr_axi_vip):: * ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments