Juniper / open-register-design-tool

Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
Apache License 2.0
195 stars 69 forks source link

ORDT coverpoints in RTL does not rename the resets to the system reset #77

Closed neenuprince closed 4 years ago

neenuprince commented 5 years ago

When the global reset is used it renames the reset signal to global_rst_n but it does not rename the reset signal for the coverpoints. The reset signal for the coverpoints is not an input and is unconnected. example even if the system reset is named "syst_rst_n" the coverpoints in *jrdl_logic.sv uses "reset" as below h2l_counter_rf_cnt_incrbyone_incrval_incr: coverpoint h2l_counter_rf_cnt_incrbyone_incrval_incr iff(!reset);

Each time it gets regenerated , we have to edit them manually.

sdnellen commented 4 years ago

Kamino cloned this issue to sdnellen/open-register-design-tool

sdnellen commented 4 years ago

Kamino cloned this issue to sdnellen/open-register-design-tool

sdnellen commented 4 years ago

fix committed on sdnellen fork

neenuprince commented 4 years ago

Confirmed that the fix works