Added the user-power-down version of hkspi (hkspi_power) to the list

of patterns to run in the Makefile for verilog dv, since that pattern
has been debugged and now runs correctly.
This commit is contained in:
Tim Edwards 2021-11-03 11:33:13 -04:00
parent 3b89cf0efa
commit e09640425a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
.SUFFIXES:
.SILENT: clean all
PATTERNS = gpio_mgmt gpio mem uart perf hkspi sysctrl mprj_ctrl mprj_bitbang pass_thru timer timer2 pll storage qspi caravan irq user_pass_thru spi_master sram_exec
PATTERNS = gpio_mgmt gpio mem uart perf hkspi sysctrl mprj_ctrl mprj_bitbang pass_thru timer timer2 pll storage qspi caravan irq user_pass_thru spi_master sram_exec hkspi_power
all: ${PATTERNS}
for i in ${PATTERNS}; do \