Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new testbench for checking the SPI Engine Sleep and Chip Select Instruction delays #49

Merged
merged 9 commits into from
Oct 30, 2023
3 changes: 2 additions & 1 deletion pulsar_adc_pmdz/system_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "cfgs/${cfg_file}"
set project_name [file rootname $cfg_file]

# Create the project
adi_sim_project_xilinx $project_name "xcvu9p-flga2104-2L-e"
adi_sim_project_xilinx $project_name "xc7z007sclg400-1"

# Add test files to the project
adi_sim_project_files [list \
Expand All @@ -34,6 +34,7 @@ adi_sim_project_files [list \
"../common/sv/axi_dmac_pkg.sv" \
"../common/sv/test_harness_env.sv" \
"tests/test_program.sv" \
"tests/test_sleep_delay.sv"\
"system_tb.sv" \
]

Expand Down
Loading