Zachary Snow

Results 100 comments of Zachary Snow

sv2v doesn't yet support attributes on port connections, but this could be added. It wouldn't necessarily be _difficult_, but it would be a larger change because I did not anticipate...

@emfredrickson Do you have any update here? It's definitely possible to add support here, but I'd like to be clear on the use case before I get started. Thanks!

I'm guessing you're using the branch from #214 if you are successfully running these inputs through sv2v. If you are not intending to use the assertions downstream, please try _not_...

This is pretty interesting! I had never really considered that classes could be used in synthesizable code. This is something I can add. > It's the only way to parameterize...

There may be a relatively straightforward way to add support, provided that any identifiers in the class parameter bindings only refer to declarations at the top level of the module,...

Sorry for the delay over here! I have been making progress behind the scenes and have pushed what I've got so far. I've added initial support for using classes in...

As of 3955c47e7a0d84e599ef561e4f6a62f456811fc9, the parameter overrides can refer to declarations in a local generate scope. I'm still eager to see if this implementation is working as you'd expect it to!

I've just added proper support for static methods. sv2v doesn't yet support class types as parameters (`parameter type OPERATION = adder;`). The current architecture surrounding the elaboration of type parameters...

Thanks for filing another detailed report! Escaped identifiers were being treated as distinct depending on the whitespace which follows them, but this should be fixed as of 91e3ac0fb17. However, sv2v...

It has been a while since I made a release! Here you go: https://github.com/zachjs/sv2v/releases/tag/v0.0.10