tukl-msd / DRAMSpec

A High-Level DRAM Timing, Power and Area Exploration Tool
Other
18 stars 12 forks source link

Cleanup #2

Closed AndreChinazzo closed 7 years ago

AndreChinazzo commented 7 years ago

Still trying to identify the variables units and define the hierarchy of the DRAM for the dimensional compilation time analysis (boost/units). Most of the variables have its unit commented above itself for easy dimensional implementation later on.

Defined dramspec() function as the old main() to be able to implement unit tests (boost/test).

Just for clarification, unit test has nothing to do with boost/units, although they both have "unit" in their name.

myzinsky commented 7 years ago

Can we discuss this on Friday or Monday?

AndreChinazzo commented 7 years ago

Sure we can. Friday would be better for me, but Monday is ok too.

myzinsky commented 7 years ago

The DRAMSpec 1.0 was cleaned up and units are used for a better understanding.