cornell-brg / pymtl

Python-based hardware modeling framework
BSD 3-Clause "New" or "Revised" License
234 stars 83 forks source link

Need to change calls to `bin_str()` to `bin()` #111

Closed cbatten closed 9 years ago

cbatten commented 9 years ago

It looks like there are still some places that use the bin_str() method on Bits instead of the new bin():

https://github.com/cornell-brg/pymtl/blob/master/pymtl/tools/simulation/vcd.py#L94

There are a couple more in vcd.py.