Skip to content

Commit de863d4

Browse files
committed
Design updates
1 parent b99c8d8 commit de863d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+36
-5248
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following table contains the list of the designs on Agilex 5 FPGA E-Series 0
3636

3737
| No # | Design Name Prefix (Nios V core) | Design Name Suffix (Functions) | Description |
3838
| - | --- | ------ | ----------- |
39-
| 1 | Nios V/m | Nios V/m Webserver Ping Design | This design demonstrates the transaction between the Nios® V processor with DMA and OCM core<br>[Design details](niosv_m/niosv_m_dma_ocm/docs/NiosV_m_Processor_DMA_OCM_Design_on_Agilex_5_FPGA.md) |
39+
| 1 | Nios V/g | Nios V/g Webserver Ping Design | This design demonstrates the Ping application using the Triple Speed Ethernet IP <br>[Design details](niosv_g/niosv_g_webserver_ping/docs/Nios_Vg_Processor_Webserver_Ping_Design_on_Agilex_5_FPGA.md) |
4040
| 2 | Nios V/g | Nios V/g TinyML LiteRT | This design demonstrates the TinyML application using LiteRT for microcontrollers software with Nios® V/g processor<br>[Design details](niosv_g/tinyml_liteRT/docs/Nios_Vg_Processor_TinyML_Design_on_Agilex_5_FPGA.md) |
4141
| 3 | Nios V/c | Nios V/c Helloworld OCM Memory test Design | Nios® V/c Processor-based Helloworld and OCM memory test example design<br>[Design details](niosv_c/niosv_c_helloworld_ocm_mem_test/docs/Nios_Vc_Processor_Helloworld_OCM_Memory_Test_Design_on_Agilex_5_FPGA.md) |
42-
| 4 | Nios V/m | Nios V/m Full Feature Golden Hardware Reference Design (GHRD) | This design demonstrates the baseline Golden Hardware Reference Design (GHRD) for a Nios V/m processor with basic bare minimum peripherals required for any application execution <br>[Design details](niosv_m/niosv_m_baseline_ghrd/docs/NiosV_m_Processor_baseline_ghrd_on_Agilex_5_FPGA.md)|
42+
| 4 | Nios V/m | Nios V/m Full Feature Golden Hardware Reference Design (GHRD) | This design demonstrates the Full Feature Golden Hardware Reference Design (GHRD) that showcases the connectivity to multiple peripherals required for application execution <br>[Design details](niosv_m/niosv_m_full_feature_ghrd/docs/NiosV_m_Processor_full_feature_ghrd_on_Agilex_5_FPGA.md)|

niosv_c/niosv_c_helloworld_ocm_mem_test/docs/Nios_Vc_Processor_Helloworld_OCM_Memory_Test_Design_on_Agilex_5_FPGA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
### Release Contents
1414

1515
#### Binaries
16-
- Prebuilt binaries are located [here](https://github.com/altera-fpga/agilex5e-nios-ed/blob/rel/25.3/niosv_c/niosv_c_helloworld_ocm_mem_test/ready_to_test).
16+
- Prebuilt binaries are located [here](https://github.com/altera-fpga/agilex5e-nios-ed/blob/rel/25.3.0/niosv_c/niosv_c_helloworld_ocm_mem_test/ready_to_test).
1717
- The sof and elf files required to run the design can be found in "ready_to_test" folder
1818
- Program the sof and download the elf file on board
1919

2020
### Nios® V/c Helloworld OCM Memory test Design Architecture
2121
This example design includes a Nios® V/c processor connected to the On Chip RAM-II, JTAG UART IP, Parallel-IO and System ID peripheral core. The objective of the design is to accomplish data transfer between the processor and soft IP peripherals.
2222

23-
![Block Diagram](https://github.com/altera-fpga/agilex5e-nios-ed/blob/rel/25.3/niosv_c/niosv_c_helloworld_ocm_mem_test/img/hello_world_ocm.png)
23+
![Block Diagram](https://github.com/altera-fpga/agilex5e-nios-ed/blob/rel/25.3.0/niosv_c/niosv_c_helloworld_ocm_mem_test/img/hello_world_ocm.png)
2424

2525
#### Nios® V/c Processor
2626
- Microcontroller- Balanced (For interrupt driven baremetal and RTOS code)
@@ -79,10 +79,10 @@ Refer to [Agilex™ 5 FPGA Premium Development Kit User Guide](https://www.intel
7979
#### Tools Download and Installation
8080
1. Quartus Prime Pro
8181

82-
- Download the Quartus® Prime Pro Edition software version 25.3 from the FPGA Software Download Center webpage of the Intel website. Follow the on-screen instructions to complete the installation process. Choose an installation directory that is relative to the Quartus® Prime Pro Edition software installation directory.
82+
- Download the Quartus® Prime Pro Edition software version 25.3.0 from the FPGA Software Download Center webpage of the Intel website. Follow the on-screen instructions to complete the installation process. Choose an installation directory that is relative to the Quartus® Prime Pro Edition software installation directory.
8383
- Set up the Quartus tools in the PATH, so they are accessible without full path.
8484
```console
85-
export QUARTUS_ROOTDIR=~/intelFPGA_pro/25.3/quartus/
85+
export QUARTUS_ROOTDIR=~/intelFPGA_pro/25.3.0/quartus/
8686
export PATH=$QUARTUS_ROOTDIR/bin:$QUARTUS_ROOTDIR/linux64:$QUARTUS_ROOTDIR/../qsys/bin:$PATH
8787
```
8888

niosv_c/niosv_c_helloworld_ocm_mem_test/sources/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Nios® V/c Processor-based Helloworld example design on the Agilex 5 FPGA E-Series 065B Premium Development Kit DK-A5E065BB32AES1
88

9-
![image](https://github.com/altera-fpga/niosv-ed/blob/rel/25.3/niosv_c/niosv_c_helloworld_ocm_mem_test/img/hello_world_ocm.png)
9+
![image](https://github.com/altera-fpga/niosv-ed/blob/rel/25.3.0/niosv_c/niosv_c_helloworld_ocm_mem_test/img/hello_world_ocm.png)
1010

1111

1212
## Project Details
@@ -20,13 +20,13 @@
2020
- **Device Part**: A5ED065BB32AE6SR0
2121
- **Design Package**: agilex5_niosv_c_helloworld_ocm_mem_test.zip
2222
- **Category**: Memory
23-
- **URL**: https://github.com/altera-fpga/agilex5e-nios-ed/tree/rel/25.3/niosv_c/niosv_c_helloworld_ocm_mem_test
24-
- **download URL**: https://github.com/altera-fpga/agilex5e-nios-ed/releases/download/25.1.1-v1.0/agilex5_niosv_c_helloworld_ocm_mem_test.zip
23+
- **URL**: https://github.com/altera-fpga/agilex5e-nios-ed/tree/rel/25.3.0/niosv_c/niosv_c_helloworld_ocm_mem_test
24+
- **download URL**: https://github.com/altera-fpga/agilex5e-nios-ed/releases/download/25.3.0-v1.0/agilex5_niosv_c_helloworld_ocm_mem_test.zip
2525

2626
## Documentation
2727

2828
- **Title**: Design Document
29-
- **URL**:https://github.com/altera-fpga/agilex5e-nios-ed/tree/rel/25.1.1/niosv_m/niosv_m_dma_ocm/docs/Nios_Vc_Processor_Helloworld_OCM_Memory_Test_Design_on_Agilex_5_FPGA.md
29+
- **URL**:https://github.com/altera-fpga/agilex5e-nios-ed/tree/rel/25.3.0/niosv_m/niosv_m_dma_ocm/docs/Nios_Vc_Processor_Helloworld_OCM_Memory_Test_Design_on_Agilex_5_FPGA.md
3030

3131
## Build and Run Flow
3232

niosv_g/niosv_g_helloworld/README.md

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

niosv_g/niosv_g_helloworld/docs/Nios_Vg_Processor_Hello_World_Design_on_Agilex_5_FPGA.md

Lines changed: 0 additions & 173 deletions
This file was deleted.
-40.3 KB
Binary file not shown.
-499 KB
Binary file not shown.
-338 KB
Binary file not shown.
-1.88 MB
Binary file not shown.

niosv_g/niosv_g_helloworld/sources/README.md

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

0 commit comments

Comments
 (0)