Resolve HPR-85
3 unresolved threads
3 unresolved threads
Closes HPR-85
Merge request reports
Activity
requested review from @kooistra
assigned to @walle
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 changed this line in version 2 of the diff
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 Author, purpose, description ontbreekt. Misschien met een ascii block diagram, als dat nuttig is, of in woorden uitleggen wat de wrapper doet.
Edited by Eric Kooistra
enabled an automatic merge when the pipeline for 8de6da56 succeeds
mentioned in commit 959c169d
Please register or sign in to reply