From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=3.0 tests=AC_FROM_MANY_DOTS,BAYES_05, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:ae9:df03:0:b0:765:a4f2:51ec with SMTP id t3-20020ae9df03000000b00765a4f251ecmr31392qkf.4.1691672599043; Thu, 10 Aug 2023 06:03:19 -0700 (PDT) X-Received: by 2002:a17:902:ea0a:b0:1b8:a555:7615 with SMTP id s10-20020a170902ea0a00b001b8a5557615mr815725plg.9.1691672598518; Thu, 10 Aug 2023 06:03:18 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 10 Aug 2023 06:03:18 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=79.46.127.113; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 79.46.127.113 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <010f001d-beae-4c9c-97eb-73cc35febfe0n@googlegroups.com> Subject: SweetAda on NEORV32 From: Gabriele Galeotti Injection-Date: Thu, 10 Aug 2023 13:03:19 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65505 List-Id: Hi all. I=E2=80=99ve created a NEORV32 target platform in SweetAda (https://github.= com/gabriele-galeotti). NEORV32 (https://github.com/stnolting/neorv32) is a popular RISC-V SoC impl= ementation in VHDL, suited for FPGAs. The setup so far is blatantly primitive and runs under simulation by means = of GHDL, outputting a welcome message inside the simulated UART console and= continuously output the value of the mtime timer. So far I have no FPGA hardware (besides the time) ready to create a real im= plementation, so if someone is using NEORV32 on real hardware, and is willi= ng to test, it will be very interesting to know about a OK/KO flag feedback= . The current setup needs only UART clocking parameters in the CTRL registe= r, which I suppose it depends on the actual clock configuration. In the mea= ntime I will continue to develop things inside the simulated GHDL environme= nt. Best regards, G