jrudess

Results 16 comments of jrudess

shadow-exclude-reg doesn't appear to support an array like shadow-exclude does. I have three monitors where the middle is 2560x1600 and the left/right are 1920x1200. If I use shadow-exclude-reg = "x26+0+0",...

Thanks for the patch, works perfectly for a multi-monitor setup.

Agreed. I pasted the entire set largely for context, since number 6 refers to the implicit ordering which number 5 describes, but also your understanding of the spec is a...

Depending on the complexity of implementing the restriction, a different option might be to have a warning which can be enabled to flag function calls inside constraints, with the ability...

Thanks, understood about the whack-a-mole problem. Allowing a bit-select on an integer is the piece I didn't know about. Every compiler has its set of errors that start out confusing,...

After moving it into the dictionary, I'm seeing some interesting new folding issues that I didn't see before, so some debug work is needed. My apologies if this PR lingers...

The branch has been updated with the requested change. This meant implementing a new "match_skip" option for the dictionary. I am expecting the failing tests for indent.sv since this changes...

There is a conflict between the new `curly` folds and `assign` folds that leads to problems for the following construct: typedef enum { A0 = 0, A1 = 1, A2...

I think ending assign at a comma still could also cause an issue with curly folding for the following case due to use of curly in concatenation. In this case...

Haven't forgotten this one, I just need to add the test case. I only haven't done that yet because I wanted to understand the test suite setup a little better...