Éder F. Zulian
5342c07976
scripts and doc updated
2018-06-20 12:45:08 +02:00
Matthias Jung
f09d6d3cfc
Merge branch 'master' of git.rhrk.uni-kl.de:EIT-Wehn/dram.vp.system
2018-06-08 20:18:49 +02:00
Matthias Jung
412630122c
Added Information about Windows Compiling
2018-06-08 14:30:53 +02:00
Matthias Jung
e75dbcd098
Add README.md to DRAMSys.pro
2018-06-08 14:28:42 +02:00
Éder F. Zulian
b59dd058ca
Trace list made optional in DRAMSylva
2018-06-04 18:38:12 +02:00
Éder F. Zulian
8d6b605419
Doc updated
2018-06-04 17:03:34 +02:00
Éder F. Zulian
8a787ad14f
Simulation ID (optional)
...
If a simulation file is passed as argument to DRAMSys the simulation ID is
prepended to the simulation name if found.
E.g.:
<simulation>
<!-- Simulation file identifier -->
<simulationid id="ddr3-example"></simulationid>
...
</simulation>
2018-06-04 16:54:14 +02:00
Éder F. Zulian
457dce57b2
Some warnings eliminated.
...
9 warnings to go, all from external code (e.g., systemc lib).
2018-06-04 16:44:36 +02:00
Éder F. Zulian
136da88b74
Fix bug introduced in pr#191
2018-06-04 16:38:21 +02:00
Éder F. Zulian
9945db4f4b
doc updated
2018-05-30 10:12:40 +02:00
Éder F. Zulian
bf6558a231
doc updated
2018-05-29 19:17:19 +02:00
Éder F. Zulian
7aa8983051
PEP8
2018-05-29 19:09:30 +02:00
Éder F. Zulian
5b67f2b268
Coding-style applied the project.
...
$ cd util
$ ./make_pretty.sh
2018-05-29 11:38:54 +02:00
Éder F. Zulian
5a6aa137fa
Reference to coding-style document on README.md
2018-05-28 17:48:25 +02:00
Éder F. Zulian
2b3c268093
trace_gen.py added to qt creator
2018-05-28 17:40:27 +02:00
Éder F. Zulian
ac95b6233b
README updated
2018-05-25 17:29:59 +02:00
Éder F. Zulian
20428ec2f2
readme updated
2018-05-25 17:27:38 +02:00
Éder F. Zulian
f522eb417d
README updated
2018-05-25 17:22:20 +02:00
Éder F. Zulian
c665ea166b
README updated
...
Trace generator script that for simple tests. The script can be easily changed
and provides a way to quickly generate accesses to all channels, all bank
groups, all banks, all rows and all columns of the memory.
Be aware that a trace which covers all rows and all columns may be huge
(several giga bytes) depending on your memory.
2018-05-25 17:08:21 +02:00
fzeder
a881d1b7e6
Merge pull request #197 from sprado/feature
...
TlmRecorder destructor fixed
2018-05-25 16:25:07 +02:00
Eder F. Zulian
953902166e
Using python3 print style
...
Other changes:
- double increment in the clock cycle removed.
- bank_group --> bgroup
2018-05-24 15:21:36 +02:00
Éder F. Zulian
e53945f873
Added support to bank groups
2018-05-24 14:49:22 +02:00
Éder F. Zulian
9891f0f77f
Trace generator script.
...
Trace generator script for a given address mapping. This script can be easily
modified for your needs.
2018-05-24 12:17:50 +02:00
Eder F. Zulian
2c0e6ece30
Changes to get build working again after merging pr190
...
See also:
Pull request #190
Issue #198
2018-05-18 14:44:50 +02:00
Éder F. Zulian
7038b9211b
PEP8
2018-05-18 13:36:42 +02:00
Éder F. Zulian
2d91748340
Fix: single quote
2018-05-18 13:33:29 +02:00
sprado
747dcbb777
TlmRecorder destructor fixed
2018-05-15 15:36:31 +02:00
Éder F. Zulian
db2b31ae4b
Coding style script improved and doc updated
2018-04-12 23:25:26 +02:00
Éder F. Zulian
da565df24d
Coding-style script improved
2018-04-12 23:20:10 +02:00
Éder F. Zulian
ad51dcfdb1
Script to apply coding-style rules.
2018-04-12 23:16:59 +02:00
fzeder
4b0681b31c
Merge pull request #190 from jfeldman/develop
...
JSON Address Decoder (the file extension is used to choose the decoder)
2018-04-12 15:52:37 +02:00
Matthias Jung
5654496e85
Merge branch 'master' of git.rhrk.uni-kl.de:EIT-Wehn/dram.vp.system
2018-04-12 13:48:12 +02:00
Matthias Jung
41dad5ce00
Some more features for NN DRAM modeling
2018-04-12 13:47:48 +02:00
Éder F. Zulian
61fabe7d19
Coding-style doc updated
2018-04-11 20:10:35 +02:00
Éder F. Zulian
73c95f8f8f
Coding-style doc updated
2018-04-11 19:55:14 +02:00
Johannes Feldmann
7a715d171f
Fixed a bug in the XOR mapping
2018-04-10 16:36:57 +02:00
Éder F. Zulian
2fc774eece
DRAMSys.astylerc, doc and install script updated
2018-04-09 08:34:47 +02:00
Éder F. Zulian
d02e380994
dramsys.astylerc --> DRAMSys.astylerc
2018-04-06 14:27:47 +02:00
Éder F. Zulian
f851de136c
Doc improved, added astyle to the install list
2018-04-06 11:49:24 +02:00
fzeder
367f3eb9fd
Merge pull request #192 from jfeldman/master
...
Added astyle file and changed all project files accordingly.
2018-04-06 10:58:23 +02:00
Johannes Feldmann
e5610927de
Added astyle file and changed all project files accordingly.
2018-04-06 10:40:10 +02:00
fzeder
92bf5a6667
Merge pull request #191 from sprado/master
...
Controller Thread ID set to INT_MAX. No need to add or subtract 1 to the stimuli threads' ID anymore.
2018-04-05 16:28:33 +02:00
Éder F. Zulian
da0a1e1799
Skeleton for DRAMSys coding style guide.
2018-04-03 17:12:57 +02:00
sprado
6f29e27c58
Controller Thread
2018-04-03 16:26:23 +02:00
Johannes Feldmann
23648c6f60
Added default case to AddressDecoder::CreateInstance.
2018-04-03 11:43:40 +02:00
Johannes Feldmann
42b5ad004e
Add missing '\' in library.pro
2018-04-03 10:41:35 +02:00
Johannes Feldmann
faa2120881
Merge branch 'develop' of https://git.rhrk.uni-kl.de/jfeldman/dram.vp.system into develop
2018-03-30 17:52:56 +02:00
Johannes Feldmann
ff91c37df3
Changes suggest by review colleagues.
2018-03-30 17:51:12 +02:00
Johannes Feldmann
9ed217c01d
Created a section for address decoding with json files.
2018-03-30 16:47:43 +02:00
Johannes Feldmann
454e77eba8
Merge remote-tracking branch 'EIT-Wehn/master' into develop
...
# Conflicts:
# DRAMSys/library/library.pro
2018-03-28 14:43:18 +02:00