Getting back into the swing of things
This commit is contained in:
parent
32c62c7e00
commit
a061a9f1ce
3 changed files with 22 additions and 0 deletions
7
chisel.md
Normal file
7
chisel.md
Normal file
|
@ -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"
|
3
horizon-eda.md
Normal file
3
horizon-eda.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Horizon EDA
|
||||
|
||||
- Electronic Design Automation software.
|
12
journal/2020-11-29.md
Normal file
12
journal/2020-11-29.md
Normal file
|
@ -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"
|
Loading…
Reference in a new issue