Nandu Raj

Results 10 comments of Nandu Raj

This would be great. Presently, I added `notes tree` for myself.

Just do `tree --ignore-case -P ''` on the directory. Pattern man: -P pattern List only those files that match the wild-card pattern. Note: you must use the -a option to...

Instead of `notes find | notes tree`, we can do `notes tree ` using tree's inbuilt pattern matching.

Hi, I am also having trouble testing Decoupled because of this. please make pokes/peeks on posedge.

@wsnyder I'd like to work on a patch. where should I start?

@wsnyder Thanks. I'll take a stab at it.

Can you look at https://github.com/ctcpip/notifize. very simple code. ``` func Display(summary string, body string, isUrgent bool, iconPath string) { switch runtime.GOOS { case "darwin": exec.Command("osascript", "-e", "display notification \""+body+"\" with...

@wsnyder I'd like to work on a workaround. Can you suggest where I should look at?

- `$display( $bits(intf.data) )` works - `logic [$bits(intf.data)-1:0] data` works - `localparam WIDTH = $bits(intf.data)` gives *Parameter-resolved constants* error - **Attached test program** [PFA t.sv.txt](https://github.com/verilator/verilator/files/5295858/t.sv.txt)