Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
add initialized BRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaKarvandi committed Apr 4, 2024
1 parent 11de710 commit 2bc9579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/hwdbg/configs/configs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ object GeneralConfigurations {
*/
object TestingConfigurations {

val BRAM_INITIALIZATION_FILE_PATH: String = "/test.hex.txt"
val BRAM_INITIALIZATION_FILE_PATH: String =
"src/main/resources/8kb_BRAM.hex"
}

0 comments on commit 2bc9579

Please sign in to comment.