Skip to content

Commit

Permalink
update default for arch.cpu_cycle_time_ps to 31250
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 10, 2022
1 parent 08e5f28 commit f77994d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/bare_etiss_processor/ETISS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@

; Set CPU freuquency in pico seconds
; (or1k) default=10000
; (ARMv6M) default=31250
; (RISCV) default=31250

arch.cpu_cycle_time_ps=10000
arch.cpu_cycle_time_ps=31250

; Set the memory configuration of bare_etiss_processor
; Up to 99 segments are supported
Expand Down
2 changes: 1 addition & 1 deletion examples/bare_etiss_processor/base.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ testing = false

arch.or1k.if_stall_cycles=0
etiss.max_block_size=100
arch.cpu_cycle_time_ps=10000
arch.cpu_cycle_time_ps=31250
ETISS::CPU_quantum_ps=100000
ETISS::write_pc_trace_from_time_us=0
ETISS::write_pc_trace_until_time_us=3000000
Expand Down

0 comments on commit f77994d

Please sign in to comment.