From 73c2aefe4b631cac13b3ca06ed969dc60cb30426 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 6 Jun 2022 18:13:21 +0800 Subject: [PATCH] README: mention nac3ld --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67153126..c8b41db6 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ This repository contains: - ``nac3parser``: Python parser (based on RustPython). - ``nac3core``: Core compiler library, containing type-checking and code generation. - ``nac3standalone``: Standalone compiler tool (core language only). +- ``nac3ld``: Minimalist RISC-V and ARM linker. - ``nac3artiq``: Integration with ARTIQ and implementation of ARTIQ-specific extensions to the core language. - ``runkernel``: Simple program that runs compiled ARTIQ kernels on the host and displays RTIO operations. Useful for testing without hardware.