We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50e8263 + 43a047e commit 4f87f15Copy full SHA for 4f87f15
tcl/syntacore/sc_fpga_lib.tcl
@@ -132,17 +132,6 @@ namespace eval _SC_INTERNALS {
132
sc_lib_print "[sc_lib_write_reg mhpmevent${EventSelector} 0]"
133
sc_lib_print "[sc_lib_write_reg mhpmcounter${EventSelector} 0]"
134
}
135
- set REG_LIST [reg]
136
- if {[string match "* mcounteren *" "$REG_LIST"]} {
137
- sc_lib_print "[sc_lib_write_reg mcounteren 0xffffffff]"
138
- } else {
139
- sc_lib_print "NOTE: mcounteren is not found on target"
140
- }
141
- if {[string match "* scounteren *" "$REG_LIST"]} {
142
- sc_lib_print "[sc_lib_write_reg scounteren 0xffffffff]"
143
144
- sc_lib_print "NOTE: scounteren is not found on target"
145
146
147
148
proc sc_lib_experimental_enable_pmu_counters { selectors_list
0 commit comments