É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
É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
Matthias Jung
528a713fa0
Merge pull request #188 from sprado/master
...
IArbiter and SimpleArbiter
2018-03-28 12:00:53 +02:00
Johannes Feldmann
22b766a04d
Added more comments. Simulator will throw an exception if no proper address mapping could be loaded.
2018-03-27 16:15:33 +02:00
Johannes Feldmann
ef9d09662e
Functionality for JSONAddressDecoder added. Fixed several smaller bugs.
2018-03-27 14:56:26 +02:00
Johannes Feldmann
56892c3d6a
Merge branch 'develop' of https://git.rhrk.uni-kl.de/jfeldman/dram.vp.system into develop
2018-03-27 10:37:14 +02:00
Johannes Feldmann
fd80bcabb3
Output file of ConGen added for test purposes.
2018-03-27 10:36:09 +02:00
Johannes Feldmann
3be950e704
Added missing breaks in switch cases.
2018-03-27 10:17:29 +02:00
Johannes Feldmann
13baae168b
Third party module for json added.
2018-03-27 10:10:50 +02:00
Johannes Feldmann
ac950afda9
Created base class for XMLAddressDecoder and created an alternative JSONAddressDecoder class.
...
This class has still no functionality.
2018-03-26 16:04:17 +02:00
sprado
f290709323
Changes Requested
2018-03-10 16:04:22 +01:00
sprado
1aaaae6461
Merge remote branch 'upstream/master'
2018-02-27 15:26:02 +01:00
fzeder
9e10464d44
Merge pull request #189 from anaclara/master
...
Tests for Flexible Refresh
2018-02-23 19:42:14 +01:00
Ana Mativi
a567dbbf77
Improved readability of Flexible Refresh tests
2018-02-23 17:59:04 +01:00
Ana Mativi
de1b625bea
Flexible Refresh info is now saved on tdb and used for tests
2018-02-16 15:59:18 +01:00
sprado
7f22335acd
IArbiter and SimpleArbiter
2018-02-08 18:45:48 +01:00
Éder F. Zulian
287af1bcfd
getqwt script improved. Readme updated accordingly.
2018-02-06 09:00:52 +01:00