|
322 | 322 | ///////////////////////// |
323 | 323 | { |
324 | 324 | name: clkmgr_clk_io_infra |
325 | | - desc: '''Verify clkmgr's `clk_io_infra` is connected to the following block's clock |
| 325 | + desc: '''Verify clkmgr's `clk_io_infra` is connected to the following blocks' clock |
326 | 326 | input: |
327 | 327 | - flash_ctrl clk_otp_i |
328 | 328 | - sram_ctrl main clk_otp_i |
329 | 329 | - sram_ctrl retention clk_i |
330 | 330 | - sram_ctrl retention clk_otp_i |
331 | 331 | - xbar_main clk_fixed_i |
| 332 | + - xbar_main clk_spi_host0_i |
332 | 333 | - xbar_peri clk_peri_i |
333 | 334 | ''' |
334 | 335 | stage: V2 |
|
337 | 338 | "clkmgr_infra_clk_sram_ctrl_ret_clk", |
338 | 339 | "clkmgr_infra_clk_sram_ctrl_ret_otp_clk", |
339 | 340 | "clkmgr_infra_clk_xbar_main_fixed_clk", |
| 341 | + "clkmgr_infra_clk_xbar_main_spi_host0_clk", |
340 | 342 | "clkmgr_infra_clk_xbar_peri_peri_clk"] |
341 | 343 | tags: ["conn"] |
342 | 344 | } |
|
361 | 363 | "clkmgr_infra_clk_xbar_main_main_clk"] |
362 | 364 | tags: ["conn"] |
363 | 365 | } |
364 | | - { |
365 | | - name: clkmgr_clk_io_infra |
366 | | - desc: '''Verify clkmgr's `clk_io_infra` is connected to the following block's clock input: |
367 | | - - xbar_main's clk_spi_host0_i |
368 | | - ''' |
369 | | - stage: V2 |
370 | | - tests: ["clkmgr_infra_clk_xbar_main_spi_host0_clk"] |
371 | | - tags: ["conn"] |
372 | | - } |
373 | 366 |
|
374 | 367 | ///////////////////////// |
375 | 368 | // clkmgr_peri.csv // |
|
380 | 373 | input: |
381 | 374 | - gpio clk_i |
382 | 375 | - spi_device clk_i |
| 376 | + - spi_host clk_i |
383 | 377 | - i2c0 clk_i |
384 | 378 | - uart0 clk_i |
385 | 379 | ''' |
386 | 380 | stage: V2 |
387 | 381 | tests: ["clkmgr_peri_clk_gpio_clk", |
388 | 382 | "clkmgr_peri_clk_spi_device_clk", |
| 383 | + "clkmgr_peri_clk_spi_host0_clk", |
389 | 384 | "clkmgr_peri_clk_i2c0_clk", |
390 | 385 | "clkmgr_peri_clk_uart0_clk"] |
391 | 386 | tags: ["conn"] |
|
400 | 395 | tests: ["clkmgr_peri_clk_spi_device_scan_clk"] |
401 | 396 | tags: ["conn"] |
402 | 397 | } |
403 | | - { |
404 | | - name: clkmgr_clk_io_peri |
405 | | - desc: '''Verify clkmgr's `clk_io_peri` is connected to the following block's clock input: |
406 | | - - spi_host0's clk_i |
407 | | - ''' |
408 | | - stage: V2 |
409 | | - tests: ["clkmgr_peri_clk_spi_host0_clk"] |
410 | | - tags: ["conn"] |
411 | | - } |
412 | 398 |
|
413 | 399 | ///////////////////////// |
414 | 400 | // clkmgr powerup // |
|
429 | 415 | "clkmgr_powerup_clk_pwrmgr_clk", |
430 | 416 | "clkmgr_powerup_clk_pwrmgr_lc_clk", |
431 | 417 | "clkmgr_powerup_clk_rstmgr_por_clk", |
432 | | - "clkmgr_powerup_clk_rstmgr_io4_clk"] |
| 418 | + "clkmgr_powerup_clk_rstmgr_io_clk"] |
433 | 419 | tags: ["conn"] |
434 | 420 | } |
435 | 421 | { |
|
455 | 441 | tests: ["clkmgr_powerup_clk_rstmgr_main_clk"] |
456 | 442 | tags: ["conn"] |
457 | 443 | } |
458 | | - { |
459 | | - name: clkmgr_clk_io_powerup |
460 | | - desc: '''Verify clkmgr's `clk_io_powerup` is connected to rstmgr's io clock.''' |
461 | | - stage: V2 |
462 | | - tests: ["clkmgr_powerup_clk_rstmgr_io_clk"] |
463 | | - tags: ["conn"] |
464 | | - } |
465 | | - { |
466 | | - name: clkmgr_clk_io_div2_powerup |
467 | | - desc: '''Verify clkmgr's `clk_io_div2_powerup` is connected to rstmgr's io_div2 clock.''' |
468 | | - stage: V2 |
469 | | - tests: ["clkmgr_powerup_clk_rstmgr_io2_clk"] |
470 | | - tags: ["conn"] |
471 | | - } |
472 | 444 |
|
473 | 445 | ///////////////////////// |
474 | 446 | // clkmgr_secure.csv // |
|
625 | 597 | tags: ["conn"] |
626 | 598 | } |
627 | 599 |
|
628 | | - ////////////////////////// |
629 | | - // lc_ctrl_broadcast.sv // |
630 | | - ////////////////////////// |
| 600 | + /////////////////////////// |
| 601 | + // lc_ctrl_broadcast.csv // |
| 602 | + /////////////////////////// |
631 | 603 | { |
632 | 604 | name: lc_escalate_en |
633 | 605 | desc: '''Verify lc_ctrl's `lc_escalate_en_o` is connected to the following blocks' |
|
736 | 708 | tags: ["conn"] |
737 | 709 | } |
738 | 710 | ///////////////////////// |
739 | | - // pwrmgr_rstmgr.sv // |
| 711 | + // pwrmgr_rstmgr.csv // |
740 | 712 | ///////////////////////// |
741 | 713 | { |
742 | 714 | name: pwrmgr_rst_lc_req |
|
861 | 833 | tests: ["rstmgr_lc_aon_clkmgr_rst_main_ni"] |
862 | 834 | tags: ["conn"] |
863 | 835 | } |
864 | | - { |
865 | | - name: rst_lc_io_aon |
866 | | - desc: '''Verify rstmgr's rst_lc_io_n[0] is connected to clkmgr's rst_io_ni.''' |
867 | | - stage: V2 |
868 | | - tests: ["rstmgr_lc_io_aon_clkmgr_rst_io_ni"] |
869 | | - tags: ["conn"] |
870 | | - } |
871 | 836 | { |
872 | 837 | name: rst_por_aon_aon |
873 | 838 | desc: '''Verify rstmgr's rst_por_aon_n[0] is connected to pwrmgr's rst_slow_ni.''' |
|
889 | 854 | tests: ["rstmgr_por_aon_clkmgr_rst_root_main_ni"] |
890 | 855 | tags: ["conn"] |
891 | 856 | } |
892 | | - { |
893 | | - name: rst_por_io_aon |
894 | | - desc: '''Verify rstmgr's rst_por_io_n[0] is connected to clkmgr's rst_root_io_ni.''' |
895 | | - stage: V2 |
896 | | - tests: ["rstmgr_por_io_aon_clkmgr_rst_root_io_ni"] |
897 | | - tags: ["conn"] |
898 | | - } |
899 | 857 | { |
900 | 858 | name: rst_por_io_div2_aon |
901 | 859 | desc: '''Verify rstmgr's rst_por_io_div2_n[0] is connected to clkmgr's rst_root_io_div2_ni.''' |
|
932 | 890 | tests: ["rstmgr_spi_host0_d0_spi_host0_rst_ni"] |
933 | 891 | tags: ["conn"] |
934 | 892 | } |
935 | | - { |
936 | | - name: rst_sys_io_d0 |
937 | | - desc: '''Verify rstmgr's rst_sys_io_n[1] is connected to xbar_main's rst_spi_host0_ni.''' |
938 | | - stage: V2 |
939 | | - tests: ["rstmgr_sys_io_d0_xbar_main_rst_spi_host0_ni"] |
940 | | - tags: ["conn"] |
941 | | - } |
942 | 893 | { |
943 | 894 | name: rst_sys_io_aon |
944 | 895 | desc: '''Verify rstmgr's rst_sys_io_n[0] is connected to the following: |
|
958 | 909 | - rv_timer's rst_ni |
959 | 910 | - uart0's rst_ni |
960 | 911 | - xbar_main's rst_fixed_ni |
| 912 | + - xbar_main's rst_spi_host0_ni |
961 | 913 | - xbar_peri's rst_peri_ni |
962 | 914 | ''' |
963 | 915 | stage: V2 |
|
966 | 918 | "rstmgr_sys_io_d0_rv_timer_rst_ni", |
967 | 919 | "rstmgr_sys_io_d0_uart0_rst_ni", |
968 | 920 | "rstmgr_sys_io_d0_xbar_main_rst_fixed_ni", |
| 921 | + "rstmgr_sys_io_d0_xbar_main_rst_spi_host0_ni", |
969 | 922 | "rstmgr_sys_io_d0_xbar_peri_rst_peri_ni"] |
970 | 923 | tags: ["conn"] |
971 | 924 | } |
|
0 commit comments