index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
power.sail
Age
Commit message (
Expand
)
Author
2016-10-10
changed the way registers/register fields work, fixes, nicer names for new le...
Christopher Pulte
2016-09-21
fixes
Christopher Pulte
2016-09-07
push some lem pp changes
Christopher Pulte
2016-07-12
sail-to-lem and lem library fixes
Christopher
2015-12-21
fixes, pp progress
Christopher
2015-12-15
better location information
Christopher
2015-11-05
some progress on lem backend: rewrite away mutable variable assignments, rewr...
Christopher Pulte
2014-11-27
updated test for power.sail
Kathy Gray
2014-11-19
Correct off-by-one bug in type checking vector slices
Kathy Gray
2014-11-12
Stop overzealously looking for constructors, only when the type suggests to
Kathy Gray
2014-11-04
Fixes bugs:
Kathy Gray
2014-10-22
Update printing for testing, fix some bugs found along the way
Kathy Gray
2014-10-16
bug fixes to run test from Christopher's tests
Kathy Gray
2014-10-14
Iron out bugs in running new executable with branching; add new executable as...
Kathy Gray
2014-08-27
Changes to get another (slightly larger) executable running;
Kathy Gray
2014-08-26
small changes for arm
Kathy Gray
2014-08-20
Add ability to track register dependencies in interactive stepper; thus testi...
Kathy Gray
2014-08-19
Add file that actually drives command line interpreter
Kathy Gray
2014-08-18
Handling many register reads, writes, and memory reads.
Kathy Gray
2014-08-01
Support separated memory read/write functions.
Kathy Gray
2014-07-04
Update power.sail
Gabriel Kerneis
2014-07-02
Update Power example
Gabriel Kerneis
2014-06-11
power.sail: store mode64bit in a bool register
Gabriel Kerneis
2014-06-11
Update power.sail: remove some hacks
Gabriel Kerneis
2014-06-07
Don't use cycle for fetch-decode-execute
Gabriel Kerneis
2014-06-07
exts returns bit[64] instead of nat
Gabriel Kerneis
2014-06-04
Fixup type coercions and overloading
Kathy Gray
2014-06-02
Fix dependent-type for MEM in power.sail
Gabriel Kerneis
2014-04-04
Improve Power execution
Gabriel Kerneis
2014-04-03
Power example now EXECUTES (almost) CORRECTLY! \o/
Gabriel Kerneis
2014-04-03
Remove workarounds and update Power model
Gabriel Kerneis
2014-04-03
Exhibit two bugs about bitwise operators and vector casts
Gabriel Kerneis
2014-04-02
Fix EXTS and signedness of to_num
Gabriel Kerneis
2014-04-02
Update Power model
Gabriel Kerneis
2014-03-20
Add missing GPR registers for Power example
Gabriel Kerneis
2014-03-20
Remove work-around from interpreter, move it to power.sail
Gabriel Kerneis
2014-03-19
Fetch-decode-execute & init for power
Gabriel Kerneis
2014-03-13
Make test_power compiling again
Gabriel Kerneis
2014-03-11
More work on interpreter and Power model
Gabriel Kerneis
2014-03-04
Minimal power model to run hello world
Gabriel Kerneis
2014-02-28
Fetch-decode POWER interpreter
Gabriel Kerneis
2014-02-25
Sensible types for POWER registers
Gabriel Kerneis
2014-02-12
More library functions for interpreter
Gabriel Kerneis
2014-02-12
Fix endianess issues
Gabriel Kerneis
2014-02-12
Remove spurious declaration
Gabriel Kerneis
2014-02-12
Fix type errors in power.sail
Gabriel Kerneis
2014-02-07
Implement is_one
Gabriel Kerneis
2014-02-07
Use bit->bool coercion for power.sail
Gabriel Kerneis
2014-02-05
Replace symbolic link by actual file
Gabriel Kerneis
2014-02-05
First bit of Power spec
Gabriel Kerneis