From bda982b5ff4b15ec349c48d1a51fbc05aba5648d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 28 Sep 2021 22:11:53 +0100 Subject: Add some more descriptions --- conf/gitolite.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/conf/gitolite.conf b/conf/gitolite.conf index b080c8b..f31760b 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -92,5 +92,35 @@ repo ymherklotz.gitlab.io repo hugo-ymherklotz desc = Custom Hugo theme for https://yannherklotz.com. +repo archive/verilog + desc = Repository with some Verilog designs used to learn Verilog simulation. + +repo archive/NoteReader + desc = C++ implementation using OpenCV to read sheet music and print machine-readable sheet music. + +repo archive/Imperial_2015 + desc = A repository with code from my first year at university. + +repo archive/sobel_filter + desc = A sobel filter implementation for FPGAs implemented using Catapult C. + +repo archive/dot_product + desc = An implementation of a dotproduct for FPGAs using Catapult C. + +repo archive/sudoku_solver + desc = A simple, brute-force Sudoku solver. + +repo archive/FPGA-2015 + desc = A collection of Quartus projects to learn FPGA design. + +repo archive/second-year-computing + desc = A repository containing code while learning data-structures and algorithms. + +repo archive/BinaryTree + desc = An implementation of a binary tree in C++. + +repo archive/A-star-algorithm + desc = an A-star algorithm implementation with a UI. + repo private/formal_hls RW+ = ymherklotz -- cgit