mirror of https://github.com/efabless/caravel.git
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:
parent
3b89cf0efa
commit
e09640425a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue