Skip to content

Commit bbc4856

Browse files
updating README.md
1 parent aff32dd commit bbc4856

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

README.md

100644100755
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
# Nios V Example Designs Repository
22

3-
This repository contains the Nios V Example designs based on Agilex™ 5 FPGA E-Series 065B Premium Development Kit
4-
5-
Development Kit product page- https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/agilex/a5e065b-premium.html
6-
7-
**25.1.0 New Releases**
8-
9-
*1. [TinyML Design and Application on Nios V/g core](niosv_g/tinyml_liteRT/docs/Nios_Vg_Processor_TinyML_Design_on_Agilex_5_FPGA.md)*
10-
11-
*2. [Ashling VSCode Extension](https://www.intel.com/content/www/us/en/docs/programmable/730783/current/ashling-visual-studio-code-extension.html)*
12-
3+
This repository contains the Nios V Example designs based on different Altera FPGA development kits.
134

145
The following table contains the list of Acronyms that the user may come across in the design details
156

@@ -19,8 +10,13 @@ The following table contains the list of Acronyms that the user may come across
1910
| OCM | On-Chip Memory |
2011
| PIO | Parallel I/O |
2112
| RTOS | Real Time Operating System |
13+
| ECC | Error-Correcting Code |
14+
| TCM | Tightly Coupled Memory |
2215
| GHRD | Golden Hardware Reference Design |
23-
| VS | Visual Studio |
16+
| SSS | Simple Socket Server |
17+
| CI | Custom Instrcution |
18+
| CRC | Cyclic Redundancy Check |
19+
2420

2521
There are three variants of the NiosV core:
2622

@@ -31,13 +27,18 @@ There are three variants of the NiosV core:
3127
c. Nios V/c core - Compact Microcontroller- Smallest (For non-interrupt driven baremetal code)
3228

3329

30+
# 1. a5e065b-prem-devkit
31+
Example Designs using Nios V as the core based on Agilex™ 5 FPGA E-Series 065B Premium Development Kit
32+
33+
Development Kit product page- https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/agilex/a5e065b-premium.html
34+
3435
The following table contains the list of the designs on Agilex 5 FPGA E-Series 065B Premium Development Kit
3536

3637
| No # | Design Name Prefix (Nios V core) | Design Name Suffix (Functions) | Description |
3738
| - | --- | ------ | ----------- |
38-
| 1 | Nios V/m | Nios V/m Baseline 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)
39+
| 1 | Nios V/m | Nios V/m DMA OCM 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) |
3940
| 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) |
40-
| 3 | Nios V/c | Nios V/c Helloworld OCM Memory test Design | This design prints a simple Hello World message and performs a simple OCM memory test<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) |
41-
42-
43-
Refer to the documents in the following link for More information on the Nios V Processor core - [https://www.intel.com/content/www/us/en/support/programmable/support-resources/support-centers/nios-v-support.html ](https://www.intel.com/content/www/us/en/support/programmable/support-resources/support-centers/nios-v-support.html#introtext_1506028531_1693475107)
41+
| 3 | Nios V/g | Nios V/g Helloworld Design | Nios® V/g Processor-based Helloworld example design<br>[Design details](niosv_g/niosv_g_helloworld/docs/Nios_Vg_Processor_Hello_World_Design_on_Agilex_5_FPGA.md) |
42+
| 4 | Nios V/g | Nios V/g OCM Memory Tese Design | Nios® V/g Processor-based OCM memory test example design<br>[Design details](niosv_g/niosv_g_ocm_mem_test/docs/Nios_Vg_Processor_OCM_Mem_Test_Design_on_Agilex_5_FPGA.md) |
43+
| 5 | 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) |
44+
| 6 | Nios V/m | Nios V/m Baseline 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)|

0 commit comments

Comments
 (0)