Skip to content
Snippets Groups Projects
Commit c8f0023b authored by Jens Georg's avatar Jens Georg
Browse files

Add cache file for toroids

parent a1ccf4e9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
# Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately.
set(${PROJECT_NAME}_MAJOR_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 19)
set(${PROJECT_NAME}_PATCH_VERSION 01)
set(${PROJECT_NAME}_PATCH_VERSION 02)
include(cmake/set_version_numbers.cmake)
include(cmake/config_generator_project.cmake)
##mako
<?xml version="1.0" encoding="UTF-8"?>
<catalogue version="1.0">
%for i in range(1,4):
<%
if ACCELERATOR == "FLASH":
sample_name = "FLASH"
else:
sample_name = "SA"
%>
<register>
<name>/SAMPLE.${sample_name}${i}</name>
<length>4</length>
<access_mode></access_mode>
<doocs_type_id>14</doocs_type_id>
<!--doocs id: IIII-->
</register>
%endfor
<register>
<name>/CHARGE.TD</name>
<length>3611</length>
<access_mode>wait_for_new_data</access_mode>
<doocs_type_id>19</doocs_type_id>
<!--doocs id: SPECTRUM-->
</register>
</catalogue>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment