Sanghoon’s Blog

December 13, 2007

RecMII

Filed under: Research — sanghoon @ 3:48 pm

maximum cycle’s length in all cycle length 

cycle length:
sum latencies of ops in the cycle

December 8, 2007

What is the difference between an EQ-model and an LEQ-model VLIW?

Filed under: Research — sanghoon @ 3:37 am

• Equals (EQ) Model: Each operation takes exactly its specified
latency. Register values don’t change until operation completes.
– Reduces register pressure because source operands stay
around longer.
– Can’t reduce operation latencies and maintain source code
compatibility.
• Less-Than-or-Equals (LEQ): Operations may take up to their
specified latency
– Destination register contents become unreliable immediately
– Simplifies implementation of precise interrupts
– Can reduce operation latencies and maintain source code
compatibility

December 5, 2007

Repository

Filed under: Research — sanghoon @ 5:51 am

-posh
…/home/svn/re/tools/posh2.0/
-sesc
…/home/svn/re/tools/esesc/

-benchmark
…/home/svn/re/apps/benchmarks

esesc option

Filed under: Research — sanghoon @ 5:50 am

sample
-sesc=${SESCEXEC} -c=${CONF} -ext=.ext -data=test -key=mytest “filename”

-sesc= ; Simulator executable
-c= ; Configuration file
-ext=s ; Extension to be added to the binary names
-data=s ; Data set [test|train|ref]
-test ; Just test the configuration
-key=s ; Extra key added to result file name
-load=i ; # simultaneous simulations running
-mload=i ; Maximum machine load
-prof=i ; Profiling run
-profsec=s ; Profiling section
-fast ; Shorter marks for fast test
-procs=i ; Number of threads in a splash application
-kinst=i ; Thousands of instructions to simulate at most
-rabbit ; Run in Rabbit mode the whole program
-saveoutput ; Save output to a .out file
-clean ; DELETE all the outputs from previous runs
-condor ; Submit jobs using condor.
-condorstd ; Use condor standard universe.
-yes ; Do not ask for questions. Say all yes
-trace ; Interpret benchmarks as trace files
-help ; Show this help

Blog at WordPress.com.