Skip to content

Commit 4565d00

Browse files
committed
Updated Readme and updated niosv/g hello world
1 parent 0ec58cc commit 4565d00

File tree

13 files changed

+565
-1198
lines changed

13 files changed

+565
-1198
lines changed
-584 Bytes
Binary file not shown.
-77.1 KB
Binary file not shown.

niosv_g/niosv_g_helloworld/sources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ a. Required directory structure
3838
b. Using build_sof.py to compile the design
3939
- Invoke the quartus_py shell in the terminal
4040
- Run the following command in the terminal from top level project directory:
41-
> quartus_py build_sof.py
41+
> quartus_py ./scripts/build_sof.py
4242
- The quartus tool will compile the design and generate the output files
4343

4444
c. Creating the bsp, build software sources and download elf
@@ -55,7 +55,7 @@ c. Creating the bsp, build software sources and download elf
5555

5656
> make -C sw/app/build
5757

58-
> elf2hex sw/app/build/app.elf -b 0x0 -w 32 -e 0x9ffff sw/app/build/onchip_mem.hex -r4
58+
> elf2hex sw/app/build/app.elf -b 0x0 -w 32 -e 0x9ffff sw/app/build/onchip_mem.hex -r4
5959

6060

6161
Note: Reduce the JTAG clock frequency to 6MHz before programming the application .elf file on the board.

niosv_g/niosv_g_helloworld/sources/hw/clock_config_ip.ip

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)