Thanh Tran
4177e150b9
Change to install python3 and systemc via homebrew
2016-10-10 16:19:07 +02:00
Thanh Tran
f0807f1e33
Update procedure of installation on Mac OSX
2016-10-06 11:00:37 +02:00
Thanh Tran
acf55533e6
Remove hard-coded QWT & Python Path in QMake Project file of traceAnalyzer
2016-10-06 10:59:24 +02:00
fzeder
d7ad4e3f0b
Merge pull request #110 from tranan/master
...
Improve README.md file and remove TODOs in Arbiter.h
2016-09-19 09:58:27 +02:00
Tran Anh Quoc
165347c8f1
Improve README.md file
2016-09-19 00:35:23 +02:00
Tran Anh Quoc
ab990643e2
Improve README.md file and remove TODOs in Arbiter.h
2016-09-19 00:31:32 +02:00
Éder F. Zulian
633d3b886e
DRAMSys unit tests.
...
- Build test improved to used a temp dir which is removed after the test.
- New test: Run dramSys without arguments.
- Tests are totally independent.
- New utility functions to get data from config/specs XML files.
- Unit test files will now appear in qtcreator.
- Info header added to the files.
2016-09-19 00:06:55 +02:00
Éder F. Zulian
3f241b2101
Add DRAMSys' first python unit test.
2016-09-18 01:41:45 +02:00
fzeder
9fc38698c7
Merge pull request #104 from sprado/master
...
TLM 2.0 Protocol Checking
2016-09-16 18:39:37 +02:00
fzeder
dc59be7329
Merge pull request #109 from tranan/master
...
Add some diagrams of DRAMSys to README file and Implement coherence check for payload extensions
2016-09-16 18:36:37 +02:00
Tran Anh Quoc
36312974d9
Implement coherence check for all payload extensions
2016-09-15 23:13:11 +02:00
Tran Anh Quoc
aa04416033
Add Payload Extension diagram, Transaction object with Memory Manager diagram and Architecture of ackend TLM diagram to README file
2016-09-15 15:29:50 +02:00
fzeder
f48b26bbe5
Merge pull request #105 from sprado/evaluation
...
Evaluation Test
2016-09-01 20:25:14 +02:00
Felipe S. Prado
c1854e4398
Example initiator and TLM checkers
2016-09-01 15:34:03 +02:00
Felipe S. Prado
c2c28dd365
Small fix
2016-09-01 14:55:29 +02:00
Felipe S. Prado
4dfe12089e
evaluation test
2016-09-01 14:49:06 +02:00
Felipe S. Prado
99cfd40dc7
TLM 2.0 Protocol Checking
2016-08-29 17:47:28 +02:00
fzeder
43e1db7dea
Merge pull request #103 from sprado/master
...
tests.py and simple test fixed
2016-08-26 15:46:12 +02:00
Felipe S. Prado
f967e587f7
tests.py and simple test fixed
2016-08-26 13:09:06 +02:00
fzeder
65c31e2dfa
Merge pull request #101 from sprado/master
...
Changing the windowing and updating authors
2016-08-25 14:45:49 +02:00
Felipe S. Prado
2e31ae33eb
WindowSize on the database
2016-08-25 14:15:02 +02:00
Felipe S. Prado
1409a8816a
Small fixes
2016-08-24 21:12:44 +02:00
Felipe S. Prado
ba3d93f3a6
Small Fix
2016-08-24 19:55:47 +02:00
Felipe S. Prado
e4bbe63110
Improvements
2016-08-24 19:52:50 +02:00
Felipe S. Prado
c23a97e10d
Small Fix
2016-08-24 14:24:17 +02:00
Felipe S. Prado
7b0fe3b5e0
Improving the generation of plots
2016-08-24 14:21:38 +02:00
Felipe S. Prado
c3805dfd74
Small fixes
2016-08-23 08:39:19 +02:00
Felipe S. Prado
064c4b61bf
Changing the Windowing and Updating Authors
2016-08-23 08:32:16 +02:00
Éder F. Zulian
56d6002315
Commented "id" parameter from transport_dbg() to avoid compilation warnings.
...
Currently we extract the socket ID information by decoding the address
(decodedAddress.channel is the socket ID that we use).
2016-08-22 10:08:13 +02:00
fzeder
6fd854fb2f
Merge pull request #99 from sprado/master
...
Power Down Checker fixed
2016-08-16 17:16:08 +02:00
sprado
9085d909e5
Update PowerDownChecker.cpp
2016-08-16 15:25:42 +02:00
Felipe S. Prado
69dfbfe8aa
Power Down Checker fixed
2016-08-16 15:22:14 +02:00
fzeder
a4aa9141e7
Merge pull request #98 from sprado/master
...
Restructuring of the Power Down Managers and some improvements
2016-08-16 12:59:04 +02:00
Éder F. Zulian
df10afedab
Error test fixed.
...
Some improvements on debugging.
2016-08-15 21:27:34 +02:00
Felipe S. Prado
fd887bde9a
Small fixes
2016-08-15 15:59:49 +02:00
Felipe S. Prado
c61fa6e7b8
Restructuring of the Power Down Managers and some improvements
2016-08-15 15:51:36 +02:00
Felipe S. Prado
1111aae6aa
Restructuring of the Power Down Managers and some improvements
2016-08-15 15:47:20 +02:00
Éder F. Zulian
9bc848efbc
Now we have just one STL player that works properly for all storage modes.
...
- StlDataPlayer and StlPlayer merged (less code, less bugs).
- Code improved and commented (easier to maintain).
- In case of corrupted trace file the simulation is aborted and an error
message is generated with the offensive line (easier to find errors).
2016-08-12 19:16:53 +02:00
Éder F. Zulian
c792faa005
IceWrapper is now part of 3d-ice. Project files updated.
...
Since version 2.2.6 3d-ice contains the IceWapper code.
Readme file updated.
Example stack file "stack.stk" udpated to fit the current version of 3d-ice.
2016-08-09 13:59:22 +02:00
Éder F. Zulian
0466f0bec9
IceWrapper submodule removed.
...
IceWrapper is now part of 3D-ICE since version 2.2.6!
2016-08-09 11:33:24 +02:00
Éder F. Zulian
c053d3799f
Readme updated with detailed information about 3d-ice installation
2016-08-09 11:07:24 +02:00
Matthias Jung
ad25dc65d6
Moved to the latest python 3.5.2
2016-08-03 10:29:10 +02:00
fzeder
37fae6d27d
Merge pull request #92 from sprado/master
...
Issue #91(Simulation Crash) fixed and small changes
2016-07-13 16:21:12 +02:00
Felipe Salerno Prado
39a14b1188
Issue #91(Simulation Crash) fixed and small changes
2016-07-13 15:11:19 +02:00
Éder F. Zulian
2aaebf52b4
Default store mode changed back to "NoStorage".
2016-07-11 11:16:02 +02:00
Éder F. Zulian
a28e37c31e
Disabling example initiator
2016-07-08 11:48:10 +02:00
Éder F. Zulian
e1093e2e5f
Unused variable removed
2016-07-08 11:30:15 +02:00
Éder F. Zulian
f3d28116b4
Minor change: ErrorStoreMode --> StoreMode
2016-07-08 11:16:45 +02:00
Éder F. Zulian
583aba998e
reverting overcommit
2016-07-07 17:20:01 +02:00
Éder F. Zulian
88c9cfade9
Using mmap to allocate virtual memory instead of a std:map.
2016-07-07 16:57:54 +02:00