Xekri
Xekri
Another case where static analysis gets mad: `Value.cast` (according to the code) takes a `Value`, `int`, `Enum`, or `ValueCastable`. The `Slice` constructor takes a `value` parameter, which I'm trying to...
I'm not sure I understand? I'm just talking about typehinting the core code, like this: ```python ValueCastableT = Union["Value", int, Enum, "ValueCastable"] class Value(metaclass=ABCMeta): src_loc: Optional[Tuple[str, int]] = None @staticmethod...
Oh, I wasn't talking about going all the way like that. `i_data: Signal` is good enough. As for `FIFOInterface`... it's a type. Maybe not parameterized, but it's a type. My...
Oh -- maybe where there's a table of cmavo at the beginning, the table could also link each cmavo to its paragraph?
Well, yes, I guess I should say that an expression has as many bits as it needs, until it is assigned to a signal, and then the result is truncated...
I did try working with Fomu before, but had very little luck installing Windows-native code for it. It seems that since then, there is a [nice .zip file for windows](https://github.com/im-tomu/fomu-toolchain/releases)....
Oh, I was kind of hoping not to have to modify the files in the distro...
Yah -- also just assigning syscall_int wouldn't add the symbols. It's ok to restrict adding syscalls to config time. Once the processor runs, it's probably a bad idea to add...