Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
systemc-clang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
caesr-pub
systemc-clang
Commits
389a2bc3
Commit
389a2bc3
authored
Jan 14, 2019
by
rmrf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some of the files
parent
d6f7d7ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
115 deletions
+0
-115
LICENSE-clang.mkd
LICENSE-clang.mkd
+0
-63
TODO.md
TODO.md
+0
-52
No files found.
LICENSE-clang.mkd
deleted
100644 → 0
View file @
d6f7d7ec
==============================================================================
LLVM Release License
==============================================================================
University of Illinois/NCSA
Open Source License
Copyright (c) 2007-2012 University of Illinois at Urbana-Champaign.
All rights reserved.
Developed by:
LLVM Team
University of Illinois at Urbana-Champaign
http://llvm.org
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the
documentation and/or other materials provided with the distribution.
* Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without specific
prior written permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
==============================================================================
The LLVM software contains code written by third parties. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply
to that code.
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the LLVM Distribution, and nothing in any of the
other licenses gives permission to use the names of the LLVM Team or the
University of Illinois to endorse or promote products derived from this
Software.
The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions:
Program Directory
------- ---------
<none
yet
>
TODO.md
deleted
100644 → 0
View file @
d6f7d7ec
Urgent
=======
-
There is duplication between SignalInstanceContainer class and a Signal, and SignalContainer. This needs to be fixed to avoid further confusions.
In Progress
============
-
Find connection netlist (bindings)
-
Provide data structure for querying structural information
Fixed
======
-
Find instances of sc_modules.
-
Find sc_main function
Older
============
*Supported but refinements necessary*
FindPorts.h
-----------
-
DONE: Default types are not handled, but template types are !! huh!
FindEntryFunctions.h
--------------------
-
Multiple entry functions in different constructors of the same class.
FindSensitivity.h
--------------------
-
We only handle "sensitive << a << b" type calls.
-
Have to support .pos(), .neg(), and sensitive_neg/sensitive_pos.
Compiling SystemC 2.2.0 Instructions
----------------------------------------
-
On Mac OSX:
-- ../configure --build=i386-pc-linux (must pass the pc-linux build flag)
-- make[3]: Entering directory xxxx/systemc-2.2.0/src/sysc/qt'
as -o qtmds.o qtmds.s -I. -I. -I. -I../../../src
qtmds.s: Assembler messages:
qtmds.s:69: Error: suffix or operands invalid for
`push'
qtmds.s:70: Error: suffix or operands invalid for `
push
....
The solution is:
1)remove the file xxxx/systemc-2.2.0/src/sysc/qt/qtmds.s
2)go under xxxx/systemc-2.2.0/src/sysc/qt and execute this command:ln -s
md/iX86_64.s qtmds.s to get the "qtmds.s" back but with the correct
version (64 bits), then execute make under the
3)execute make
4) go back to xxxx/systemc-2.2.0 and execute make
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment