From a061a9f1ce8a08d2fc4022000fe12b026bc4c8a6 Mon Sep 17 00:00:00 2001 From: Aly Date: Sun, 29 Nov 2020 11:22:03 -0800 Subject: [PATCH] Getting back into the swing of things --- chisel.md | 7 +++++++ horizon-eda.md | 3 +++ journal/2020-11-29.md | 12 ++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 chisel.md create mode 100644 horizon-eda.md create mode 100644 journal/2020-11-29.md diff --git a/chisel.md b/chisel.md new file mode 100644 index 0000000..d56d2ce --- /dev/null +++ b/chisel.md @@ -0,0 +1,7 @@ +# Chisel + +- A [[Scala]] library for FPGA development. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Scala]: scala "Scala" +[//end]: # "Autogenerated link references" diff --git a/horizon-eda.md b/horizon-eda.md new file mode 100644 index 0000000..b211def --- /dev/null +++ b/horizon-eda.md @@ -0,0 +1,3 @@ +# Horizon EDA + +- Electronic Design Automation software. diff --git a/journal/2020-11-29.md b/journal/2020-11-29.md new file mode 100644 index 0000000..f9260e7 --- /dev/null +++ b/journal/2020-11-29.md @@ -0,0 +1,12 @@ +# 2020-11-29 + +- Continued work on my implementation of a `HashMap` and `HashSet` for + [`cats-collections`](https://github.com/typelevel/cats-collections). +- Looked into [[Horizon EDA]] for development of asynchronous circuits. +- Looked into the usage of [[Chisel]] to make managing and testing custom + components easier. + +[//begin]: # "Autogenerated link references for markdown compatibility" +[Horizon EDA]: ..\horizon-eda "Horizon EDA" +[Chisel]: ..\chisel "Chisel" +[//end]: # "Autogenerated link references"