Skip to content

Commit

Permalink
SoC: add sram download mode in npk
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 6, 2023
1 parent b3608eb commit a991097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SoC/demosoc/Board/nuclei_fpga_eval/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ configuration:
description: FLASHXIP download mode, program will to be download into flash and run directly in Flash
- name: ddr
description: DDR download mode, program will be download into ddr and run directly in ddr, program lost when poweroff
- name: sram
description: SRAM download mode(sram mode use sram for 200/300, ddr for 600/900)

## Source Code Management
codemanage:
Expand Down
2 changes: 2 additions & 0 deletions SoC/evalsoc/Board/nuclei_fpga_eval/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ configuration:
description: FLASHXIP download mode, program will to be download into flash and run directly in Flash
- name: ddr
description: DDR download mode, program will be download into ddr and run directly in ddr, program lost when poweroff
- name: sram
description: SRAM download mode(sram mode use sram for 200/300, ddr for 600/900)

## Source Code Management
codemanage:
Expand Down

0 comments on commit a991097

Please sign in to comment.