Nic30 / hwt

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

Clean stack trace for exception in RtlSignal operators #23

Closed Nic30 closed 4 years ago

Nic30 commented 4 years ago

If the exception is raised somewhere deep inside of operator function it usually means ~5 function calls and user can get lost easily. It also does not look like an error in user code.

Nic30 commented 4 years ago

done