Soos Garry
Soos Garry
When I run a simple example with negative numbers through a 2d-matrix multiplier, I get two different outputs depending on if I use verilator or the interpreter (although the result...
The language tutorial for calyx, found [here](https://docs.calyxir.org/tutorial/language-tut.html), does not include any information about the `?` and `&` symbols. These are key features of the language, but I haven't been able...
As in the title. It appears to be a stack overflow issue. The files I'm using: [DRB1.futil.txt](https://github.com/cucapra/calyx/files/10726026/DRB1.futil.txt) [DRB1.data.txt](https://github.com/cucapra/calyx/files/10726029/DRB1.data.txt) The command I'm using: `fud e --to dat --through verilog -s verilog.data...
There are a number of `gfa` features that `mygfa` doesn't account for yet, so I'm not sure how high of a priority this fix should be, but this issue is...
Our extract function is passing the tests! To see it in action, try `fgfa -I tests/note5.gfa extract -n 2 -c 1`, or sub in your own values - the implementation...
Chop works! After `cargo build --release`, try something like `fgfa -I ../tests/k.gfa chop -c 3 -l`. `-c 3` specifies that nodes are to be chopping into segments no longer than...
The flatgfa filesystem now contains two submodules: - `fgfa_ds`, which contains the definitions for the flatgfa datastructure - `commands`, which contains our implementations of the odgi commands using flatgfa After...