Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
soma
scalp_firmware
Commits
77f1ab17
Commit
77f1ab17
authored
Oct 13, 2020
by
joachim.schmidt
Browse files
Added and modified new JSON configuration files.
parent
2db04ea5
Changes
4
Hide whitespace changes
Inline
Side-by-side
tools/config/scalp_aurora_phy.json
View file @
77f1ab17
...
...
@@ -20,6 +20,18 @@
"aurora_drp_pkg"
:
"enable"
,
"aurora_status_pkg"
:
"enable"
,
"axi4_pkg"
:
"enable"
}
},
"ips"
:
{
"scalp_aurora_phy"
:
{
"hdl"
:
"enable"
,
"xci"
:
{
"east_channel"
:
"enable"
,
"north_channel"
:
"enable"
,
"south_channel"
:
"enable"
,
"west_channel"
:
"enable"
}
}
}
}
}
tools/config/scalp_design_aurora_clk.json
0 → 100644
View file @
77f1ab17
{
"author"
:
{
"name"
:
"Joachim Schmidt"
,
"email"
:
"<joachim.schmidt@hesge.ch"
},
"project"
:
{
"name"
:
"scalp_design_aurora_clk"
,
"type"
:
"COMP_PRJ_TYPE"
,
"category"
:
"IPS"
,
"vivado_version"
:
"2019.2"
,
"target_language"
:
"VHDL"
,
"vhdl_version"
:
"VHDL 2008"
},
"hardware"
:
{
"part_name"
:
"xc7z015clg485-2"
,
"board_name"
:
"SCALP"
},
"components"
:
{
"ips"
:
{
"scalp_design_aurora_clk"
:
{
"hdl"
:
"enable"
,
"xci"
:
{
"scalp_aurora_clk"
:
"enable"
}
}
}
}
}
tools/config/scalp_design_debug.json
0 → 100644
View file @
77f1ab17
{
"author"
:
{
"name"
:
"Joachim Schmidt"
,
"email"
:
"<joachim.schmidt@hesge.ch"
},
"project"
:
{
"name"
:
"scalp_design_debug"
,
"type"
:
"COMP_PRJ_TYPE"
,
"category"
:
"IPS"
,
"vivado_version"
:
"2019.2"
,
"target_language"
:
"VHDL"
,
"vhdl_version"
:
"VHDL 2008"
},
"hardware"
:
{
"part_name"
:
"xc7z015clg485-2"
,
"board_name"
:
"SCALP"
},
"components"
:
{
"ips"
:
{
"scalp_design_debug"
:
{
"hdl"
:
"enable"
,
"xci"
:
{
"data_counter"
:
"enable"
,
"vio_axi_cnt_ctrl"
:
"enable"
,
"vio_status"
:
"enable"
}
}
}
}
}
tools/config/scalp_firmware.json
View file @
77f1ab17
...
...
@@ -29,6 +29,31 @@
},
"soc"
:
{
"scalp_zynqps"
:
"enable"
},
"ips"
:
{
"scalp_aurora_phy"
:
{
"hdl"
:
"enable"
,
"xci"
:
{
"east_channel"
:
"enable"
,
"north_channel"
:
"enable"
,
"south_channel"
:
"enable"
,
"west_channel"
:
"enable"
}
},
"scalp_design_aurora_clk"
:
{
"hdl"
:
"disable"
,
"xci"
:
{
"scalp_aurora_clk"
:
"enable"
}
},
"scalp_design_debug"
:
{
"hdl"
:
"disable"
,
"xci"
:
{
"data_counter"
:
"enable"
,
"vio_axi_cnt_ctrl"
:
"enable"
,
"vio_status"
:
"enable"
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment