-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcp.flist
More file actions
712 lines (711 loc) · 37.5 KB
/
cp.flist
File metadata and controls
712 lines (711 loc) · 37.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
+incdir+$CPROOT/hw/includes
+incdir+$CPROOT/hw/ips/adv_dbg_if/rtl
+incdir+$CPROOT/hw/ips/apb_adv_timer/rtl
+incdir+$CPROOT/hw/ips/axi/include
+incdir+$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco
+incdir+$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco
+incdir+$CPROOT/hw/ips/cluster_peripherals/event_unit/include
+incdir+$CPROOT/hw/ips/common_cells/include
+incdir+$CPROOT/hw/ips/cv32e40p/bhv
+incdir+$CPROOT/hw/ips/cv32e40p/rtl/include
+incdir+$CPROOT/hw/ips/event_unit_flex/rtl
+incdir+$CPROOT/hw/ips/idma/src/include
+incdir+$CPROOT/hw/ips/mchan/rtl/include
+incdir+$CPROOT/hw/ips/pulp_soc/rtl/include
+incdir+$CPROOT/hw/ips/register_interface/include
+incdir+$CPROOT/hw/ips/serial_link/src/axis/include
+incdir+$CPROOT/hw/ips/udma_core/rtl
+incdir+$CPROOT/hw/ips/udma_i2c/rtl
+incdir+$CPROOT/hw/ips/udma_qspi/rtl
+define+TRACE_EXECUTION
+define+TARGET_CV32E40P_USE_FF_REGFILE
+define+TARGET_FLIST
+define+TARGET_PULP
+define+TARGET_RTL
+define+TARGET_SYNTHESIS
+define+SYNTHESIS
$CPROOT/hw/ips/tech_cells_generic/src/rtl/tc_sram.sv
$CPROOT/hw/ips/tech_cells_generic/src/rtl/tc_sram_impl.sv
$CPROOT/hw/ips/tech_cells_generic/src/rtl/tc_clk.sv
$CPROOT/hw/ips/tech_cells_generic/src/deprecated/pulp_clock_gating_async.sv
$CPROOT/hw/ips/tech_cells_generic/src/deprecated/cluster_clk_cells.sv
$CPROOT/hw/ips/tech_cells_generic/src/deprecated/pulp_clk_cells.sv
$CPROOT/hw/ips/common_cells/src/binary_to_gray.sv
$CPROOT/hw/ips/common_cells/src/cb_filter_pkg.sv
$CPROOT/hw/ips/common_cells/src/cc_onehot.sv
$CPROOT/hw/ips/common_cells/src/cf_math_pkg.sv
$CPROOT/hw/ips/common_cells/src/clk_int_div.sv
$CPROOT/hw/ips/common_cells/src/delta_counter.sv
$CPROOT/hw/ips/common_cells/src/ecc_pkg.sv
$CPROOT/hw/ips/common_cells/src/edge_propagator_tx.sv
$CPROOT/hw/ips/common_cells/src/exp_backoff.sv
$CPROOT/hw/ips/common_cells/src/fifo_v3.sv
$CPROOT/hw/ips/common_cells/src/gray_to_binary.sv
$CPROOT/hw/ips/common_cells/src/isochronous_4phase_handshake.sv
$CPROOT/hw/ips/common_cells/src/isochronous_spill_register.sv
$CPROOT/hw/ips/common_cells/src/lfsr.sv
$CPROOT/hw/ips/common_cells/src/lfsr_16bit.sv
$CPROOT/hw/ips/common_cells/src/lfsr_8bit.sv
$CPROOT/hw/ips/common_cells/src/mv_filter.sv
$CPROOT/hw/ips/common_cells/src/onehot_to_bin.sv
$CPROOT/hw/ips/common_cells/src/plru_tree.sv
$CPROOT/hw/ips/common_cells/src/popcount.sv
$CPROOT/hw/ips/common_cells/src/rr_arb_tree.sv
$CPROOT/hw/ips/common_cells/src/rstgen_bypass.sv
$CPROOT/hw/ips/common_cells/src/serial_deglitch.sv
$CPROOT/hw/ips/common_cells/src/shift_reg.sv
$CPROOT/hw/ips/common_cells/src/shift_reg_gated.sv
$CPROOT/hw/ips/common_cells/src/spill_register_flushable.sv
$CPROOT/hw/ips/common_cells/src/stream_demux.sv
$CPROOT/hw/ips/common_cells/src/stream_filter.sv
$CPROOT/hw/ips/common_cells/src/stream_fork.sv
$CPROOT/hw/ips/common_cells/src/stream_intf.sv
$CPROOT/hw/ips/common_cells/src/stream_join.sv
$CPROOT/hw/ips/common_cells/src/stream_mux.sv
$CPROOT/hw/ips/common_cells/src/stream_throttle.sv
$CPROOT/hw/ips/common_cells/src/sub_per_hash.sv
$CPROOT/hw/ips/common_cells/src/sync.sv
$CPROOT/hw/ips/common_cells/src/sync_wedge.sv
$CPROOT/hw/ips/common_cells/src/unread.sv
$CPROOT/hw/ips/common_cells/src/read.sv
$CPROOT/hw/ips/common_cells/src/cdc_reset_ctrlr_pkg.sv
$CPROOT/hw/ips/common_cells/src/addr_decode_napot.sv
$CPROOT/hw/ips/common_cells/src/cdc_2phase.sv
$CPROOT/hw/ips/common_cells/src/cdc_4phase.sv
$CPROOT/hw/ips/common_cells/src/addr_decode.sv
$CPROOT/hw/ips/common_cells/src/cb_filter.sv
$CPROOT/hw/ips/common_cells/src/cdc_fifo_2phase.sv
$CPROOT/hw/ips/common_cells/src/counter.sv
$CPROOT/hw/ips/common_cells/src/ecc_decode.sv
$CPROOT/hw/ips/common_cells/src/ecc_encode.sv
$CPROOT/hw/ips/common_cells/src/edge_detect.sv
$CPROOT/hw/ips/common_cells/src/lzc.sv
$CPROOT/hw/ips/common_cells/src/max_counter.sv
$CPROOT/hw/ips/common_cells/src/rstgen.sv
$CPROOT/hw/ips/common_cells/src/spill_register.sv
$CPROOT/hw/ips/common_cells/src/stream_delay.sv
$CPROOT/hw/ips/common_cells/src/stream_fifo.sv
$CPROOT/hw/ips/common_cells/src/stream_fork_dynamic.sv
$CPROOT/hw/ips/common_cells/src/clk_mux_glitch_free.sv
$CPROOT/hw/ips/common_cells/src/cdc_reset_ctrlr.sv
$CPROOT/hw/ips/common_cells/src/cdc_fifo_gray.sv
$CPROOT/hw/ips/common_cells/src/fall_through_register.sv
$CPROOT/hw/ips/common_cells/src/id_queue.sv
$CPROOT/hw/ips/common_cells/src/stream_to_mem.sv
$CPROOT/hw/ips/common_cells/src/stream_arbiter_flushable.sv
$CPROOT/hw/ips/common_cells/src/stream_fifo_optimal_wrap.sv
$CPROOT/hw/ips/common_cells/src/stream_register.sv
$CPROOT/hw/ips/common_cells/src/stream_xbar.sv
$CPROOT/hw/ips/common_cells/src/cdc_fifo_gray_clearable.sv
$CPROOT/hw/ips/common_cells/src/cdc_2phase_clearable.sv
$CPROOT/hw/ips/common_cells/src/mem_to_banks.sv
$CPROOT/hw/ips/common_cells/src/stream_arbiter.sv
$CPROOT/hw/ips/common_cells/src/stream_omega_net.sv
$CPROOT/hw/ips/common_cells/src/deprecated/clock_divider_counter.sv
$CPROOT/hw/ips/common_cells/src/deprecated/clk_div.sv
$CPROOT/hw/ips/common_cells/src/deprecated/find_first_one.sv
$CPROOT/hw/ips/common_cells/src/deprecated/generic_LFSR_8bit.sv
$CPROOT/hw/ips/common_cells/src/deprecated/generic_fifo.sv
$CPROOT/hw/ips/common_cells/src/deprecated/prioarbiter.sv
$CPROOT/hw/ips/common_cells/src/deprecated/pulp_sync.sv
$CPROOT/hw/ips/common_cells/src/deprecated/pulp_sync_wedge.sv
$CPROOT/hw/ips/common_cells/src/deprecated/rrarbiter.sv
$CPROOT/hw/ips/common_cells/src/deprecated/clock_divider.sv
$CPROOT/hw/ips/common_cells/src/deprecated/fifo_v2.sv
$CPROOT/hw/ips/common_cells/src/deprecated/fifo_v1.sv
$CPROOT/hw/ips/common_cells/src/edge_propagator_ack.sv
$CPROOT/hw/ips/common_cells/src/edge_propagator.sv
$CPROOT/hw/ips/common_cells/src/edge_propagator_rx.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/defs_div_sqrt_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/iteration_div_sqrt_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/control_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/norm_div_sqrt_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/preprocess_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/nrbd_nrsc_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/div_sqrt_top_mvp.sv
$CPROOT/hw/ips/fpu_div_sqrt_mvp/hdl/div_sqrt_mvp_wrapper.sv
$CPROOT/hw/ips/apb/src/apb_intf.sv
$CPROOT/hw/ips/axi/src/axi_pkg.sv
$CPROOT/hw/ips/axi/src/axi_intf.sv
$CPROOT/hw/ips/axi/src/axi_atop_filter.sv
$CPROOT/hw/ips/axi/src/axi_burst_splitter.sv
$CPROOT/hw/ips/axi/src/axi_bus_compare.sv
$CPROOT/hw/ips/axi/src/axi_cdc_dst.sv
$CPROOT/hw/ips/axi/src/axi_cdc_src.sv
$CPROOT/hw/ips/axi/src/axi_cut.sv
$CPROOT/hw/ips/axi/src/axi_delayer.sv
$CPROOT/hw/ips/axi/src/axi_demux.sv
$CPROOT/hw/ips/axi/src/axi_dw_downsizer.sv
$CPROOT/hw/ips/axi/src/axi_dw_upsizer.sv
$CPROOT/hw/ips/axi/src/axi_fifo.sv
$CPROOT/hw/ips/axi/src/axi_id_remap.sv
$CPROOT/hw/ips/axi/src/axi_id_prepend.sv
$CPROOT/hw/ips/axi/src/axi_isolate.sv
$CPROOT/hw/ips/axi/src/axi_join.sv
$CPROOT/hw/ips/axi/src/axi_lite_demux.sv
$CPROOT/hw/ips/axi/src/axi_lite_dw_converter.sv
$CPROOT/hw/ips/axi/src/axi_lite_from_mem.sv
$CPROOT/hw/ips/axi/src/axi_lite_join.sv
$CPROOT/hw/ips/axi/src/axi_lite_lfsr.sv
$CPROOT/hw/ips/axi/src/axi_lite_mailbox.sv
$CPROOT/hw/ips/axi/src/axi_lite_mux.sv
$CPROOT/hw/ips/axi/src/axi_lite_regs.sv
$CPROOT/hw/ips/axi/src/axi_lite_to_apb.sv
$CPROOT/hw/ips/axi/src/axi_lite_to_axi.sv
$CPROOT/hw/ips/axi/src/axi_modify_address.sv
$CPROOT/hw/ips/axi/src/axi_mux.sv
$CPROOT/hw/ips/axi/src/axi_rw_join.sv
$CPROOT/hw/ips/axi/src/axi_rw_split.sv
$CPROOT/hw/ips/axi/src/axi_serializer.sv
$CPROOT/hw/ips/axi/src/axi_slave_compare.sv
$CPROOT/hw/ips/axi/src/axi_throttle.sv
$CPROOT/hw/ips/axi/src/axi_to_mem.sv
$CPROOT/hw/ips/axi/src/axi_cdc.sv
$CPROOT/hw/ips/axi/src/axi_err_slv.sv
$CPROOT/hw/ips/axi/src/axi_dw_converter.sv
$CPROOT/hw/ips/axi/src/axi_from_mem.sv
$CPROOT/hw/ips/axi/src/axi_id_serialize.sv
$CPROOT/hw/ips/axi/src/axi_lfsr.sv
$CPROOT/hw/ips/axi/src/axi_multicut.sv
$CPROOT/hw/ips/axi/src/axi_to_axi_lite.sv
$CPROOT/hw/ips/axi/src/axi_to_mem_banked.sv
$CPROOT/hw/ips/axi/src/axi_to_mem_interleaved.sv
$CPROOT/hw/ips/axi/src/axi_to_mem_split.sv
$CPROOT/hw/ips/axi/src/axi_iw_converter.sv
$CPROOT/hw/ips/axi/src/axi_lite_xbar.sv
$CPROOT/hw/ips/axi/src/axi_xbar.sv
$CPROOT/hw/ips/axi/src/axi_xp.sv
$CPROOT/hw/ips/fpnew/src/fpnew_pkg.sv
$CPROOT/hw/ips/fpnew/src/fpnew_cast_multi.sv
$CPROOT/hw/ips/fpnew/src/fpnew_classifier.sv
$CPROOT/hw/ips/fpnew/src/fpnew_divsqrt_multi.sv
$CPROOT/hw/ips/fpnew/src/fpnew_fma.sv
$CPROOT/hw/ips/fpnew/src/fpnew_fma_multi.sv
$CPROOT/hw/ips/fpnew/src/fpnew_noncomp.sv
$CPROOT/hw/ips/fpnew/src/fpnew_opgroup_block.sv
$CPROOT/hw/ips/fpnew/src/fpnew_opgroup_fmt_slice.sv
$CPROOT/hw/ips/fpnew/src/fpnew_opgroup_multifmt_slice.sv
$CPROOT/hw/ips/fpnew/src/fpnew_rounding.sv
$CPROOT/hw/ips/fpnew/src/fpnew_top.sv
$CPROOT/hw/ips/axi_node/src/apb_regs_top.sv
$CPROOT/hw/ips/axi_node/src/axi_address_decoder_AR.sv
$CPROOT/hw/ips/axi_node/src/axi_address_decoder_AW.sv
$CPROOT/hw/ips/axi_node/src/axi_address_decoder_BR.sv
$CPROOT/hw/ips/axi_node/src/axi_address_decoder_BW.sv
$CPROOT/hw/ips/axi_node/src/axi_address_decoder_DW.sv
$CPROOT/hw/ips/axi_node/src/axi_AR_allocator.sv
$CPROOT/hw/ips/axi_node/src/axi_ArbitrationTree.sv
$CPROOT/hw/ips/axi_node/src/axi_AW_allocator.sv
$CPROOT/hw/ips/axi_node/src/axi_BR_allocator.sv
$CPROOT/hw/ips/axi_node/src/axi_BW_allocator.sv
$CPROOT/hw/ips/axi_node/src/axi_DW_allocator.sv
$CPROOT/hw/ips/axi_node/src/axi_FanInPrimitive_Req.sv
$CPROOT/hw/ips/axi_node/src/axi_multiplexer.sv
$CPROOT/hw/ips/axi_node/src/axi_node.sv
$CPROOT/hw/ips/axi_node/src/axi_node_intf_wrap.sv
$CPROOT/hw/ips/axi_node/src/axi_node_wrap_with_slices.sv
$CPROOT/hw/ips/axi_node/src/axi_regs_top.sv
$CPROOT/hw/ips/axi_node/src/axi_request_block.sv
$CPROOT/hw/ips/axi_node/src/axi_response_block.sv
$CPROOT/hw/ips/axi_node/src/axi_RR_Flag_Req.sv
$CPROOT/hw/ips/axi_slice/src/axi_single_slice.sv
$CPROOT/hw/ips/axi_slice/src/axi_ar_buffer.sv
$CPROOT/hw/ips/axi_slice/src/axi_aw_buffer.sv
$CPROOT/hw/ips/axi_slice/src/axi_b_buffer.sv
$CPROOT/hw/ips/axi_slice/src/axi_r_buffer.sv
$CPROOT/hw/ips/axi_slice/src/axi_slice.sv
$CPROOT/hw/ips/axi_slice/src/axi_w_buffer.sv
$CPROOT/hw/ips/axi_slice/src/axi_slice_wrap.sv
$CPROOT/hw/ips/cv32e40p/rtl/include/cv32e40p_apu_core_pkg.sv
$CPROOT/hw/ips/cv32e40p/rtl/include/cv32e40p_fpu_pkg.sv
$CPROOT/hw/ips/cv32e40p/rtl/include/cv32e40p_pkg.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_alu.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_alu_div.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_aligner.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_compressed_decoder.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_controller.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_cs_registers.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_decoder.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_int_controller.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_ex_stage.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_fifo.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_hwloop_regs.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_id_stage.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_if_stage.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_load_store_unit.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_mult.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_prefetch_buffer.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_prefetch_controller.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_obi_interface.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_core.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_apu_disp.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_popcnt.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_ff_one.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_sleep_unit.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_shadow_controller.sv
$CPROOT/hw/ips/cv32e40p/rtl/cv32e40p_register_file_ff.sv
$CPROOT/hw/ips/cv32e40p/bhv/cv32e40p_sim_clock_gate.sv
$CPROOT/hw/ips/icache-intc/Req_Arb_Node_icache_intc.sv
$CPROOT/hw/ips/icache-intc/Resp_Arb_Node_icache_intc.sv
$CPROOT/hw/ips/icache-intc/lint_mux.sv
$CPROOT/hw/ips/icache-intc/DistributedArbitrationNetwork_Req_icache_intc.sv
$CPROOT/hw/ips/icache-intc/DistributedArbitrationNetwork_Resp_icache_intc.sv
$CPROOT/hw/ips/icache-intc/RoutingBlock_Req_icache_intc.sv
$CPROOT/hw/ips/icache-intc/RoutingBlock_2ch_Req_icache_intc.sv
$CPROOT/hw/ips/icache-intc/RoutingBlock_Resp_icache_intc.sv
$CPROOT/hw/ips/icache-intc/icache_intc.sv
$CPROOT/hw/ips/register_interface/src/reg_intf.sv
$CPROOT/hw/ips/register_interface/vendor/lowrisc_opentitan/src/prim_subreg_arb.sv
$CPROOT/hw/ips/register_interface/vendor/lowrisc_opentitan/src/prim_subreg_ext.sv
$CPROOT/hw/ips/register_interface/src/apb_to_reg.sv
$CPROOT/hw/ips/register_interface/src/axi_to_reg.sv
$CPROOT/hw/ips/register_interface/src/periph_to_reg.sv
$CPROOT/hw/ips/register_interface/src/reg_cdc.sv
$CPROOT/hw/ips/register_interface/src/reg_demux.sv
$CPROOT/hw/ips/register_interface/src/reg_err_slv.sv
$CPROOT/hw/ips/register_interface/src/reg_mux.sv
$CPROOT/hw/ips/register_interface/src/reg_to_apb.sv
$CPROOT/hw/ips/register_interface/src/reg_to_mem.sv
$CPROOT/hw/ips/register_interface/src/reg_uniform.sv
$CPROOT/hw/ips/register_interface/src/reg_to_tlul.sv
$CPROOT/hw/ips/register_interface/vendor/lowrisc_opentitan/src/prim_subreg_shadow.sv
$CPROOT/hw/ips/register_interface/vendor/lowrisc_opentitan/src/prim_subreg.sv
$CPROOT/hw/ips/register_interface/src/axi_lite_to_reg.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_test_wrap.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_64b_multi_port_read_32b_1row.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_multi_port_read_1row.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_all.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_all_test_wrap.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_be.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_ff.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_latch.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1r_1w_1row.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_128b_multi_port_read_32b.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_64b_multi_port_read_32b.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_64b_1r_32b.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_multi_port_read_be.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_1w_multi_port_read.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_2r_1w_asymm.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_2r_1w_asymm_test_wrap.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_2r_2w.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_3r_2w.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_3r_2w_be.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_multi_way_1w_64b_multi_port_read_32b.sv
$CPROOT/hw/ips/scm/latch_scm/register_file_multi_way_1w_multi_port_read.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_clk_gen.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_event_counter.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_generic_fifo.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_shiftreg.sv
$CPROOT/hw/ips/udma_core/rtl/common/udma_apb_if.sv
$CPROOT/hw/ips/udma_core/rtl/common/udma_clk_div_cnt.sv
$CPROOT/hw/ips/udma_core/rtl/common/udma_ctrl.sv
$CPROOT/hw/ips/udma_core/rtl/common/udma_dc_fifo.sv
$CPROOT/hw/ips/udma_core/rtl/core/udma_arbiter.sv
$CPROOT/hw/ips/udma_core/rtl/core/udma_ch_addrgen.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_tx_fifo.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_tx_fifo_dc.sv
$CPROOT/hw/ips/udma_core/rtl/common/io_tx_fifo_mark.sv
$CPROOT/hw/ips/udma_core/rtl/common/udma_clkgen.sv
$CPROOT/hw/ips/udma_core/rtl/core/udma_tx_channels.sv
$CPROOT/hw/ips/udma_core/rtl/core/udma_stream_unit.sv
$CPROOT/hw/ips/udma_core/rtl/core/udma_rx_channels.sv
$CPROOT/hw/ips/udma_core/rtl/core/udma_core.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_axi_biu.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_axi_module.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_lint_biu.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_lint_module.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_crc32.v
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_or1k_biu.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_or1k_module.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_or1k_status_reg.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_top.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/bytefifo.v
$CPROOT/hw/ips/adv_dbg_if/rtl/syncflop.v
$CPROOT/hw/ips/adv_dbg_if/rtl/syncreg.v
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_tap_top.v
$CPROOT/hw/ips/adv_dbg_if/rtl/adv_dbg_if.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_axionly_top.sv
$CPROOT/hw/ips/adv_dbg_if/rtl/adbg_lintonly_top.sv
$CPROOT/hw/ips/apb2per/apb2per.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/adv_timer_apb_if.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/comparator.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/input_stage.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/lut_4x4.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/out_filter.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/prescaler.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/timer_cntrl.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/up_down_counter.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/timer_module.sv
$CPROOT/hw/ips/apb_adv_timer/rtl/apb_adv_timer.sv
$CPROOT/hw/ips/apb_gpio/rtl/apb_gpio.sv
$CPROOT/hw/ips/apb_node/src/apb_node.sv
$CPROOT/hw/ips/apb_node/src/apb_node_wrap.sv
$CPROOT/hw/ips/axi2per/axi2per_req_channel.sv
$CPROOT/hw/ips/axi2per/axi2per_res_channel.sv
$CPROOT/hw/ips/axi2per/axi2per.sv
$CPROOT/hw/ips/axi_slice_dc/src/axi_slice_dc_master.sv
$CPROOT/hw/ips/axi_slice_dc/src/axi_slice_dc_slave.sv
$CPROOT/hw/ips/axi_slice_dc/src/dc_data_buffer.sv
$CPROOT/hw/ips/axi_slice_dc/src/dc_full_detector.v
$CPROOT/hw/ips/axi_slice_dc/src/dc_synchronizer.v
$CPROOT/hw/ips/axi_slice_dc/src/dc_token_ring_fifo_din.v
$CPROOT/hw/ips/axi_slice_dc/src/dc_token_ring_fifo_dout.v
$CPROOT/hw/ips/axi_slice_dc/src/dc_token_ring.v
$CPROOT/hw/ips/axi_slice_dc/src/axi_slice_dc_master_wrap.sv
$CPROOT/hw/ips/axi_slice_dc/src/axi_slice_dc_slave_wrap.sv
$CPROOT/hw/ips/clic/src/clic_reg_pkg.sv
$CPROOT/hw/ips/clic/src/clic_reg_top.sv
$CPROOT/hw/ips/clic/src/clic_reg_adapter.sv
$CPROOT/hw/ips/clic/src/clic_gateway.sv
$CPROOT/hw/ips/clic/src/clic_target.sv
$CPROOT/hw/ips/clic/src/clic.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/tcdm_interconnect_pkg.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/addr_dec_resp_mux.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/amo_shim.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/variable_latency_interconnect/addr_decoder.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/xbar.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/variable_latency_interconnect/simplex_xbar.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/clos_net.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/bfly_net.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/variable_latency_interconnect/full_duplex_xbar.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/tcdm_interconnect/tcdm_interconnect.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/variable_latency_interconnect/variable_latency_bfly_net.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/variable_latency_interconnect/variable_latency_interconnect.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/FanInPrimitive_Req.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/ArbitrationTree.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/MUX2_REQ.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/AddressDecoder_Resp.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/TestAndSet.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/RequestBlock2CH.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/RequestBlock1CH.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/FanInPrimitive_Resp.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/ResponseTree.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/ResponseBlock.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/AddressDecoder_Req.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/XBAR_TCDM.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/XBAR_TCDM_WRAPPER.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/TCDM_PIPE_REQ.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/TCDM_PIPE_RESP.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/grant_mask.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/low_latency_interco/priority_Flag_Req.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/AddressDecoder_PE_Req.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/AddressDecoder_Resp_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/ArbitrationTree_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/FanInPrimitive_Req_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/RR_Flag_Req_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/MUX2_REQ_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/FanInPrimitive_PE_Resp.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/RequestBlock1CH_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/RequestBlock2CH_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/ResponseBlock_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/ResponseTree_PE.sv
$CPROOT/hw/ips/cluster_interconnect/rtl/peripheral_interco/XBAR_PE.sv
$CPROOT/hw/ips/cluster_peripherals/cluster_control_unit/cluster_control_unit.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/HW_barrier_logic.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/event_unit_arbiter.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/event_unit_mux.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/event_unit_sm.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/interrupt_mask.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/HW_barrier.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/event_unit_input.sv
$CPROOT/hw/ips/cluster_peripherals/event_unit/event_unit.sv
$CPROOT/hw/ips/cluster_peripherals/icache_ctrl_unit/icache_ctrl_unit.sv
$CPROOT/hw/ips/cluster_peripherals/icache_ctrl_unit/mp_icache_ctrl_unit.sv
$CPROOT/hw/ips/cluster_peripherals/icache_ctrl_unit/mp_pf_icache_ctrl_unit.sv
$CPROOT/hw/ips/cluster_peripherals/icache_ctrl_unit/new_icache_ctrl_unit.sv
$CPROOT/hw/ips/cluster_peripherals/icache_ctrl_unit/pri_icache_ctrl_unit.sv
$CPROOT/hw/ips/cluster_peripherals/icache_ctrl_unit/sp_icache_ctrl_unit.sv
$CPROOT/hw/ips/cluster_peripherals/mmu_config_unit/mmu_config_unit.sv
$CPROOT/hw/ips/cluster_peripherals/perf_counters_unit/perf_counters_unit.sv
$CPROOT/hw/ips/cluster_peripherals/tcdm_pipe_unit/tcdm_pipe_unit.sv
$CPROOT/hw/ips/event_unit_flex/rtl/event_unit_core.sv
$CPROOT/hw/ips/event_unit_flex/rtl/hw_barrier_unit.sv
$CPROOT/hw/ips/event_unit_flex/rtl/hw_dispatch.sv
$CPROOT/hw/ips/event_unit_flex/rtl/hw_mutex_unit.sv
$CPROOT/hw/ips/event_unit_flex/rtl/interc_sw_evt_trig.sv
$CPROOT/hw/ips/event_unit_flex/rtl/soc_periph_fifo.sv
$CPROOT/hw/ips/event_unit_flex/rtl/event_unit_interface_mux.sv
$CPROOT/hw/ips/event_unit_flex/rtl/event_unit_top.sv
$CPROOT/hw/ips/fpu_interco/FP_WRAP/fp_iter_divsqrt_msv_wrapper_2_STAGE.sv
$CPROOT/hw/ips/fpu_interco/FP_WRAP/fpnew_wrapper.sv
$CPROOT/hw/ips/fpu_interco/RTL/AddressDecoder_Resp_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/FanInPrimitive_Req_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/FanInPrimitive_Resp_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/FPU_clock_gating.sv
$CPROOT/hw/ips/fpu_interco/RTL/fpu_demux.sv
$CPROOT/hw/ips/fpu_interco/RTL/LFSR_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/optimal_alloc.sv
$CPROOT/hw/ips/fpu_interco/RTL/RR_Flag_Req_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/AddressDecoder_Req_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/ArbitrationTree_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/RequestBlock_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/ResponseTree_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/ResponseBlock_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/XBAR_FPU.sv
$CPROOT/hw/ips/fpu_interco/RTL/shared_fpu_cluster.sv
$CPROOT/hw/ips/hier-icache/CTRL_UNIT/hier_icache_ctrl_unit.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/icache_data_sram_wrap.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/icache_tag_sram_wrap.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/ram_ws_rs_data_scm.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/ram_ws_rs_tag_scm.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/RefillTracker_4.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/REP_buffer_4.sv
$CPROOT/hw/ips/hier-icache/RTL/L1_CACHE/pri_icache_controller.sv
$CPROOT/hw/ips/hier-icache/RTL/L1_CACHE/refill_arbiter.sv
$CPROOT/hw/ips/hier-icache/RTL/L1_CACHE/register_file_1w_multi_port_read_ff.sv
$CPROOT/hw/ips/hier-icache/RTL/L1_CACHE/register_file_1w_multi_port_read_latch.sv
$CPROOT/hw/ips/hier-icache/CTRL_UNIT/hier_icache_ctrl_unit_wrap.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/AXI4_REFILL_Resp_Deserializer.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/icache_controller.sv
$CPROOT/hw/ips/hier-icache/RTL/L1_CACHE/register_file_1w_multi_port_read_test_wrap.sv
$CPROOT/hw/ips/hier-icache/RTL/L1.5_CACHE/share_icache.sv
$CPROOT/hw/ips/hier-icache/RTL/L1_CACHE/pri_icache.sv
$CPROOT/hw/ips/hier-icache/RTL/TOP/icache_hier_top.sv
$CPROOT/hw/ips/jtag_pulp/src/bscell.sv
$CPROOT/hw/ips/jtag_pulp/src/jtag_axi_wrap.sv
$CPROOT/hw/ips/jtag_pulp/src/jtag_enable.sv
$CPROOT/hw/ips/jtag_pulp/src/jtag_enable_synch.sv
$CPROOT/hw/ips/jtag_pulp/src/jtagreg.sv
$CPROOT/hw/ips/jtag_pulp/src/jtag_rst_synch.sv
$CPROOT/hw/ips/jtag_pulp/src/jtag_sync.sv
$CPROOT/hw/ips/jtag_pulp/src/tap_top.v
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/l2_tcdm_demux.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/lint_2_apb.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/lint_2_axi.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/axi_2_lint/axi64_2_lint32.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/axi_2_lint/axi_read_ctrl.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/axi_2_lint/axi_write_ctrl.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/axi_2_lint/lint64_to_32.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/AddressDecoder_Req_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/AddressDecoder_Resp_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/ArbitrationTree_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/FanInPrimitive_Req_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/FanInPrimitive_Resp_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/MUX2_REQ_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/RequestBlock_L2_1CH.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/RequestBlock_L2_2CH.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/ResponseBlock_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/ResponseTree_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/RR_Flag_Req_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_L2/XBAR_L2.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/AddressDecoder_Req_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/AddressDecoder_Resp_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/ArbitrationTree_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/FanInPrimitive_Req_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/FanInPrimitive_Resp_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/MUX2_REQ_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/RequestBlock1CH_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/RequestBlock2CH_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/ResponseBlock_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/ResponseTree_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/RR_Flag_Req_BRIDGE.sv
$CPROOT/hw/ips/l2_tcdm_hybrid_interco/RTL/XBAR_BRIDGE/XBAR_BRIDGE.sv
$CPROOT/hw/ips/mchan/rtl/misc/mchan_arbiter.sv
$CPROOT/hw/ips/mchan/rtl/misc/mchan_arb_primitive.sv
$CPROOT/hw/ips/mchan/rtl/misc/mchan_rr_flag_req.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/ctrl_fsm.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/ctrl_if.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/ctrl_unit.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/synch_unit.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/trans_allocator.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/trans_queue.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/trans_arbiter_wrap.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/trans_unpack.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/twd_trans_queue.sv
$CPROOT/hw/ips/mchan/rtl/ctrl_unit/twd_trans_splitter.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_ar_buffer.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_aw_buffer.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_b_buffer.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_buffer.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_opc_buf.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_r_buffer.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_rx_if.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_tid_gen.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_tx_if.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_unit.sv
$CPROOT/hw/ips/mchan/rtl/ext_unit/ext_w_buffer.sv
$CPROOT/hw/ips/mchan/rtl/tcdm_unit/tcdm_cmd_unpack.sv
$CPROOT/hw/ips/mchan/rtl/tcdm_unit/tcdm_rx_if.sv
$CPROOT/hw/ips/mchan/rtl/tcdm_unit/tcdm_synch.sv
$CPROOT/hw/ips/mchan/rtl/tcdm_unit/tcdm_tx_if.sv
$CPROOT/hw/ips/mchan/rtl/tcdm_unit/tcdm_unit.sv
$CPROOT/hw/ips/mchan/rtl/trans_unit/trans_aligner.sv
$CPROOT/hw/ips/mchan/rtl/trans_unit/trans_buffers.sv
$CPROOT/hw/ips/mchan/rtl/trans_unit/trans_unit.sv
$CPROOT/hw/ips/mchan/rtl/top/mchan.sv
$CPROOT/hw/ips/per2axi/src/per2axi_busy_unit.sv
$CPROOT/hw/ips/per2axi/src/per2axi_req_channel.sv
$CPROOT/hw/ips/per2axi/src/per2axi_res_channel.sv
$CPROOT/hw/ips/per2axi/src/per2axi.sv
$CPROOT/hw/ips/riscv-dbg/src/dm_pkg.sv
$CPROOT/hw/ips/riscv-dbg/debug_rom/debug_rom.sv
$CPROOT/hw/ips/riscv-dbg/debug_rom/debug_rom_one_scratch.sv
$CPROOT/hw/ips/riscv-dbg/src/dm_csrs.sv
$CPROOT/hw/ips/riscv-dbg/src/dm_mem.sv
$CPROOT/hw/ips/riscv-dbg/src/dmi_cdc.sv
$CPROOT/hw/ips/riscv-dbg/src/dmi_jtag_tap.sv
$CPROOT/hw/ips/riscv-dbg/src/dm_sba.sv
$CPROOT/hw/ips/riscv-dbg/src/dm_top.sv
$CPROOT/hw/ips/riscv-dbg/src/dmi_jtag.sv
$CPROOT/hw/ips/riscv-dbg/src/dm_obi_top.sv
$CPROOT/hw/ips/timer_unit/rtl/timer_unit_counter.sv
$CPROOT/hw/ips/timer_unit/rtl/timer_unit_counter_presc.sv
$CPROOT/hw/ips/timer_unit/rtl/apb_timer_unit.sv
$CPROOT/hw/ips/timer_unit/rtl/timer_unit.sv
$CPROOT/hw/ips/udma_filter/rtl/udma_filter_au.sv
$CPROOT/hw/ips/udma_filter/rtl/udma_filter_bincu.sv
$CPROOT/hw/ips/udma_filter/rtl/udma_filter_reg_if.sv
$CPROOT/hw/ips/udma_filter/rtl/udma_filter_rx_dataout.sv
$CPROOT/hw/ips/udma_filter/rtl/udma_filter_tx_datafetch.sv
$CPROOT/hw/ips/udma_filter/rtl/udma_filter.sv
$CPROOT/hw/ips/udma_i2c/rtl/udma_i2c_bus_ctrl.sv
$CPROOT/hw/ips/udma_i2c/rtl/udma_i2c_reg_if.sv
$CPROOT/hw/ips/udma_i2c/rtl/udma_i2c_control.sv
$CPROOT/hw/ips/udma_i2c/rtl/udma_i2c_top.sv
$CPROOT/hw/ips/udma_qspi/rtl/udma_spim_ctrl.sv
$CPROOT/hw/ips/udma_qspi/rtl/udma_spim_reg_if.sv
$CPROOT/hw/ips/udma_qspi/rtl/udma_spim_txrx.sv
$CPROOT/hw/ips/udma_qspi/rtl/udma_spim_top.sv
$CPROOT/hw/ips/udma_uart/rtl/udma_uart_reg_if.sv
$CPROOT/hw/ips/udma_uart/rtl/udma_uart_rx.sv
$CPROOT/hw/ips/udma_uart/rtl/udma_uart_tx.sv
$CPROOT/hw/ips/udma_uart/rtl/udma_uart_top.sv
$CPROOT/hw/ips/axi2mem/axi2mem.sv
$CPROOT/hw/ips/axi_apb_i2c_slave/src/axi_apb_i2c_slave.sv
$CPROOT/hw/ips/axi_apb_i2c_slave/src/i2cslave.sv
$CPROOT/hw/ips/axi_apb_i2c_slave/src/i2csend.sv
$CPROOT/hw/ips/axi_scmi_mailbox/rtl/scmi_reg_pkg.sv
$CPROOT/hw/ips/axi_scmi_mailbox/rtl/scmi_reg_top.sv
$CPROOT/hw/ips/axi_scmi_mailbox/rtl/axi_scmi_mailbox.sv
$CPROOT/hw/ips/axi_spi_slave/axi_spi_slave_wrap.sv
$CPROOT/hw/ips/axi_spi_slave/axi_spi_slave.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_axi_plug.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_cmd_parser.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_controller.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_dc_fifo.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_regs.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_rx.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_syncro.sv
$CPROOT/hw/ips/axi_spi_slave/spi_slave_tx.sv
$CPROOT/hw/pkg/control_pulp_pkg.sv
$CPROOT/hw/pkg/pms_top_pkg.sv
$CPROOT/hw/ips/idma/src/frontends/idma_transfer_id_gen.sv
$CPROOT/hw/ips/idma/src/idma_pkg.sv
$CPROOT/hw/ips/idma/src/idma_stream_fifo.sv
$CPROOT/hw/ips/idma/src/idma_buffer.sv
$CPROOT/hw/ips/idma/src/idma_error_handler.sv
$CPROOT/hw/ips/idma/src/idma_channel_coupler.sv
$CPROOT/hw/ips/idma/src/idma_axi_transport_layer.sv
$CPROOT/hw/ips/idma/src/idma_axi_lite_transport_layer.sv
$CPROOT/hw/ips/idma/src/idma_obi_transport_layer.sv
$CPROOT/hw/ips/idma/src/idma_legalizer.sv
$CPROOT/hw/ips/idma/src/idma_backend.sv
$CPROOT/hw/ips/idma/src/legacy/axi_dma_backend.sv
$CPROOT/hw/ips/idma/src/legacy/midends/idma_2D_midend.sv
$CPROOT/hw/ips/idma/src/midends/idma_nd_midend.sv
$CPROOT/hw/ips/idma/src/frontends/register_32bit_2d/idma_reg32_2d_frontend_reg_pkg.sv
$CPROOT/hw/ips/idma/src/frontends/register_32bit_2d/idma_reg32_2d_frontend_reg_top.sv
$CPROOT/hw/ips/idma/src/frontends/register_32bit_2d/idma_reg32_2d_frontend.sv
$CPROOT/hw/ips/idma/src/frontends/register_64bit/idma_reg64_frontend_reg_pkg.sv
$CPROOT/hw/ips/idma/src/frontends/register_64bit/idma_reg64_frontend_reg_top.sv
$CPROOT/hw/ips/idma/src/frontends/register_64bit/idma_reg64_frontend.sv
$CPROOT/hw/ips/idma/src/frontends/desc64/idma_desc64_reg_pkg.sv
$CPROOT/hw/ips/idma/src/frontends/desc64/idma_desc64_reg_top.sv
$CPROOT/hw/ips/idma/src/frontends/desc64/idma_desc64_shared_counter.sv
$CPROOT/hw/ips/idma/src/frontends/desc64/idma_desc64_reg_wrapper.sv
$CPROOT/hw/ips/idma/src/frontends/desc64/idma_desc64_top.sv
$CPROOT/hw/ips/idma/src/systems/pulpopen/dmac_wrap_cl_idma.sv
$CPROOT/hw/ips/idma/src/systems/pulpopen/dmac_wrap_fc_idma.sv
$CPROOT/hw/ips/idma/src/synth_wrapper/idma_backend_synth.sv
$CPROOT/hw/ips/idma/src/synth_wrapper/idma_lite_backend_synth.sv
$CPROOT/hw/ips/idma/src/synth_wrapper/idma_obi_backend_synth.sv
$CPROOT/hw/ips/idma/src/synth_wrapper/idma_nd_backend_synth.sv
$CPROOT/hw/ips/pulp_cluster/packages/pulp_cluster_package.sv
$CPROOT/hw/ips/pulp_cluster/rtl/cluster_bus_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/cluster_clock_gate.sv
$CPROOT/hw/ips/pulp_cluster/rtl/cluster_event_map.sv
$CPROOT/hw/ips/pulp_cluster/rtl/cluster_timer_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/dmac_wrap_mchan.sv
$CPROOT/hw/ips/pulp_cluster/rtl/instr_width_converter.sv
$CPROOT/hw/ips/pulp_cluster/rtl/axi2per_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/per2axi_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/periph_demux.sv
$CPROOT/hw/ips/pulp_cluster/rtl/per_demux_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/periph_FIFO.sv
$CPROOT/hw/ips/pulp_cluster/rtl/tcdm_bank.sv
$CPROOT/hw/ips/pulp_cluster/rtl/tcdm_banks_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/xbar_pe_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/cluster_interconnect_wrap.sv
$CPROOT/hw/ips/pulp_cluster/rtl/cluster_peripherals.sv
$CPROOT/hw/ips/pulp_cluster/rtl/core_demux.sv
$CPROOT/hw/ips/pulp_cluster/rtl/core_region.sv
$CPROOT/hw/ips/pulp_cluster/rtl/pulp_cluster.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/pkg_soc_interconnect.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/axi64_2_lint32_wrap.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/lint_2_axi_wrap.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/contiguous_crossbar.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/interleaved_crossbar.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/tcdm_demux.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/boot_rom.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/asic_autogen_rom.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/l2_ram_bank_interleaved.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/l2_ram_bank_private.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/l2_ram_multi_bank.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/lint_jtag_wrap.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/periph_bus_wrap.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/soc_event_arbiter.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/soc_event_generator.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/soc_event_queue.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/tcdm_error_slave.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/soc_interconnect.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/soc_interconnect_wrap.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/soc_peripherals.sv
$CPROOT/hw/ips/pulp_soc/rtl/pulp_soc/pulp_soc.sv
$CPROOT/hw/ips/pulp_soc/rtl/udma_subsystem/udma_subsystem.sv
$CPROOT/hw/ips/pulp_soc/rtl/fc/fc_demux.sv
$CPROOT/hw/ips/pulp_soc/rtl/fc/fc_subsystem.sv
$CPROOT/hw/ips/pulp_soc/rtl/fc/cv32e40p_fp_wrapper.sv
$CPROOT/hw/ips/pulp_soc/rtl/fc/event_to_level_int.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/apb_clkdiv.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/apb_soc_ctrl.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/memory_models.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/pulp_interfaces.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/glitch_free_clk_mux.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/tcdm_arbiter_2x1.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/obi_pulp_adapter.sv
$CPROOT/hw/ips/pulp_soc/rtl/components/apb_dummy.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_reg_pkg.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_reg_top.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_single_channel_reg_pkg.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_single_channel_reg_top.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_delay_line_reg_pkg.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_delay_line_reg_top.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_single_channel_delay_line_reg_pkg.sv
$CPROOT/hw/ips/serial_link/src/regs/serial_link_single_channel_delay_line_reg_top.sv
$CPROOT/hw/ips/serial_link/src/serial_link_pkg.sv
$CPROOT/hw/ips/serial_link/src/channel_allocator/stream_chopper.sv
$CPROOT/hw/ips/serial_link/src/channel_allocator/stream_dechopper.sv
$CPROOT/hw/ips/serial_link/src/channel_allocator/channel_despread_sfr.sv
$CPROOT/hw/ips/serial_link/src/channel_allocator/channel_spread_sfr.sv
$CPROOT/hw/ips/serial_link/src/channel_allocator/serial_link_channel_allocator.sv
$CPROOT/hw/ips/serial_link/src/serial_link_network.sv
$CPROOT/hw/ips/serial_link/src/serial_link_data_link.sv
$CPROOT/hw/ips/serial_link/src/serial_link_physical.sv
$CPROOT/hw/ips/serial_link/src/serial_link_physical_delay_line.sv
$CPROOT/hw/ips/serial_link/src/serial_link.sv
$CPROOT/hw/ips/serial_link/src/serial_link_wrapper.sv
$CPROOT/hw/ips/serial_link/src/serial_link_occamy_wrapper.sv
$CPROOT/hw/ips/serial_link/src/serial_link_synth_wrapper.sv
$CPROOT/hw/ips/wdt/src/counter_wdt.sv
$CPROOT/hw/ips/wdt/src/ovf_detect.sv
$CPROOT/hw/ips/wdt/src/wdt.sv
$CPROOT/hw/pulp/jtag_tap_top.sv
$CPROOT/hw/pulp/pad_control.sv
$CPROOT/hw/pulp/system_clk_rst_gen.sv
$CPROOT/hw/pulp/cluster_domain.sv
$CPROOT/hw/pulp/soc_domain.sv
$CPROOT/hw/pulp/control_pulp.sv
$CPROOT/hw/pulp/pms_top.sv
$CPROOT/fpga/control_pulp-txilzu9eg/rtl/pad_frame_fpga.sv
$CPROOT/hw/pulp/pms_top_fpga_behav.sv
$CPROOT/hw/pulp/control_pulp_fpga.sv