{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2023-07-26T19:08:16.341728+00:00",
  "custom_fields": {},
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "stnolting/neorv32-v1.8.7.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:9e0083003fdd2c208ae57dc34b693848",
        "ext": "zip",
        "id": "c42b8120-94fc-44fc-9fc8-4978f415cc41",
        "key": "stnolting/neorv32-v1.8.7.zip",
        "links": {
          "content": "https://zenodo.org/api/records/8187658/files/stnolting/neorv32-v1.8.7.zip/content",
          "self": "https://zenodo.org/api/records/8187658/files/stnolting/neorv32-v1.8.7.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 6234146,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 6234146
  },
  "id": "8187658",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/8187658/access",
    "access_grants": "https://zenodo.org/api/records/8187658/access/grants",
    "access_links": "https://zenodo.org/api/records/8187658/access/links",
    "access_request": "https://zenodo.org/api/records/8187658/access/request",
    "access_users": "https://zenodo.org/api/records/8187658/access/users",
    "archive": "https://zenodo.org/api/records/8187658/files-archive",
    "archive_media": "https://zenodo.org/api/records/8187658/media-files-archive",
    "communities": "https://zenodo.org/api/records/8187658/communities",
    "communities-suggestions": "https://zenodo.org/api/records/8187658/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.8187658",
    "draft": "https://zenodo.org/api/records/8187658/draft",
    "file_modification": "https://zenodo.org/api/records/8187658/file-modification",
    "files": "https://zenodo.org/api/records/8187658/files",
    "latest": "https://zenodo.org/api/records/8187658/versions/latest",
    "latest_html": "https://zenodo.org/records/8187658/latest",
    "media_files": "https://zenodo.org/api/records/8187658/media-files",
    "parent": "https://zenodo.org/api/records/5018888",
    "parent_doi": "https://doi.org/10.5281/zenodo.5018888",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.5018888",
    "parent_html": "https://zenodo.org/records/5018888",
    "preview_html": "https://zenodo.org/records/8187658?preview=1",
    "quota_increase": "https://zenodo.org/api/records/8187658/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/8187658/request-deletion",
    "requests": "https://zenodo.org/api/records/8187658/requests",
    "reserve_doi": "https://zenodo.org/api/records/8187658/draft/pids/doi",
    "self": "https://zenodo.org/api/records/8187658",
    "self_doi": "https://doi.org/10.5281/zenodo.8187658",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.8187658",
    "self_html": "https://zenodo.org/records/8187658",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:8187658/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:8187658/sequence/default",
    "versions": "https://zenodo.org/api/records/8187658/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "additional_descriptions": [
      {
        "description": "If you use this project, please cite it as below.",
        "type": {
          "id": "notes",
          "title": {
            "de": "Anmerkungen",
            "en": "Notes"
          }
        }
      }
    ],
    "creators": [
      {
        "person_or_org": {
          "family_name": "Nolting",
          "given_name": "Stephan",
          "name": "Nolting, Stephan",
          "type": "personal"
        }
      },
      {
        "person_or_org": {
          "family_name": "All the Awesome Contributors",
          "name": "All the Awesome Contributors",
          "type": "personal"
        }
      }
    ],
    "description": "What's Changed\n<ul>\n<li>demo_blink_led_asm bugfix by @vivi202 in <a href=\"https://github.com/stnolting/neorv32/pull/639\">https://github.com/stnolting/neorv32/pull/639</a></li>\n<li>Minor rtl edits, cleanups and optimizations by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/641\">https://github.com/stnolting/neorv32/pull/641</a></li>\n<li>Minor rtl edits by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/646\">https://github.com/stnolting/neorv32/pull/646</a></li>\n<li>\u26a0\ufe0f Rework SoC bus system and memory map by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/648\">https://github.com/stnolting/neorv32/pull/648</a></li>\n<li>\u26a0\ufe0f Remove UART sim-mode's 32-bit dump by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/650\">https://github.com/stnolting/neorv32/pull/650</a></li>\n<li>\u2728 Add support for RISC-V A ISA extension (atomic memory access) by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/651\">https://github.com/stnolting/neorv32/pull/651</a></li>\n<li>Minor rtl edits by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/652\">https://github.com/stnolting/neorv32/pull/652</a></li>\n<li>[rtl] Optimize bus system and customization options by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/653\">https://github.com/stnolting/neorv32/pull/653</a></li>\n<li>:bug: fixing some LR/SC design flaws by @stnolting in <a href=\"https://github.com/stnolting/neorv32/pull/654\">https://github.com/stnolting/neorv32/pull/654</a></li>\n</ul>\nNew Contributors\n<ul>\n<li>@vivi202 made their first contribution in <a href=\"https://github.com/stnolting/neorv32/pull/639\">https://github.com/stnolting/neorv32/pull/639</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/stnolting/neorv32/compare/v1.8.6...v1.8.7\">https://github.com/stnolting/neorv32/compare/v1.8.6...v1.8.7</a></p>",
    "publication_date": "2023-07-26",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/stnolting/neorv32/tree/v1.8.7",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "other-open",
        "title": {
          "en": "Other (Open)"
        }
      }
    ],
    "title": "The NEORV32 RISC-V Processor",
    "version": "v1.8.7"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "232409"
      },
      "settings": {
        "accept_conditions_text": null,
        "allow_guest_requests": false,
        "allow_user_requests": false,
        "secret_link_expiration": 0
      }
    },
    "communities": {},
    "id": "5018888",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.5018888",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.8187658",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:8187658",
      "provider": "oai"
    }
  },
  "revision_id": 5,
  "stats": {
    "all_versions": {
      "data_volume": 4887127571.0,
      "downloads": 695,
      "unique_downloads": 691,
      "unique_views": 5146,
      "views": 5311
    },
    "this_version": {
      "data_volume": 112214628.0,
      "downloads": 18,
      "unique_downloads": 18,
      "unique_views": 112,
      "views": 117
    }
  },
  "status": "published",
  "swh": {},
  "updated": "2023-09-09T08:34:46.538638+00:00",
  "versions": {
    "index": 31,
    "is_latest": false
  }
}