kevbroch

Results 10 comments of kevbroch

Unfortunately, they are arbitrary.

@tolaszi : I appreciate your comments and thinking through this but you are correct I'm not at liberty to say more about the exact use case.

> I have come across a construct/property that was called 'reset strap' that may be of help in this case. It basically meant that internally the RTL generator created a...

@tolaszi : Yes, I went down the preprocessor route of unrolling the arrays but because I had to support all different permutations of multi-dimensional arrays this became a performance issues...

@tolaszi : tens of thousands

Reading the [docs](https://github.com/Lucas-C/pre-commit-hooks#removing-old-license-and-replacing-it-with-a-new-one) I'm wondering if I leave the `--remove-header` enabled in the pre-commit cfg if that will just work.

Thanks for the confirmation. For my use case, of only updating the license header year if/when the file is edited for other reasons, I'll need to figure out some other...

It's up to you. I'll hopefully submit a PR adding the `--update-year` feature. If/when that happens I can always reference this issue for completeness.

It would be for both linting and formatting. My current usage model is focused on linting by manually calling `verilog_lint` on all files from the command line (for a subset...