Paul Rigge

Results 42 comments of Paul Rigge

I had a version that: - Added the OP to the relevant places - Codegen'd something similar to `umul` and `smul` with a function that returned `(0, x*y)` - If...

One potential issue is that some split multiply implementations may have weird constraints on the output width, e.g. `output_width > lhs_width + rhs_width`. It seems bad for narrowing passes to...

Channel operations are not currently supported in functions. This error message really doesn't convey that, it should be better. It's a separate question if functions should be able to do...

This is better solved in a wrapper than by avoiding narrowing.

Interesting that verilator is so slow. Also interesting that the superluminals aren't *that* insanely fast (of course, FPGA probably destroys everything by another order of magnitude), but the fast versions...

OK, my latest push is a little crazy. First, some numbers to excite you: | Method | Cycles | Run Time | MHz | | --------| ------ | --------- |...

I haven't tried it on windows, but I would think that the arguments would be the same. I think the command should actually be ``` java -noverify -jar coursier bootstrap...

It looks like that's not the right way to run coursier b/c it isn't finding it- have you downloaded coursier? Is it in the Desktop folder? Can you look at...

Oh, also the `./almond --install` part of the command is supposed to be a separate command. It looks like the first command is almost working. The idea is that coursier...

Perhaps for now we should make a new branch at this point in the repo and then push a deletion to master? It would be nice if master is pointing...