Skip to content
Snippets Groups Projects

Resolve L2SDP-431

Merged Reinier van der Walle requested to merge L2SDP-431 into master
3 unresolved threads

Closes L2SDP-431

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
23 23 -- Purpose:
24 24 -- Core design for Lofar2 SDP station
25 25 -- Description:
26 26 -- Unb2b version for lab testing
  • 114 114 CONSTANT c_sdp_marker_bst : NATURAL := 66; -- = 0x42 = 'B'
    115 115 CONSTANT c_sdp_marker_xst : NATURAL := 88; -- = 0x58 = 'X'
    116 116
    117 CONSTANT c_sdp_offload_time : NATURAL := 13000; -- from wave window 62855nS / 5nS = 12571 cycles.
    117 --CONSTANT c_sdp_offload_time : NATURAL := 13000; -- from wave window 62855nS / 5nS = 12571 cycles.
    118 CONSTANT c_sdp_offload_time : NATURAL := 600000;
  • 11 -- http://www.apache.org/licenses/LICENSE-2.0
    12 --
    13 -- Unless required by applicable law or agreed to in writing, software
    14 -- distributed under the License is distributed on an "AS IS" BASIS,
    15 -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    16 -- See the License for the specific language governing permissions and
    17 -- limitations under the License.
    18 --
    19 -------------------------------------------------------------------------------
    20
    21 -------------------------------------------------------------------------------
    22 -- Author : R vd Walle
    23 -- Purpose:
    24 -- Core design for Lofar2 SDP station
    25 -- Description:
    26 -- Combines sdp nodes.
  • added 1 commit

    Compare with previous version

  • mentioned in commit ea6187b8

  • Please register or sign in to reply
    Loading