Skip to content

Latest commit

 

History

History
44 lines (16 loc) · 1.01 KB

Readme.md

File metadata and controls

44 lines (16 loc) · 1.01 KB

MessagePack for VHDL

Overview

Introduction

MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.

MessagePack-RPC is cross-language RPC library for client, server and cluster applications.

MessagePack for VHDL is pure and synthesizable VHDL implementation of MessagePack and MessagePack-RPC.

Features

  • MessagePack-VHDL is written in synthesizable VHDL.

Fig.1 Example MessagePack-RPC Server

Fig.1 Example MessagePack-RPC Server


Licensing

Distributed under the BSD 2-Clause License.