RobertBaruch / nmigen-tutorial

A tutorial for using nmigen
Creative Commons Attribution Share Alike 4.0 International
303 stars 34 forks source link

wrong shape output in 4 / "Effects of operations on result width" #1

Closed electroniceel closed 4 years ago

electroniceel commented 4 years ago

The example in https://github.com/RobertBaruch/nmigen-tutorial/blob/master/4_basicops.md#effects-of-operations-on-result-width has the output:

>>> v.shape()
(width=5, shape=False)

I think this should be "signed=False".

Nice tutorial, thanks for publishing it.