[myhdl-list] modbv vs. intbv
Brought to you by:
jandecaluwe
From: Guy E. <gu...@no...> - 2014-04-27 07:54:37
|
Hello, I've been wondering about this: >>> from myhdl import * >>> a = modbv(0, min = 0, max = 16) >>> a intbv(0) Why does the last command print "intbv(0)" instead of "modbv(0)"? Regards, Guy. |