From d07f8f8b5004922066f52f7b3fcc55f7ed997685 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Tue, 8 Jun 2021 14:54:37 +0200 Subject: [PATCH] Added a JSON file to create the scalp_router_firmware project. --- tools/config/scalp_router_firmware.json | 90 +++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 tools/config/scalp_router_firmware.json diff --git a/tools/config/scalp_router_firmware.json b/tools/config/scalp_router_firmware.json new file mode 100644 index 0000000..df2dd20 --- /dev/null +++ b/tools/config/scalp_router_firmware.json @@ -0,0 +1,90 @@ +{ + "author" : { + "name" : "Joachim Schmidt", + "email" : "<joachim.schmidt@hesge.ch>" + }, + "project" : { + "name" : "scalp_router_firmware", + "type" : "DESIGN_PRJ_TYPE", + "category" : "DESIGNS", + "vivado_version" : "2020.2", + "target_language" : "VHDL", + "vhdl_version" : "VHDL 2008" + }, + "hardware" : { + "part_name" : "xc7z015clg485-2", + "board_name" : "hepia-cores.ch:scalp_node:part0:0.1" + }, + "constraints" : { + "scalp_firmware" : "enable", + "ibert_constraints" : "disable", + "debug" : "enable", + "timing_constraints" : "enable" + }, + "components" : { + "packages" : { + "aurora_drp_pkg" : { + "enable" : "true" + }, + "aurora_status_pkg" : { + "enable" : "true" + }, + "axi4_pkg" : { + "enable" : "true" + } + }, + "soc" : { + "scalp_zynqps" : "enable" + }, + "ips" : { + "scalp_router" : { + "hdl" : "enable", + "xci" : { + } + }, + "scalp_rx_link_layer" : { + "hdl" : "enable", + "xci" : { + } + }, + "scalp_aurora_phy" : { + "hdl" : "enable", + "xci" : { + "east_channel" : "enable", + "north_channel" : "enable", + "south_channel" : "enable", + "west_channel" : "enable" + } + }, + "scalp_aurora_phy_rx_fifo" : + { + "hdl" : "enable", + "xci" : { + "axis_data_fifo" : "enable" + } + }, + "scalp_design_aurora_clk" : { + "hdl" : "disable", + "xci" : { + "scalp_aurora_clk" : "enable" + } + }, + "scalp_design_debug" : { + "hdl" : "disable", + "xci" : { + "data_counter" : "disable", + "vio_axi_cnt_ctrl" : "disable", + "vio_status" : "enable", + "vio_user_resets" : "enable" + } + }, + "scalp_axis_fifo_wrapper" : + { + "hdl" : "enable", + "xci" : { + "scalp_axis_fifo" : "enable" + } + } + } + } +} -- GitLab