From 4eda36d2821306c841b5573c7c42fc9717bfcc83 Mon Sep 17 00:00:00 2001 From: JimLewis Date: Wed, 7 Dec 2016 11:25:48 -0800 Subject: [PATCH] Changed library from SynthWorks to OSVVM --- demo/Demo_Rand.vhd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/demo/Demo_Rand.vhd b/demo/Demo_Rand.vhd index edf6901..6a56089 100644 --- a/demo/Demo_Rand.vhd +++ b/demo/Demo_Rand.vhd @@ -21,8 +21,9 @@ -- 02/2009: 1.0 Initial revision and First Public Released Version -- 03/2009 1.1 Minor tweek to printing -- 03/2015 2015.03 Updated FAVOR_BIG to FavorBig and FAVOR_SMALL to FavorSmall +-- 11/2016 2016.11 Updated library to OSVVM -- --- Copyright (c) 2009 by SynthWorks Design Inc. All rights reserved. +-- Copyright (c) 2009 - 2016 by SynthWorks Design Inc. All rights reserved. -- -- Verbatim copies of this source file may be used and -- distributed without restriction. @@ -98,9 +99,9 @@ library IEEE ; use std.textio.all ; use ieee.std_logic_textio.all ; -library SynthWorks ; - use SynthWorks.RandomBasePkg.all ; - use SynthWorks.RandomPkg.all ; +library OSVVM ; + use OSVVM.RandomBasePkg.all ; + use OSVVM.RandomPkg.all ; use work.TestSupportPkg.all ;