esynr3z / corsair

Control and Status Register map generator for HDL projects
https://corsair.readthedocs.io
MIT License
97 stars 35 forks source link

Change rst signal according to _neg / _pos #63

Open stdefeber opened 3 months ago

stdefeber commented 3 months ago

Currently the reset signal is always defined as "rst". When one sets the register_reset to "_neg" the signal does not reflect the active state anymore.

So would it be possible to make it "rstn" when register_reg = <>_neg ?