lowRISC / lowrisc-chip

The root repo for lowRISC project and FPGA demos.
http://www.lowrisc.org/
Other
596 stars 148 forks source link

$fatal() is not issued to C++ by Verilator #54

Closed wsong83 closed 7 years ago

wsong83 commented 7 years ago

Basically all assertion checks in Chisel silently pass! Need more investigation on this. [for record purpose]

wsong83 commented 7 years ago

By default, assertions are omitted in Verilator. To enable assertions, --assert parameter must be explicitly added.

This is now fixed via #57