Skip to content

Commit

Permalink
🐛 [linker script] fix section continuity issue (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Jun 2, 2023
2 parents 8ab4ca0 + 3533c90 commit a630a08
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 76 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ mimpid = 0x01080200 => Version 01.08.02.00 => v1.8.2

| Date (*dd.mm.yyyy*) | Version | Comment |
|:-------------------:|:-------:|:--------|
| 02.06.2023 | 1.8.5.3 | :bug: executable generation: fix address continuity between `.text` and `.rodata` segments; [#626](https://github.com/stnolting/neorv32/pull/626) |
| 19.05.2023 | 1.8.5.2 | :sparkles: add automatic trigger mode to **DMA** (trigger transfer if a processor-internal peripheral issues an interrupt request); [#618](https://github.com/stnolting/neorv32/pull/618) |
| 18.05.2023 | 1.8.5.1 | software can now retrieve the configured FIFO size of the **TRNG**; [#616](https://github.com/stnolting/neorv32/pull/616) |
| 18.05.2023 | [**:rocket:1.8.5**](https://github.com/stnolting/neorv32/releases/tag/v1.8.5) | **New release** |
Expand Down
24 changes: 14 additions & 10 deletions rtl/core/neorv32_application_image.vhd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- The NEORV32 RISC-V Processor: https://github.com/stnolting/neorv32
-- Auto-generated memory initialization file (for APPLICATION) from source file <demo_blink_led/main.bin>
-- Size: 1076 bytes
-- Size: 1092 bytes
-- MARCH: default
-- Built: 24.02.2023 18:13:22
-- Built: 02.06.2023 11:53:17

-- prototype defined in 'neorv32_package.vhd'
package body neorv32_application_image is
Expand All @@ -11,7 +11,7 @@ constant application_init_image : mem32_t := (
x"30005073",
x"30401073",
x"00000097",
x"12408093",
x"13408093",
x"30509073",
x"80002117",
x"fe810113",
Expand Down Expand Up @@ -39,7 +39,7 @@ x"00000e13",
x"00000e93",
x"00000f13",
x"00000f93",
x"43400593",
x"44400593",
x"80000617",
x"f8060613",
x"80000697",
Expand All @@ -59,20 +59,24 @@ x"00f75863",
x"00072023",
x"00470713",
x"ff5ff06f",
x"43400413",
x"43400493",
x"00000417",
x"37840413",
x"00000497",
x"37048493",
x"00945a63",
x"00042083",
x"000080e7",
x"00440413",
x"ff1ff06f",
x"00000513",
x"00000593",
x"088000ef",
x"090000ef",
x"30401073",
x"34051073",
x"43400413",
x"43400493",
x"00000417",
x"34040413",
x"00000497",
x"33848493",
x"00945a63",
x"00042083",
x"000080e7",
Expand All @@ -82,7 +86,7 @@ x"00000093",
x"00008463",
x"000080e7",
x"10500073",
x"0000006f",
x"ffdff06f",
x"ff810113",
x"00812023",
x"00912223",
Expand Down
Loading

0 comments on commit a630a08

Please sign in to comment.