Commit c1ba2c90 authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

Add assert(Boolean), assert(Boolean, String)

This overload exists for Chisel 2 compatibility (Rocket uses it).

I tried to just add a single extra method ('apply(Boolean, String="")') but
Scala complained about having overloads with implicit arguments.  Instead I
just went ahead and added 4 overloads that do the same thing as the implicit
arguments, just a bit less cleanly.
parent 5e3f3977
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment