Samuel Thomas
Samuel Thomas
## FuTIL optimizations - [x] Redundancy elimination (#141) - [x] Static Timing (#154) - [x] Resource Sharing - [x] Pipelining (#200) - [x] Bitwidth analysis (#198) - [ ] Control...
This is from a discussion with @vegaluisjose At the moment, our lowering pass completely removes control, but leaves a lot of guards in the `wires` section. We can go further...
Update by @rachitnigam: The memory primitives in Calyx's standard library allow for combinational reads. Different FPGAs and ASIC processes might allow for different kinds of memories, some of which might...
It would be cool if you could test if Houston will properly build your app before you actually publish it. The reasoning is that getting Houston to build you app...
Add support for latex using [this](https://github.com/latex-lsp/tree-sitter-latex) grammar. Still working on the queries.
It looks like there is already a grammar [here](https://github.com/latex-lsp/tree-sitter-latex).
If you have a timer running past midnight, then the work doesn't reset that day. I don't know exactly how we should deal with this. If you continue working into...
If you skip a pause with the spacebar, and then start the next work session with the spacebar again, the timer starts, but the window doesn't update correctly
If you close the window before the "x hour and y minutes of work" message goes away, the progress bar doesn't show up on the launcher. As far as I...