Skip to content

Commit

Permalink
update radiant projects
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Mar 17, 2024
1 parent 2853a91 commit f512615
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
3 changes: 2 additions & 1 deletion radiant/UPduino_v3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# NEORV32 Example Setup for the tinyVision.ai Inc. "UPduino v3.0" FPGA Board

:warning: This setup _requires_ Lattice Radiant version **2022.1**!
> [!WARNING]
> This setup **requires** Lattice Radiant version **2022.1**!
This example setup turns the UPduino v3.0 board, which features a Lattice iCE40 UltraPlus FPGA, into a tiny-scale NEORV32 microcontroller.
The processor setup provides 64kB of data and instruction memory, an RTOS-capable CPU (privileged architecture)
Expand Down
6 changes: 0 additions & 6 deletions radiant/UPduino_v3/neorv32_upduino_v3.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
<Source name="../../neorv32/rtl/core/neorv32_crc.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_dcache.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_debug_dm.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
Expand All @@ -90,9 +87,6 @@
<Source name="../../neorv32/rtl/core/neorv32_gptmr.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_icache.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_imem.entity.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
Expand Down
3 changes: 2 additions & 1 deletion radiant/iCEBreaker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# NEORV32 Example Setup for the iCEBreaker FPGA Board

:warning: This setup _requires_ Lattice Radiant version **2022.1**!
> [!WARNING]
> This setup **requires** Lattice Radiant version **2022.1**!
### General

Expand Down
6 changes: 0 additions & 6 deletions radiant/iCEBreaker/iCEBreaker.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
<Source name="../../neorv32/rtl/core/neorv32_crc.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_dcache.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_debug_dm.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
Expand All @@ -87,9 +84,6 @@
<Source name="../../neorv32/rtl/core/neorv32_gptmr.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_icache.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
<Source name="../../neorv32/rtl/core/neorv32_imem.entity.vhd" type="VHDL" type_short="VHDL">
<Options lib="neorv32"/>
</Source>
Expand Down

0 comments on commit f512615

Please sign in to comment.