Skip to content
Snippets Groups Projects
Select Git revision
  • 204154fcbad6f4340327d30baf9d241670f45b59
  • master default protected
  • RTSD-375
  • L2SDP-1134
  • L2SDP-1137
  • L2SDP-LIFT
  • L2SDP-1113
  • HPR-158
8 results

ddrctrl.peripheral.yaml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ddrctrl.peripheral.yaml 807 B
    schema_name: args
    schema_version: 1.0
    schema_type: peripheral
    
    hdl_library_name: ddrctrl
    hdl_library_description: "Library for transient buffer functionality."
    
    peripherals:
     
      - peripheral_name: ddrctrl_stop_in    # pi_ddrctrl_stop_in.py
        peripheral_description: "Stops writing to the DDR4 modules, starts reading from the DDR4 modules. Sends signal to ddrctrl_controller."
        mm_ports:
          # MM port for mms_diag_rx_seq.vhd
          - mm_port_name: REG_STOP_IN
            mm_port_type: REG
            mm_port_span: 1 * MM_BUS_SIZE
            mm_port_description: "Controls stop_in signal."
            fields:
              - - field_name: stop_in
                  field_description: |
                    "Stops writing on a falling edge from 1 to 0."
                  address_offset: 0 * MM_BUS_SIZE
                  mm_width: 1