sdnellen / open-register-design-tool

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

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

Closed sdnellen closed 4 years ago

sdnellen commented 4 years ago

From open-register-design-tool created by neenuprince: Juniper/open-register-design-tool#77

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