SystemRDL / PeakRDL-cheader

GNU General Public License v3.0
9 stars 11 forks source link

During export, check for identifier collisions in output #6

Open amykyta3 opened 11 months ago

amykyta3 commented 11 months ago

See example in https://github.com/SystemRDL/systemrdl-compiler/issues/193

Current implementation will silently emit colliding output, or even reuse an incorrect typedef. Monitor for this and emit an error if it occurs.

Ideas for fix: