From 6b9eb92bd0b03d69a2f2e9c075a8af99d860d4d1 Mon Sep 17 00:00:00 2001 From: Myrice Date: Tue, 7 Apr 2015 14:43:05 -0700 Subject: Booksim2 abandoned svn and moved to github (https://github.com/booksim/booksim2). This .svn folder is useless now and should be deleted. For further integration, a git submodule/git subtree may be used. Since I modified their source code, we cannot use git submodule/git subtree easily. Signed-off-by: Myrice --- README | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'README') diff --git a/README b/README index 7ec45ea..4883e93 100644 --- a/README +++ b/README @@ -339,30 +339,3 @@ the applications you care about (implying these applications worked for you before you did the merge). You want to do this before making further changes to identify any compile time or runtime errors that occur due to the code merging process. - -3.2 (OPTIONAL) Updating Intersim2 (ADVANCED USERS ONLY) - -Booksim 2.0 is maintained by the Concurrent VLSI Architecture group at Stanford -(https://nocs.stanford.edu/cgi-bin/trac.cgi/wiki/Resources/BookSim). Intersim2 -is Booksim 2.0 with extentions. Booksim 2.0 is still under active development, -with updates that usually bring cutting edge features and bug fixes. If you want -these new features or bug fixes, it is possible to pull updates from Booksim 2.0 - server and apply the updates to Intersim2. You can follow the instructions -below to update Intersim2 with the new Booksim 2.0. - -As above, YOU SHOULD BACKUP YOUR CHANGES BEFORE PROCEEDING. - -The Booksim 2.0 uses svn source control. First, go to the Intersim2 root -directory($GPGPUSIM_ROOT/src/intersim2) in the terminal. Then, run the -following command in terminal: - -svn update - -While svn is updating your local copy of Intersim2 with the latest changes from -the Booksim 2.0 svn server, conflicts might arise due to changes that either we -or you made that conflict with the latest updates. In this case, svn will prompt -you to edit conflict files using default text editor or you can postpone it and -then using your favorite merge tool to resolve conflict files. - -After you updated Intersim2, you should test the merged version through the -instructions described in Section 3.1. -- cgit v1.3