Commit 92335dd9 authored by Federico Vaga's avatar Federico Vaga

sw:tools: add trtl-memory.ld to project creator

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent cd88fa69
...@@ -26,3 +26,6 @@ includes: ...@@ -26,3 +26,6 @@ includes:
Optionally, the mockturtle-project-creator can generate a git repository Optionally, the mockturtle-project-creator can generate a git repository
with some initial commits. This will give the possibility to rollback to with some initial commits. This will give the possibility to rollback to
the skeleton whenever you want. the skeleton whenever you want.
The tools will also create a basic ``trtl-memory.ld`` linker script that
you should modify to reflect your target CPU.
MEMORY
{
ram : ORIGIN = 0x00000000, LENGTH = 2048
stack : ORIGIN = 0x00000780, LENGTH = 128
smem : ORIGIN = 0x40200000, LENGTH = 2048
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment