SymbiFlow / uxsdcxx

generate C++ reader/writer from XSD schema
Apache License 2.0
6 stars 2 forks source link

Use templated context arguments (instead of void *). #38

Closed litghost closed 4 years ago

duck2 commented 4 years ago

I read your code in the verilog-to-routing PR, and this is definitely better than the previous method of state tracking.

litghost commented 4 years ago

I'm going to do another iteration that makes it easier to specify the template arguments, because the current strategy is fragile.