Skip to content

Commit 3ade924

Browse files
Ignition: move Controller event counters in separate module
1 parent 769230c commit 3ade924

File tree

5 files changed

+687
-618
lines changed

5 files changed

+687
-618
lines changed

hdl/ip/bsv/ignition/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ bluespec_library('TargetWrapper',
6767
bluespec_library('Controller',
6868
sources = [
6969
'IgnitionController.bsv',
70-
'IgnitionEventCounter.bsv',
70+
'IgnitionControllerCounters.bsv',
71+
'IgnitionControllerShared.bsv',
7172
],
7273
deps = [
7374
':ControllerRegisters',

0 commit comments

Comments
 (0)