Update IP
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// =============================================================================
|
||||
// Generated by efx_ipmgr
|
||||
// Version: 2022.2.322
|
||||
// IP Version: 2.0
|
||||
// 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
|
||||
@@ -46,7 +46,7 @@
|
||||
localparam BYTE = 1;
|
||||
localparam CLOCK_FREQ = 50000000;
|
||||
localparam BAUD = 115200;
|
||||
localparam ENABLE_PARITY = 0;
|
||||
localparam FIX_BAUDRATE = 1;
|
||||
localparam PARITY_MODE = 0;
|
||||
localparam BOOTUP_CHECK = 0;
|
||||
localparam ENABLE_PARITY = 1'b0;
|
||||
localparam FIX_BAUDRATE = 1'b1;
|
||||
localparam PARITY_MODE = 1'b0;
|
||||
localparam BOOTUP_CHECK = 1'b1;
|
||||
|
||||
Reference in New Issue
Block a user