Skip to content
Snippets Groups Projects
Commit 7e61ba67 authored by dwf1m12's avatar dwf1m12
Browse files

update IO library models

parent 88cac616
Branches
Tags
No related merge requests found
...@@ -50,7 +50,11 @@ ...@@ -50,7 +50,11 @@
+incdir+../verilog +incdir+../verilog
// ============= GLIB Generic Library path ============= // ============= GLIB Generic Library path =============
../../../../../GLIB/pads/verilog/GLIB_PADLIB.v ../../../../../GLIB/pads/verilog/PAD_INOUT8MA_NOE.v
../../../../../GLIB/pads/verilog/PAD_VDDIO.v
../../../../../GLIB/pads/verilog/PAD_VSSIO.v
../../../../../GLIB/pads/verilog/PAD_VDDSOC.v
../../../../../GLIB/pads/verilog/PAD_VSS.v
../../../../../GLIB/mem/verilog/SROM_Ax32.v ../../../../../GLIB/mem/verilog/SROM_Ax32.v
// ================= Testbench path =================== // ================= Testbench path ===================
......
// GLIB_PADLIB.v // GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module PAD_INOUT8MA_NOE ( module PAD_INOUT8MA_NOE (
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// VDDISOL // VDDISOL
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module PAD_INOUT8MA_NOE ( module PAD_INOUT8MA_NOE (
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module PAD_INOUT8MA_OE ( module PAD_INOUT8MA_OE (
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module PAD_VDDIO ( module PAD_VDDIO (
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// core logic supply rails (1V0, 0V) // core logic supply rails (1V0, 0V)
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module PAD_VSS ( module PAD_VSS (
......
// GLIB_PADLIB.v // from GLIB_PADLIB.v
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may // soclabs generic IO pad model
// only be used by a person authorised under and to the extent permitted // A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
// by a subsisting licensing agreement from ARM Limited.
// //
// (C) COPYRIGHT 2009-2010 ARM Limited. // Contributors
// ALL RIGHTS RESERVED
// //
// This entire notice must be reproduced on all copies of this file // David Flynn (d.w.flynn@soton.ac.uk)
// and copies of this file may only be made by a person if such person is
// permitted to do so under the terms of a subsisting license agreement
// from ARM Limited.
// //
// Revision : $Revision: $ // Copyright 2022, SoC Labs (www.soclabs.org)
//
// Release Information : $ $
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module PAD_VSSIO ( module PAD_VSSIO (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment