Skip to content
Snippets Groups Projects

Resolve HPR-85

Merged Reinier van der Walle requested to merge HPR-85 into master
3 unresolved threads

Closes HPR-85

Merge request reports

Pipeline #49297 passed

Pipeline passed for 8de6da56 on HPR-85

Merged by Eric KooistraEric Kooistra 1 year ago (May 9, 2023 7:18am UTC)

Loading

Pipeline #49299 passed

Pipeline passed for 959c169d on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
41 data : IN STD_LOGIC_VECTOR (g_wrdat_w-1 DOWNTO 0);
42 rdclk : IN STD_LOGIC ;
43 rdreq : IN STD_LOGIC ;
44 wrclk : IN STD_LOGIC ;
45 wrreq : IN STD_LOGIC ;
46 q : OUT STD_LOGIC_VECTOR (g_rddat_w-1 DOWNTO 0);
47 rdempty : OUT STD_LOGIC ;
48 rdusedw : OUT STD_LOGIC_VECTOR (tech_ceil_log2(g_nof_words*g_wrdat_w/g_rddat_w)-1 DOWNTO 0);
49 wrfull : OUT STD_LOGIC ;
50 wrusedw : OUT STD_LOGIC_VECTOR (tech_ceil_log2(g_nof_words)-1 DOWNTO 0)
51 );
52 END ip_ultrascale_fifo_dc_mixed_widths;
53
54
55 ARCHITECTURE SYN OF ip_ultrascale_fifo_dc_mixed_widths IS
56
  • 1 hdl_lib_name = ip_ultrascale_ram
    2 hdl_library_clause_name = ip_ultrascale_ram_lib
    3 hdl_lib_uses_synth = technology
    4 hdl_lib_uses_sim =
    5 hdl_lib_technology = ip_ultrascale
    6
    7 synth_files =
    8 # ip_ultrascale_true_dual_port_ram_dual_clock.vhd
  • 5 -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
    6 --
    7 -- Licensed under the Apache License, Version 2.0 (the "License");
    8 -- you may not use this file except in compliance with the License.
    9 -- You may obtain a copy of the License at
    10 --
    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
  • added 1 commit

    Compare with previous version

  • Eric Kooistra enabled an automatic merge when the pipeline for 8de6da56 succeeds

    enabled an automatic merge when the pipeline for 8de6da56 succeeds

  • Eric Kooistra mentioned in commit 959c169d

    mentioned in commit 959c169d

  • merged

  • Please register or sign in to reply
    Loading