-
https://github.com/B-Lang-org/bsc/blob/main/src/Libraries/Base3-Math/FloatingPoint.bsv,
line 3156 says:
// todo: does this work for subnormal?
it seems that, no, it does not work for subnormal …
-
Capturing this as a separate issue suggested by @thotypous in #147
It would be superb if you could set up [automated builds](https://docs.docker.com/get-started/part3/) on Docker Hub using the Doc…
-
Hi! A few months ago you asked me for a wishlist for fastwave features, and I kind of forgot about it :sweat:
Anyway, after having to deal with gtkwave today, I was reminded that something nicer w…
-
Hi,
tried to follow the example in "Bluespec Compiler (BSC) Libraries Reference Guide"
from page 218, and can't find `ArithOpGP2#(CFP)` anywhere.
Could you please suggest if below snippet is corr…
-
A place to Log Work the development of the SLSV.
-
The website link on this github repo goes to http://cliffle.com/project/cobble/ which seems to be a 404.
![Screenshot from 2021-01-06 17-52-08](https://user-images.githubusercontent.com/21212/1038412…
-
SystemVerilog's sequence construct seems very useful. It might not be useful to entirely copy the syntax but I'd like to capture it's powerful semantics. Perhaps it would be sufficient to take in a pr…
-
Discussions relevant to debug I/O and, in particular, if JTAG and/or OpenOCD will be supported on either CloudGFE variant.
-
Consider the following data type:
```haskell
data A
= A (Unsigned 4)
| B (Unsigned 4) (Unsigned 4)
deriving (Generic, BitPack)
```
Right now:
```haskell
>>> pack (A 2)
10010....
…
-
Bluespec allows packages to be imported qualified or unqualified, but doesn't allow packages to be renamed or symbols from a package to be hidden.
These imports are possible
```
import Foo.Bar
i…