Skip to content
Snippets Groups Projects
Commit 50f611c0 authored by Pieter Donker's avatar Pieter Donker
Browse files

add fields to yaml file

parent af287e0d
No related branches found
No related tags found
1 merge request!28Master
...@@ -17,13 +17,14 @@ peripherals: ...@@ -17,13 +17,14 @@ peripherals:
- reg_unb_pmbus - reg_unb_pmbus
- reg_fpga_temp_sens - reg_fpga_temp_sens
- reg_fpga_voltage_sens - reg_fpga_voltage_sens
- ram_scrap
parameter_overrides: parameter_overrides:
- { name : g_sim, value: FALSE } - { name : g_sim, value: FALSE }
- { name : g_clk_freq, value: 125E6 } - { name : g_clk_freq, value: 125E6 }
- { name : g_temp_high, value: 85 } - { name : g_temp_high, value: 85 }
#lock_base_address: 0x0 lock_base_address: 0x0
#lock_base_address: 0x4000 lock_base_address: 0x4000
- peripheral_name: eth/eth1g - peripheral_name: eth/eth1g
slave_port_names: slave_port_names:
......
...@@ -109,5 +109,16 @@ peripherals: ...@@ -109,5 +109,16 @@ peripherals:
field_description: "" field_description: ""
slave_description: " " slave_description: " "
- slave_name : scrap_ram
slave_type : RAM
fields:
- - field_name: data
width : 32
access_mode: RW
address_offset: 0x00
number_of_fields: 128
field_description: " "
slave_description: " "
peripheral_description: | peripheral_description: |
" "
\ No newline at end of file
...@@ -57,6 +57,13 @@ peripherals: ...@@ -57,6 +57,13 @@ peripherals:
address_offset: 0x14 address_offset: 0x14
field_description: " busy " field_description: " busy "
- - field_name : unprotect
width : 32
access_mode : WO
address_offset: 0x18
field_description: " passphrase to unprotect address range "
slave_description: " Read and write access to flash " slave_description: " Read and write access to flash "
# actual hdl name: mms_dp_fifo_to_mm # actual hdl name: mms_dp_fifo_to_mm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment