Skip to content

Commit

Permalink
add back in cache settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bohde committed Feb 14, 2017
1 parent 0b556cb commit c359ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go-teak/src/sdaccel/memory/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func Write(
memoryWriteAddr <- Addr{
Addr: address,
Size: [3]bool{false, true, false},
Cache: [4]bool{false, false, true, true},
Burst: [2]bool{false, true},
}
}()
Expand All @@ -123,6 +124,7 @@ func Read(
memoryReadAddr <- Addr{
Addr: address,
Size: [3]bool{false, true, false},
Cache: [4]bool{false, false, true, true},
Burst: [2]bool{false, true},
}
}()
Expand Down

0 comments on commit c359ec5

Please sign in to comment.