From 748ca158a25dd5ac93e0b7ea705d2e73f0d61578 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 16 Jun 2023 14:48:22 +0200 Subject: [PATCH] docs: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79ce00e..44a6ed2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +This is a part of my bachelor thesis I did on Czech Technical University in Prague. See here: https://dspace.cvut.cz/handle/10467/108692, the thesis may be opened by clicking on the url "PLNY_TEXT" (meaning full text) +More information about this code may be found in the thesis itself for now. But at some point, I will update this readme with more information. + # JESD204B Receiver This repository contains implementation of JESD204B standard (https://www.jedec.org/sites/default/files/docs/JESD204B.pdf) receiver in VHDL-2008. It contains implementation of data link layer and transport layer. @@ -11,6 +14,3 @@ There are entities that may be used for multipoint links as well as entities for The receiver supports subclass 0 and 1. It generates LMFC from SYSREF using a counter, if subclass 1 is used. - -TODO: add small documentation here. In the meantime, you can check out the testbenches -for some example usage. -- 2.48.1