Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@fischermoseley fischermoseley released this 18 Jul 14:12
· 5 commits to main since this release

Manta v1.0.1. This release contains a few improvements, including:

  • Bumping to the freshly-released Amaranth 0.5. This has a few implications:

    • Generating True-Dual-Port RAMs on Xilinx/AMD platforms no longer results in an Unrecognized RAM template error from Vivado during synthesis. This makes the bidirectional memory core work properly on these devices.
    • The simulation testbenches have been migrated to to the new async simulation API.
    • A few small changes to the HDL were required (Signal.reset was replaced with Signal.init, for instance).
  • CSV exports of logic analyzer captures. This feature had been in the codebase for some time, but just had never been broken out to the CLI. Now it has!

  • Some minor updates to the documentation.