Skip to content

abs-tudelft/TydiPostProcessorDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tydi Blog Post Processor Demo

This repo contains a demo hardware design written in Chisel that processes a list of blog posts using Tydi for stream communication. Makes use of Tydi-Chisel for writing the hardware and TydiPayloadKit for testing.

The blog-post data that is being processed can be found in posts.json. The data structure of a post is as follows

  • Post ID
  • Title
  • Content
  • Author
    • User ID
    • Username
  • Created timestamp
  • Updated timestamp
  • Tags
  • Likes
  • Shares
  • Comments
    • Comment ID
    • Author
      • User ID
      • Username
    • Content
    • Created timestamp
    • Likes
    • [optional] Response to (ID)

About

Demo Chisel design for processing blog posts transmitted over Tydi streams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages