Update IP
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// =============================================================================
|
||||
// Generated by efx_ipmgr
|
||||
// Version: 2022.2.322
|
||||
// IP Version: 2.2
|
||||
// Version: 2023.1.150
|
||||
// IP Version: 5.0
|
||||
// =============================================================================
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2013-2022 Efinix Inc. All rights reserved.
|
||||
// Copyright (C) 2013-2023 Efinix Inc. All rights reserved.
|
||||
//
|
||||
// This document contains proprietary information which is
|
||||
// protected by copyright. All rights are reserved. This notice
|
||||
@@ -43,7 +43,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
`define IP_UUID _e54826097db04c8995c0c56653e54765
|
||||
`define IP_UUID _80fa5e3b79ce4c76a6cd48724ad5bdd2
|
||||
`define IP_NAME_CONCAT(a,b) a``b
|
||||
`define IP_MODULE_NAME(name) `IP_NAME_CONCAT(name,`IP_UUID)
|
||||
module divider (
|
||||
@@ -61,7 +61,7 @@ output rfd
|
||||
.WIDTHN (16),
|
||||
.WIDTHD (16),
|
||||
.DREPRESENTATION ("UNSIGNED"),
|
||||
.PIPELINE (0),
|
||||
.PIPELINE (1'b0),
|
||||
.LATENCY (16)
|
||||
) u_divider(
|
||||
.numer ( numer ),
|
||||
|
||||
Reference in New Issue
Block a user