Nic30 / hwt

VHDL/Verilog/SystemC code generator, simulator API written in python/c++
MIT License
194 stars 26 forks source link

readable debug of Value instances #9

Closed Nic30 closed 6 years ago

Nic30 commented 6 years ago

BitVal/HBoolVal/HIntVal ... instances does not require type definition and validity mask if it can be derived from python value

HArrayVal/HSliceVal ... instances does not require specification for all items if they are same and they do not require type defnition if it can be expressed in python

Nic30 commented 6 years ago

New pretty-print serializer has to be created.

Nic30 commented 6 years ago

finished in 34777fdeb887020a77a053ac7f8788b78596e49f, HwtSerializer now simplifies values if it is possible (there is not any pretty-print serializer and default now has pretty output)