Skip to content
Snippets Groups Projects
Select Git revision
  • 04bcebcaa902f192fd9bf385ec2b16325e783acc
  • master default protected
  • Work_Gijs protected
3 results

select_adc_on_PCC.py

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